﻿@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:A-1.cg-3.s-3.T-3 a owl:NamedIndividual ;
    rdfs:label "reciprocal ampere cubic centigram cubic second cubic tesla"@en ;
    skos:definition "A unit which is equal to the reciprocal of 1 ampere by 10⁻² cubic gram by 1 cubic second by 1 cubic tesla."@en ;
    unit:SI_code "A-1 cg-3 s-3 T-3" ;
    unit:UCUM_code "/A/cg3/s3/T3",
        "A-1.cg-3.s-3.T-3" .

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

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

