_:genid1 . # # # ################################################################# # # # # Annotation properties # # # ################################################################# # # # http://purl.org/dc/elements/1.1/creator . # # http://purl.org/dc/elements/1.1/date . # # http://purl.org/dc/elements/1.1/title . # # http://www.w3.org/2004/02/skos/core#broader . # # http://www.w3.org/2004/02/skos/core#definition . # # http://www.w3.org/2004/02/skos/core#hasTopConcept . # # http://www.w3.org/2004/02/skos/core#inScheme . # # http://www.w3.org/2004/02/skos/core#narrower . # # http://www.w3.org/2004/02/skos/core#prefLabel . # # # # ################################################################# # # # # Classes # # # ################################################################# # # # http://www.w3.org/2004/02/skos/core#Concept . # # http://www.w3.org/2004/02/skos/core#conceptScheme . # # # # ################################################################# # # # # Individuals # # # ################################################################# # # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list . . "Ana Iglesias (Universidad Politécnica de Madrid)" . "2021-09-07" . "Thesaurus that gathers information of functions from MySQL" . . . . . "Functions taxonomy" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/abs . . . "Returns the absolute value of a number" . . "ABS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/acos . . . "Returns the arc cosine of a number" . . "ACOS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/adddate . . . "Adds a time/date interval to a date and then returns the date" . . "ADDDATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/addtime . . . "Adds a time interval to a time/datetime and then returns the time/datetime" . . "ADDTIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ascii . . . "Returns the ASCII value for the specific character" . . "ASCII" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/asin . . . "Returns the arc sine of a number" . . "ASIN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/atan . . . "Returns the arc tangent of one or two numbers" . . "ATAN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/atan2 . . . "Returns the arc tangent of two numbers" . . "ATAN2" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/avg . . . "Returns the average value of an expression" . . "AVG" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bit_length . . . "Returns the number of bits in a string." . . "BIT_LENGTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bitand . . . "The bitwise AND operation" . . "BITAND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bitget . . . "Returns true if and only if the first parameter has a bit set in the position specified by the second parameter." . . "BITGET" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bitnot . . . "The bitwise NOT operation" . . "BITNOT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bitor . . . "The bitwise OR operation" . . "BITOR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/bitxor . . . "The bitwise XOR operation" . . "BITXOR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/block_distance . . . . "Block distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ceil . . . "Returns the smallest integer value that is >= to a number" . . "CEIL" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ceiling . . . "Returns the smallest integer value that is >= to a number" . . "CEILING" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/char . . . "Returns the character that represents the ASCII value" . . "CHAR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/char_length . . . "Returns the length of a string (in characters)" . . "CHAR_LENGTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/character_length . . . "Returns the length of a string (in characters)" . . "CHARACTER_LENGTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/chomp . . . "Returns s1 without s2 (it s2 is in s1, else returns s1 as it was)" . . "chomp" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/compress . . . "Compresses the data using the specified compression algorithm" . . "COMPRESS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/concat . . . "Adds two or more expressions together" . . "CONCAT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/concat_ws . . . "Adds two or more expressions together with a separator" . . "CONCAT_WS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/confusion_probability . . . . "Confusion probability" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/contains . . . "Checks if s2 is contained in s1 and returns a boolean" . . "contains" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/cos . . . "Returns the cosine of a number" . . "COS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/cosh . . . "Calculate the hyperbolic cosine" . . "COSH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/cot . . . "Returns the cotangent of a number" . . "COT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/count . . . "Returns the number of records returned by a select query" . . "COUNT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/curdate . . . "Returns the current date" . . "CURDATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/current_date . . . "Returns the current date" . . "CURRENT_DATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/current_time . . . "Returns the current time" . . "CURRENT_TIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/current_timestamp . . . "Returns the current date and time" . . "CURRENT_TIMESTAMP" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/curtime . . . "Returns the current time" . . "CURTIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/damerau-levenshtein_distance . . . . "Damerau-Levenshtain distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/date . . . "Extracts the date part from a datetime expression" . . "DATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/date_add . . . "Adds a time/date interval to a date and then returns the date" . . "DATE_ADD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/date_format . . . "Formats a date" . . "DATE_FORMAT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/date_part . . . "Returns part of a date." . . "datePart" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/date_sub . . . "Subtracts a time/date interval from a date and then returns the date" . . "DATE_SUB" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/datediff . . . "Returns the number of days between two date values" . . "DATEDIFF" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/datetime_functions . . "Functions applied over dates" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "DateTime Functions" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/day . . . "Returns the day of the month for a given date" . . "DAY" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/dayname . . . "Returns the weekday name for a given date" . . "DAYNAME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/dayofmonth . . . "Returns the day of the month for a given date" . . "DAYOFMONTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/dayofweek . . . "Returns the weekday index for a given date" . . "DAYOFWEEK" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/dayofyear . . . "Returns the day of the year for a given date" . . "DAYOFYEAR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/decrypt . . . "Decrypts data using a key" . . "DECRYPT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/degrees . . . "Converts a value in radians to degrees" . . "DEGREES" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/difference . . . "Returns the difference between the sounds of two strings" . . "DIFFERENCE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/div . . . "Used for integer division" . . "DIV" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/encrypt . . . "Encrypts data using a key" . . "ENCRYPT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ends_with . . . "Checks if s1 ends with s2 and returns a boolean" . . "endsWith" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/equal . . . "Checks if two given values are the same" . . "equal" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/escape . . . "escape in the given escaping modes" . . "escape" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/exp . . . "Returns e raised to the power of a specified number" . . "EXP" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/expand . . . "Expands data that was compressed using the COMPRESS function" . . "EXPAND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/extract . . . "Extracts a part from a given date" . . "EXTRACT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/fellegi-sunters_metric . . . . "Fellegi-Sunters metric" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/field . . . "Returns the index position of a value in a list of values" . . "FIELD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/find . . . "Attempts to find the next subsequence of the string that matches the pattern (maintains duplicates)" . . "find" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/find_in_set . . . "Returns the position of a string within a list of strings" . . "FIND_IN_SET" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/floor . . . "Returns the largest integer value that is <= to a number" . . "FLOOR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/format . . . "Formats a number to a format like #" . . "FORMAT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/from_days . . . "Returns a date from a numeric datevalue" . . "FROM_DAYS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/grammar-based_distance . . . . "Grammar-based distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/greater_than . . . "Checks if numerical value is greater than another" . . "greater than" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/greatest . . . "Returns the greatest value of the list of arguments" . . "GREATEST" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/hamming_distance . . . . "Hamming distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/hash . . . "Calculate the hash value using an algorithm" . "and repeat this process for a number of iterations" . . "HASH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/hellinger_distance . . . . "Hellinger distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/hextoraw . . . "Converts a hex representation of a string to a string" . . "HEXTORAW" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/hour . . . "Returns the hour part for a given date" . . "HOUR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/inc . . . "Returns a date changed by the given amount in the given unit of time. Unit defaults to 'hour'." . . "inc" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/information_radius . . . . "Information radius" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/insert . . . "Inserts a string within a string at the specified position and for a certain number of characters" . . "INSERT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/instr . . . "Returns the position of the first occurrence of a string in another string" . . "INSTR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/jaccard_simmilarity . . . . "Jaccard simmilarity" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/jaro-winkler_distance . . . . "Jaro-Winkler distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/last_day . . . "Extracts the last day of the month for a given date" . . "LAST_DAY" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/last_index_of . . . "Returns the index fo s2 last ocurring in s1 as an integer, returns -1 if s2 is not found in s1" . . "lastIndexOf" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/lcase . . . "Converts a string to lower-case" . . "LCASE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/least . . . "Returns the smallest value of the list of arguments" . . "LEAST" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/left . . . "Extracts a number of characters from a string (starting from left)" . . "LEFT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/length . . . "Returns the length of a string (in bytes)" . . "LENGTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/less_than . . . "Checks if numerical value is less than another" . . "less than" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/levenshtein_distance . . . . "Levenshtain distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ln . . . "Returns the natural logarithm of a number" . . "LN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/localtime . . . "Returns the current date and time" . . "LOCALTIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/localtimestamp . . . "Returns the current date and time" . . "LOCALTIMESTAMP" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/locate . . . "Returns the position of the first occurrence of a substring in a string" . . "LOCATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/log . . . "Returns the natural logarithm of a number" . "or the logarithm of a number to a specified base" . . "LOG" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/log10 . . . "Returns the natural logarithm of a number to base 10" . . "LOG10" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/log2 . . . "Returns the natural logarithm of a number to base 2" . . "LOG2" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/logical_functions . . "Logical operators" . . . . . "Logical Functions" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/lpad . . . "Left-pads a string with another string" . "to a certain length" . . "LPAD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/lshift . . . "The bitwise left shift operation" . . "LSHIFT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ltrim . . . "Removes leading spaces from a string" . . "LTRIM" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/makedate . . . "Creates and returns a date based on a year and a number of days value" . . "MAKEDATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/maketime . . . "and second value" . "minute" . . "Creates and returns a time based on an hour" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/match . . . "Attempts to match the string in its entirety against the regex pattern and returns an array of capture groups (removes duplicates) - returning the first match" . . "match" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/max . . . "Returns the maximum value in a set of values" . . "MAX" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/maximal_matches . . . . "Maximal Matches" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/md5 . . . "return hash in md-5" . . "md5" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/microsecond . . . "Returns the microsecond part of a time/datetime" . . "MICROSECOND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/mid . . . "Extracts a substring from a string (starting at any position)" . . "MID" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/min . . . "Returns the minimum value in a set of values" . . "MIN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/minute . . . "Returns the minute part of a time/datetime" . . "MINUTE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/mod . . . "Returns the remainder of a number divided by another number" . . "MOD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/month . . . "Returns the month part for a given date" . . "MONTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/monthname . . . "Returns the name of the month for a given date" . . "MONTHNAME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/now . . . "Returns the current date and time" . . "NOW" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/numeric_functions . . "Functions applied over numbers" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "Numeric Functions" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/octet_length . . . "Returns the number of bytes in a string" . . "OCTET_LENGTH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ora_hash . . . "Computes a hash value" . . "ORA_HASH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/overlap_coefficient . . . . "Overlap coefficient" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/parsedatetime . . . "Parses a string and returns a timestamp" . . "PARSEDATETIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/partitioning . . . "and b is the substring after frag. If boolean is true" . "frag is not returned" . . "b ] where a is the substring within string before the first occurrence of frag in string" . "frag" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/period_add . . . "Adds a specified number of months to a period" . . "PERIOD_ADD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/period_diff . . . "Returns the difference between two periods" . . "PERIOD_DIFF" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/pi . . . "Returns the value of PI" . . "PI" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/position . . . "Returns the position of the first occurrence of a substring in a string" . . "POSITION" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/pow . . . "Returns the value of a number raised to the power of another number" . . "POW" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/power . . . "Returns the value of a number raised to the power of another number" . . "POWER" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/quarter . . . "Returns the quarter of the year for a given date value" . . "QUARTER" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/quote_ident . . . "Quotes the specified identifier. Identifier is surrounded by double quotes" . . "QUOTE_IDENT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/radians . . . "Converts a degree value into radians" . . "RADIANS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rand . . . "Returns a random number" . . "RAND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rand_uuid . . . "Returns a new UUID with 122 pseudo random bits" . . "RAND_UUID" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rawtohex . . . "Converts a string or bytes to the hex representation" . . "RAWTOHEX" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/regexp_like . . . "Matches string to a regular expression" . . "REGEXP_LIKE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/regexp_replace . . . "Replaces each substring that matches a regular expression" . . "REGEXP_REPLACE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/repeat . . . "Repeats a string as many times as specified" . . "REPEAT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/replace . . . "Replaces all occurrences of a substring within a string" . "with a new substring" . . "REPLACE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/replace_chars . . . "Returns the string obtained by replacing any character in s1 that is also in s2 with the character s3" . . "replaceChars" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/reverse . . . "Reverses a string and returns the result" . . "REVERSE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rfidf_distance . . . . "RFIDF distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/right . . . "Extracts a number of characters from a string (starting from right)" . . "RIGHT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/round . . . "Rounds a number to a specified number of decimal places" . . "ROUND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/roundmagic . . . "This function rounds numbers in a good way" . "but it is slow" . . "ROUNDMAGIC" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rpad . . . "Right-pads a string with another string" . "to a certain length" . . "RPAD" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rpartitioning . . . "and b is the substring after frag. If boolean is true" . "frag is not returned" . . "b ] where a is the substring within string before the last occurrence of frag in string" . "frag" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rshift . . . "The bitwise right shift operation" . . "RSHIFT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/rtrim . . . "Removes trailing spaces from a string" . . "RTRIM" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sec_to_time . . . "Returns a time value based on the specified seconds" . . "SEC_TO_TIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/second . . . "Returns the seconds part of a time/datetime" . . "SECOND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/secure_rand . . . "Generates a number of cryptographically secure random numbers" . . "SECURE_RAND" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sha1 . . . "return hash in sha-1" . . "sha1" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sign . . . "Returns the sign of a number" . . "SIGN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/simple_matching_coefficient . . . . "Simple Matching coefficient" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sin . . . "Returns the sine of a number" . . "SIN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sinh . . . "Calculate the hyperbolic sine" . . "SINH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/skew_divergence . . . . "Skew divergence" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sorensen-dice_coefficient . . . . "Sorensen-Dice coefficient" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/soundex . . . "Returns a four character code representing the sound of a string" . . "SOUNDEX" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/space . . . "Returns a string of the specified number of space characters" . . "SPACE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/split . . . "Returns the array of strings obtained by splitting the string at wherever separator is found in it." . . "split" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/split_by_char_type . . . "Returns an array of strings obtained by splitting s into groups of consecutive characters where the characters within each group share the same unicode type" . . "splitByCharType" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/split_by_lengths . . . "Returns the array of strings obtained by splitting s into substrings with the given lengths." . . "splitByLengths" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sqrt . . . "Returns the square root of a number" . . "SQRT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/starts_with . . . "Checks if s1 starts with s2 and returns a boolean" . . "startsWith" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/str_to_date . . . "Returns a date based on a string and a format" . . "STR_TO_DATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/strcmp . . . "Compares two strings" . . "STRCMP" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/string_functions . . "Functions applied over strings" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "String Functions" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/string_metrics_functions . . "Functions that measure distance between two strings" . . . . . . . . . . . . . . . . . . . . . . "String metrics Functions" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/stringdecode . . . "Converts a encoded string using the Java string literal encoding format" . . "STRINGDECODE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/stringencode . . . "Encodes special characters in a string using the Java string literal encoding format" . . "STRINGENCODE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/stringtoutf8 . . . "Encodes a string to a byte array using the UTF8 encoding format" . . "STRINGTOUTF8" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/subdate . . . "Subtracts a time/date interval from a date and then returns the date" . . "SUBDATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/substring . . . "Extracts a substring from a string (starting at any position)" . . "SUBSTRING" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/substring_index . . . "Returns a substring of a string before a specified number of delimiter occurs" . . "SUBSTRING_INDEX" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/subtime . . . "Subtracts a time interval from a datetime and then returns the time/datetime" . . "SUBTIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sum . . . "Calculates the sum of a set of values" . . "SUM" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/sysdate . . . "Returns the current date and time" . . "SYSDATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/tan . . . "Returns the tangent of a number" . . "TAN" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/tanh . . . "Calculate the hyperbolic tangent" . . "TANH" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/tau_metric . . . . "Tau metric" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/time . . . "Extracts the time part from a given time/datetime" . . "TIME" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/time_format . . . "Formats a time by a specified format" . . "TIME_FORMAT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/time_to_sec . . . "Converts a time value into seconds" . . "TIME_TO_SEC" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/timediff . . . "Returns the difference between two time/datetime expressions" . . "TIMEDIFF" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/timestamp . . . "Returns a datetime value based on a date or datetime value" . . "TIMESTAMP" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_char . . . "a number" . "or text" . . "Oracle-compatible TO_CHAR function that can format a timestamp" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_date . . . "Returns the value converted in date. Month_first false if date is formatted with the day before the month. FormatN formats of the input (don't understand this very well)" . . "toDate" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_days . . . "Returns the number of days between a date and date 0000-00-00''" . . "TO_DAYS" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_number . . . "Converts input to number" . . "toNumber" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_string . . . "Transform any data type into a string" . . "toString" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/to_title_case . . . "Returns the string converted to titlecase (first letter of each word in uppercase)" . . "toTitleCase" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/translate . . . "Oracle-compatible TRANSLATE function that replaces a sequence of characters in a string with another set of characters" . . "TRANSLATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/trim . . . "Removes leading and trailing spaces from a string" . . "TRIM" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/truncate . . . "Truncates a number to the specified number of decimal places" . . "TRUNCATE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/tversky_index . . . . "Tversky index" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/ucase . . . "Converts a string to upper-case" . . "UCASE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/unescape . . . "unescape in the given escaping modes" . . "unescape" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/utf8tostring . . . "Decodes a byte array in the UTF8 format to a string" . . "UTF8TOSTRING" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/variarional_distance . . . . "Variational distance" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/week . . . "Returns the week number for a given date" . . "WEEK" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/weekday . . . "Returns the weekday number for a given date" . . "WEEKDAY" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/weekofyear . . . "Returns the week number for a given date" . . "WEEKOFYEAR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmlattr . . . "Creates an XML attribute element of the form name=value" . . "XMLATTR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmlcdata . . . "Creates an XML CDATA element" . . "XMLCDATA" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmlcomment . . . "Creates an XML comment" . . "XMLCOMMENT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmlnode . . . "Create an XML node element" . . "XMLNODE" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmlstartdoc . . . "Returns the XML declaration" . . "XMLSTARTDOC" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/xmltext . . . "Creates an XML text element" . . "XMLTEXT" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/year . . . "Returns the year part for a given date" . . "YEAR" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/yearweek . . . "Returns the year and week number for a given date" . . "YEARWEEK" . # # http://vocab.linkeddata.es/def/conceptual-mapping/functions-list/zero . . . "Returns the value 0" . . "ZERO" . # # Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/