@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/EU-PER-L>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "enzyme units per litre" ;
        <http://purl.org/dc/terms/description>
                "amount of enzyme units divided by litre" ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/ENZ-PER-L> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAB601" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB601"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "U/L" .
