View as:
CSV
RDF/XML
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/CostPerArea">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-M2"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area</j.0:informativeReference>
<j.0:plainTextDescription>In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit).</j.0:plainTextDescription>
<rdfs:comment>Applicable units are those of quantitykind:CostPerArea</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<rdfs:label xml:lang="de">Kosten pro Fläche</rdfs:label>
<rdfs:label xml:lang="en">cost per area</rdfs:label>
</rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/quantitykind/CostPerArea>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-M2> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/informativeReference> "https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit)." ;
rdfs:comment "Applicable units are those of quantitykind:CostPerArea" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Kosten pro Fläche"@de ;
rdfs:label "cost per area"@en ;
.
JSON
{"resource":"cost per area"
,"qname":"quantitykind:CostPerArea"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CostPerArea"
,"properties":["applicable unit":"unit:EUR-PER-M2"
,"comment":"Applicable units are those of quantitykind:CostPerArea"
,"description (plain text)":"In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor\u2019s preliminaries and main contractor\u2019s overheads and profit)."
,"has dimension vector":"dimension:A0E0L-2I0M0H0T0D0"
,"informative reference":"https:\/\/www.designingbuildings.co.uk\/wiki\/Cost_per_m2_of_gross_internal_floor_area"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Kosten pro Fläche"
,"label":"cost per area"
,"type":"qudt:QuantityKind"
]}
JSON-LD
{
"@id" : "http://qudt.org/vocab/quantitykind/CostPerArea",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"applicableUnit" : "http://qudt.org/vocab/unit/EUR-PER-M2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"informativeReference" : "https://www.designingbuildings.co.uk/wiki/Cost_per_m2_of_gross_internal_floor_area",
"plainTextDescription" : "In the construction industry, cost per area is the unit rate which, when multiplied by the gross internal floor area (GIFA), gives the total building works estimate (i.e.works cost estimate less main contractor’s preliminaries and main contractor’s overheads and profit).",
"comment" : "Applicable units are those of quantitykind:CostPerArea",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : [ {
"@language" : "de",
"@value" : "Kosten pro Fläche"
}, {
"@language" : "en",
"@value" : "cost per area"
} ],
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}