﻿@prefix NERC_P06: <http://vocab.nerc.ac.uk/collection/P06/current/> .
@prefix OBOE: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl#> .
@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:mol.L-1 a owl:NamedIndividual ;
    rdfs:label "mole per litre"@en ;
    skos:definition "A unit which is equal to 1 mole per 1 litre."@en ;
    skos:exactMatch OBOE:MolePerLiter,
        UO:0000062,
        QUDT:MOL-PER-L,
        NERC_P06:MPLT,
        OM:molar,
        OM:molePerLitre,
        unit:mol.dm3-1,
        unit:mol.l-1 ;
    unit:SI_code "mol L-1" ;
    unit:UCUM_code "mol.L-1",
        "mol/L" .

