﻿@prefix NERC_P06: <http://vocab.nerc.ac.uk/collection/P06/current/> .
@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:ug.mL-1 a owl:NamedIndividual ;
    rdfs:label "microgram per millilitre"@en ;
    skos:definition "A unit which is equal to 10⁻⁶ gram per 10⁻³ litre."@en ;
    skos:exactMatch UO:0000274,
        NERC_P06:UUGS,
        unit:ug.mdm3-1,
        unit:ug.ml-1 ;
    unit:SI_code "ug mL-1" ;
    unit:UCUM_code "ug.mL-1",
        "ug/mL" .

