# Copyright 2018 École des Mines de Saint-Étienne. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. @prefix az: . @prefix dc: . @prefix foaf: . @prefix max: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix lindt: . @base . a lindt:Datatype , rdfs:Datatype; rdfs:subClassOf rdfs:Literal; # This line is useless rdfs:label "length"@en, "longueur"@fr; lindt:implements lindt:compare , lindt:exportLiteral , lindt:getIri , lindt:getNormalForm , lindt:getRecognisedDatatypes , lindt:importLiteral , lindt:isEqual , lindt:isWellFormed , lindt:recognisesDatatype ; rdfs:seeAlso , ; rdfs:isDefinedBy <>; rdfs:comment """A datatype to express length according to the International System of Units or the imperial units. Possible lexical forms of this datatype are: "42 km", "6.66 Gm", "8e17 mi", "0.98 inches"."""@en . a foaf:Document; dc:creator max:; dc:modified "2016-04-22T10h42:42+02:00"^^xsd:dateTimeStamp . a foaf:Document; dc:creator max:, az:me; dc:modified "2015-04-24T15h42:42+02:00"^^xsd:dateTimeStamp . a foaf:Document; dc:creator max:, az:me; dc:modified "2015-04-24T15h42:42+02:00"^^xsd:dateTimeStamp .