﻿@prefix NERC_P06: <http://vocab.nerc.ac.uk/collection/P06/current/> .
@prefix QUDT: <http://qudt.org/vocab/unit/> .
@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.m-2.s-1 a owl:NamedIndividual ;
    rdfs:label "mole per square metre second"@en ;
    skos:altLabel "mole per square meter second"@en ;
    skos:definition "A unit which is equal to 1 mole per 1 square metre by 1 second."@en ;
    skos:exactMatch QUDT:MOL-PER-M2-SEC,
        NERC_P06:M2MS ;
    unit:SI_code "mol m-2 s-1" ;
    unit:UCUM_code "mol.m-2.s-1",
        "mol/m2/s" .

