@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/EUR-PER-M2>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.0.0/vocab/unit> ;
        rdfs:label        "Euro per square metre"@en ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/SI> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                1.0 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                1.0E0 ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/CostPerArea> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Unit for expressing cost per square metre" ;
        <http://qudt.org/schema/qudt/symbol>
                "€/m²" .
