﻿@prefix OM: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix QUDT: <http://qudt.org/vocab/unit/> .
@prefix UO: <http://purl.obolibrary.org/obo/UO_> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <https://w3id.org/uom/> .

unit:SI_code a owl:AnnotationProperty ;
    rdfs:label "SI code" .

unit:UCUM_code a owl:AnnotationProperty ;
    rdfs:label "UCUM code" .

unit:Wb a owl:NamedIndividual ;
    rdfs:label "weber"@en ;
    skos:definition "A special named SI unit which 1) is a unit of magnetic flux and 2) is equal to a kilogram square metre per ampere square second."@en ;
    skos:exactMatch UO:0000226,
        QUDT:WB,
        OM:weber ;
    unit:SI_code "Wb" ;
    unit:UCUM_code "Wb" .

