@prefix schema:  <http://schema.org/> .
@prefix sioc:    <http://rdfs.org/sioc/ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@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 gr:      <http://purl.org/goodrelations/v1#> .
@prefix siocs:   <http://rdfs.org/sioc/services#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix wdrs:    <http://www.w3.org/2007/05/powder-s#> .
@prefix xhv:     <http://www.w3.org/1999/xhtml/vocab#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vocab:   <http://open.vocab.org/terms/> .
@prefix cc:      <http://creativecommons.org/ns#> .
@prefix sed:     <http://purl.org/net/schemas/sparql-extension-description#>
@prefix doc:     <http://docs.openlinksw.com/virtuoso/> .
@prefix bif:     <http://www.openlinksw.com/schemas/bif#>

<http://www.openlinksw.com/schemas/bif#>
  a owl:Ontology ;
  rdfs:label "OpenLink SPARQL BIF Extensions Ontology" ;
  rdfs:comment """Ontology that defines entity and relation types used to describe SPARQL BIF extensions.
  Examples contains, str etc."""@en ;
  owl:imports <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ,
              <http://purl.org/dc/terms/> ,
              <http://purl.org/net/schemas/sparql-extension-description#> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  wdrs:describedby <http://www.openlinksw.com/schemas/cert> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  dcterms:created "2015-06-09T11:00:00-05:00"^^xsd:dateTime ;
  owl:versionInfo "1.0.0"^^xsd:string ;
  <http://open.vocab.org/terms/defines>
          bif:__max_notnull ,
          bif:GeometryType ,
          bif:ST_Affine ,
          bif:ST_ExteriorRing ,
          bif:ST_GeometryN ,
          bif:ST_InteriorRingN ,
          bif:ST_M ,
          bif:ST_MMax ,
          bif:ST_MMin ,
          bif:ST_NumGeometries ,
          bif:ST_NumInteriorRings ,
          bif:ST_SRID ,
          bif:ST_SetSRID ,
          bif:ST_TransScale ,
          bif:ST_Transform ,
          bif:ST_Translate ,
          bif:ST_XMax ,
          bif:ST_XMin ,
          bif:ST_YMax ,
          bif:ST_YMin ,
          bif:ST_Z ,
          bif:ST_ZMax ,
          bif:ST_ZMin ,
          bif:ST_Zmflag ,
          bif:__max ,
          bif:__min ,
          bif:__min_notnull ,
          bif:abs ,
          bif:acos ,
          bif:adjust_timezone ,
          bif:ascii ,
          bif:asin ,
          bif:atan ,
          bif:atan2 ,
          bif:atof ,
          bif:atoi ,
          bif:bit_and ,
          bif:bit_not ,
          bif:bit_or ,
          bif:bit_shift ,
          bif:bit_xor ,
          bif:blob_to_string ,
          bif:blob_to_string_output ,
          bif:ceiling ,
          bif:chr ,
          bif:concat ,
          bif:concatenate ,
          bif:contains ,
          bif:cos ,
          bif:cot ,
          bif:curdate ,
          bif:curdatetime ,
          bif:curdatetimeoffset ,
          bif:current_timestamp ,
          bif:curutcdatetime ,
          bif:dateadd ,
          bif:datediff ,
          bif:datestring ,
          bif:datestring_gmt ,
          bif:dayname ,
          bif:dayofmonth ,
          bif:dayofweek ,
          bif:dayofyear ,
          bif:degrees ,
          bif:dist_from_point_to_line_segment ,
          bif:dt_set_tz ,
          bif:earth_radius ,
          bif:either ,
          bif:ends_with ,
          bif:equ ,
          bif:exp ,
          bif:floor ,
          bif:forget_timezone ,
          bif:geo_delete ,
          bif:geo_insert ,
          bif:get_timestamp ,
          bif:getdate ,
          bif:gt ,
          bif:gte ,
          bif:haversine_deg_km ,
          bif:hour ,
          bif:http_st_dxf_entity ,
          bif:http_st_ewkt ,
          bif:initcap ,
          bif:is_timezoneless ,
          bif:isarray ,
          bif:isbinary ,
          bif:isblob ,
          bif:isdouble ,
          bif:isentity ,
          bif:isfinitenumeric ,
          bif:isfloat ,
          bif:isgeometry ,
          bif:isinteger ,
          bif:isnull ,
          bif:isnumeric ,
          bif:isstring ,
          bif:iszero ,
          bif:jvm_ref_import ,
          bif:lcase ,
          bif:left ,
          bif:length ,
          bif:locate ,
          bif:log ,
          bif:log10 ,
          bif:lower ,
          bif:lt ,
          bif:lte ,
          bif:ltrim ,
          bif:make_string ,
          bif:minute ,
          bif:mod ,
          bif:month ,
          bif:monthname ,
          bif:msec_time ,
          bif:neq ,
          bif:now ,
          bif:pi ,
          bif:position ,
          bif:postgis_proj_version ,
          bif:power ,
          bif:quarter ,
          bif:radians ,
          bif:randomize ,
          bif:rdf_now_impl ,
          bif:regexp_instr ,
          bif:regexp_like ,
          bif:regexp_match ,
          bif:regexp_parse ,
          bif:regexp_replace ,
          bif:regexp_substr ,
          bif:repeat ,
          bif:replace ,
          bif:right ,
          bif:rnd ,
          bif:rtrim ,
          bif:search_excerpt ,
          bif:second ,
          bif:serialize ,
          bif:sign ,
          bif:sin ,
          bif:space ,
          bif:split_and_decode ,
          bif:sprintf ,
          bif:sprintf_inverse ,
          bif:sprintf_iri ,
          bif:sprintf_iri_or_null ,
          bif:sprintf_or_null ,
          bif:sqrt ,
          bif:st_astext ,
          bif:st_contains ,
          bif:st_distance ,
          bif:st_ewkt_read ,
          bif:st_geomfromtext ,
          bif:st_get_bounding_box ,
          bif:st_get_bounding_box_n ,
          bif:st_intersects ,
          bif:st_linestring ,
          bif:st_may_intersect ,
          bif:st_point ,
          bif:st_transform_by_custom_projection ,
          bif:st_within ,
          bif:st_x ,
          bif:st_y ,
          bif:starts_with ,
          bif:strcasestr ,
          bif:strchr ,
          bif:strcontains ,
          bif:string_output ,
          bif:string_output_flush ,
          bif:string_output_gz_compress ,
          bif:string_output_string ,
          bif:string_to_file ,
          bif:stringdate ,
          bif:stringtime ,
          bif:strrchr ,
          bif:strstr ,
          bif:subseq ,
          bif:substring ,
          bif:sysutcdatetime ,
          bif:tan ,
          bif:timezone ,
          bif:tmp_file_name ,
          bif:trim ,
          bif:ucase ,
          bif:upper ,
          bif:vector ,
          bif:vector_concat ,
          bif:week ;
  schema:about
          <http://virtuoso.openlinksw.com/sparql#this> ,
          bif:__max_notnull ,
          bif:GeometryType ,
          bif:ST_Affine ,
          bif:ST_ExteriorRing ,
          bif:ST_GeometryN ,
          bif:ST_InteriorRingN ,
          bif:ST_M ,
          bif:ST_MMax ,
          bif:ST_MMin ,
          bif:ST_NumGeometries ,
          bif:ST_NumInteriorRings ,
          bif:ST_SRID ,
          bif:ST_SetSRID ,
          bif:ST_TransScale ,
          bif:ST_Transform ,
          bif:ST_Translate ,
          bif:ST_XMax ,
          bif:ST_XMin ,
          bif:ST_YMax ,
          bif:ST_YMin ,
          bif:ST_Z ,
          bif:ST_ZMax ,
          bif:ST_ZMin ,
          bif:ST_Zmflag ,
          bif:__max ,
          bif:__min ,
          bif:__min_notnull ,
          bif:abs ,
          bif:acos ,
          bif:adjust_timezone ,
          bif:ascii ,
          bif:asin ,
          bif:atan ,
          bif:atan2 ,
          bif:atof ,
          bif:atoi ,
          bif:bit_and ,
          bif:bit_not ,
          bif:bit_or ,
          bif:bit_shift ,
          bif:bit_xor ,
          bif:blob_to_string ,
          bif:blob_to_string_output ,
          bif:ceiling ,
          bif:chr ,
          bif:concat ,
          bif:concatenate ,
          bif:contains ,
          bif:cos ,
          bif:cot ,
          bif:curdate ,
          bif:curdatetime ,
          bif:curdatetimeoffset ,
          bif:current_timestamp ,
          bif:curutcdatetime ,
          bif:dateadd ,
          bif:datediff ,
          bif:datestring ,
          bif:datestring_gmt ,
          bif:dayname ,
          bif:dayofmonth ,
          bif:dayofweek ,
          bif:dayofyear ,
          bif:degrees ,
          bif:dist_from_point_to_line_segment ,
          bif:dt_set_tz ,
          bif:earth_radius ,
          bif:either ,
          bif:ends_with ,
          bif:equ ,
          bif:exp ,
          bif:floor ,
          bif:forget_timezone ,
          bif:geo_delete ,
          bif:geo_insert ,
          bif:get_timestamp ,
          bif:getdate ,
          bif:gt ,
          bif:gte ,
          bif:haversine_deg_km ,
          bif:hour ,
          bif:http_st_dxf_entity ,
          bif:http_st_ewkt ,
          bif:initcap ,
          bif:is_timezoneless ,
          bif:isarray ,
          bif:isbinary ,
          bif:isblob ,
          bif:isdouble ,
          bif:isentity ,
          bif:isfinitenumeric ,
          bif:isfloat ,
          bif:isgeometry ,
          bif:isinteger ,
          bif:isnull ,
          bif:isnumeric ,
          bif:isstring ,
          bif:iszero ,
          bif:jvm_ref_import ,
          bif:lcase ,
          bif:left ,
          bif:length ,
          bif:locate ,
          bif:log ,
          bif:log10 ,
          bif:lower ,
          bif:lt ,
          bif:lte ,
          bif:ltrim ,
          bif:make_string ,
          bif:minute ,
          bif:mod ,
          bif:month ,
          bif:monthname ,
          bif:msec_time ,
          bif:neq ,
          bif:now ,
          bif:pi ,
          bif:position ,
          bif:postgis_proj_version ,
          bif:power ,
          bif:quarter ,
          bif:radians ,
          bif:randomize ,
          bif:rdf_now_impl ,
          bif:regexp_instr ,
          bif:regexp_like ,
          bif:regexp_match ,
          bif:regexp_parse ,
          bif:regexp_replace ,
          bif:regexp_substr ,
          bif:repeat ,
          bif:replace ,
          bif:right ,
          bif:rnd ,
          bif:rtrim ,
          bif:search_excerpt ,
          bif:second ,
          bif:serialize ,
          bif:sign ,
          bif:sin ,
          bif:space ,
          bif:split_and_decode ,
          bif:sprintf ,
          bif:sprintf_inverse ,
          bif:sprintf_iri ,
          bif:sprintf_iri_or_null ,
          bif:sprintf_or_null ,
          bif:sqrt ,
          bif:st_astext ,
          bif:st_contains ,
          bif:st_distance ,
          bif:st_ewkt_read ,
          bif:st_geomfromtext ,
          bif:st_get_bounding_box ,
          bif:st_get_bounding_box_n ,
          bif:st_intersects ,
          bif:st_linestring ,
          bif:st_may_intersect ,
          bif:st_point ,
          bif:st_transform_by_custom_projection ,
          bif:st_within ,
          bif:st_x ,
          bif:st_y ,
          bif:starts_with ,
          bif:strcasestr ,
          bif:strchr ,
          bif:strcontains ,
          bif:string_output ,
          bif:string_output_flush ,
          bif:string_output_gz_compress ,
          bif:string_output_string ,
          bif:string_to_file ,
          bif:stringdate ,
          bif:stringtime ,
          bif:strrchr ,
          bif:strstr ,
          bif:subseq ,
          bif:substring ,
          bif:sysutcdatetime ,
          bif:tan ,
          bif:timezone ,
          bif:tmp_file_name ,
          bif:trim ,
          bif:ucase ,
          bif:upper ,
          bif:vector ,
          bif:vector_concat ,
          bif:week .


<http://www.openlinksw.com/DAV/data/turtle/bif.ttl>
  a foaf:Document , schema:TechArticle ;
  rdfs:label "OpenLink SPARQL BIF Extensions Ontology Description Document (Turtle)" ;
  cc:License <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink Identity & Certification Ontology"""@en ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/bif#> ;
  xhv:canonical <http://www.openlinksw.com/schemas/bif> ;
  xhv:describes <http://www.openlinksw.com/schemas/bif#> ;
  schema:about <http://www.openlinksw.com/schemas/bif#> ;
  dcterms:subject <http://www.openlinksw.com/schemas/bif#> .

<http://www.openlinksw.com/data/turtle/bif.ttl>
  a foaf:Document , schema:TechArticle ;
  rdfs:label "OpenLink SPARQL BIF Extensions Ontology Description Document (Turtle)" ;
  cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink SPARQL BIF Extensions ontology"""@en ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/bif#> ;
  xhv:canonical <http://www.openlinksw.com/schemas/bif> ;
  xhv:describes <http://www.openlinksw.com/schemas/bif#> ;
  schema:about <http://www.openlinksw.com/schemas/bif#> ;
  dcterms:subject <http://www.openlinksw.com/schemas/bif#> .

<http://www.openlinksw.com/schemas/bif>
  a foaf:Document , schema:TechArticle ;
  rdfs:label """OpenLink SPARQL BIF Extensions Ontology Description Document"""^^xsd:string ;
  cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
  schema:creator <http://www.openlinksw.com/#this> ;
  rdfs:comment """This is a document that uses Linked Data oriented content to describe OpenLink SPARQL Extensions BIF Ontology."""@en ;
  dcterms:subject <http://www.openlinksw.com/schemas/bif#> ;
  foaf:primaryTopic <http://www.openlinksw.com/schemas/bif#> ;
  foaf:topic
          <http://virtuoso.openlinksw.com/sparql#this> ,
          bif:__max_notnull ,
          bif:GeometryType ,
          bif:ST_Affine ,
          bif:ST_ExteriorRing ,
          bif:ST_GeometryN ,
          bif:ST_InteriorRingN ,
          bif:ST_M ,
          bif:ST_MMax ,
          bif:ST_MMin ,
          bif:ST_NumGeometries ,
          bif:ST_NumInteriorRings ,
          bif:ST_SRID ,
          bif:ST_SetSRID ,
          bif:ST_TransScale ,
          bif:ST_Transform ,
          bif:ST_Translate ,
          bif:ST_XMax ,
          bif:ST_XMin ,
          bif:ST_YMax ,
          bif:ST_YMin ,
          bif:ST_Z ,
          bif:ST_ZMax ,
          bif:ST_ZMin ,
          bif:ST_Zmflag ,
          bif:__max ,
          bif:__min ,
          bif:__min_notnull ,
          bif:abs ,
          bif:acos ,
          bif:adjust_timezone ,
          bif:ascii ,
          bif:asin ,
          bif:atan ,
          bif:atan2 ,
          bif:atof ,
          bif:atoi ,
          bif:bit_and ,
          bif:bit_not ,
          bif:bit_or ,
          bif:bit_shift ,
          bif:bit_xor ,
          bif:blob_to_string ,
          bif:blob_to_string_output ,
          bif:ceiling ,
          bif:chr ,
          bif:concat ,
          bif:concatenate ,
          bif:contains ,
          bif:cos ,
          bif:cot ,
          bif:curdate ,
          bif:curdatetime ,
          bif:curdatetimeoffset ,
          bif:current_timestamp ,
          bif:curutcdatetime ,
          bif:dateadd ,
          bif:datediff ,
          bif:datestring ,
          bif:datestring_gmt ,
          bif:dayname ,
          bif:dayofmonth ,
          bif:dayofweek ,
          bif:dayofyear ,
          bif:degrees ,
          bif:dist_from_point_to_line_segment ,
          bif:dt_set_tz ,
          bif:earth_radius ,
          bif:either ,
          bif:ends_with ,
          bif:equ ,
          bif:exp ,
          bif:floor ,
          bif:forget_timezone ,
          bif:geo_delete ,
          bif:geo_insert ,
          bif:get_timestamp ,
          bif:getdate ,
          bif:gt ,
          bif:gte ,
          bif:haversine_deg_km ,
          bif:hour ,
          bif:http_st_dxf_entity ,
          bif:http_st_ewkt ,
          bif:initcap ,
          bif:is_timezoneless ,
          bif:isarray ,
          bif:isbinary ,
          bif:isblob ,
          bif:isdouble ,
          bif:isentity ,
          bif:isfinitenumeric ,
          bif:isfloat ,
          bif:isgeometry ,
          bif:isinteger ,
          bif:isnull ,
          bif:isnumeric ,
          bif:isstring ,
          bif:iszero ,
          bif:jvm_ref_import ,
          bif:lcase ,
          bif:left ,
          bif:length ,
          bif:locate ,
          bif:log ,
          bif:log10 ,
          bif:lower ,
          bif:lt ,
          bif:lte ,
          bif:ltrim ,
          bif:make_string ,
          bif:minute ,
          bif:mod ,
          bif:month ,
          bif:monthname ,
          bif:msec_time ,
          bif:neq ,
          bif:now ,
          bif:pi ,
          bif:position ,
          bif:postgis_proj_version ,
          bif:power ,
          bif:quarter ,
          bif:radians ,
          bif:randomize ,
          bif:rdf_now_impl ,
          bif:regexp_instr ,
          bif:regexp_like ,
          bif:regexp_match ,
          bif:regexp_parse ,
          bif:regexp_replace ,
          bif:regexp_substr ,
          bif:repeat ,
          bif:replace ,
          bif:right ,
          bif:rnd ,
          bif:rtrim ,
          bif:search_excerpt ,
          bif:second ,
          bif:serialize ,
          bif:sign ,
          bif:sin ,
          bif:space ,
          bif:split_and_decode ,
          bif:sprintf ,
          bif:sprintf_inverse ,
          bif:sprintf_iri ,
          bif:sprintf_iri_or_null ,
          bif:sprintf_or_null ,
          bif:sqrt ,
          bif:st_astext ,
          bif:st_contains ,
          bif:st_distance ,
          bif:st_ewkt_read ,
          bif:st_geomfromtext ,
          bif:st_get_bounding_box ,
          bif:st_get_bounding_box_n ,
          bif:st_intersects ,
          bif:st_linestring ,
          bif:st_may_intersect ,
          bif:st_point ,
          bif:st_transform_by_custom_projection ,
          bif:st_within ,
          bif:st_x ,
          bif:st_y ,
          bif:starts_with ,
          bif:strcasestr ,
          bif:strchr ,
          bif:strcontains ,
          bif:string_output ,
          bif:string_output_flush ,
          bif:string_output_gz_compress ,
          bif:string_output_string ,
          bif:string_to_file ,
          bif:stringdate ,
          bif:stringtime ,
          bif:strrchr ,
          bif:strstr ,
          bif:subseq ,
          bif:substring ,
          bif:sysutcdatetime ,
          bif:tan ,
          bif:timezone ,
          bif:tmp_file_name ,
          bif:trim ,
          bif:ucase ,
          bif:upper ,
          bif:vector ,
          bif:vector_concat ,
          bif:week ;
   schema:about
          <http://virtuoso.openlinksw.com/sparql#this> ,
          bif:__max_notnull ,
          bif:GeometryType ,
          bif:ST_Affine ,
          bif:ST_ExteriorRing ,
          bif:ST_GeometryN ,
          bif:ST_InteriorRingN ,
          bif:ST_M ,
          bif:ST_MMax ,
          bif:ST_MMin ,
          bif:ST_NumGeometries ,
          bif:ST_NumInteriorRings ,
          bif:ST_SRID ,
          bif:ST_SetSRID ,
          bif:ST_TransScale ,
          bif:ST_Transform ,
          bif:ST_Translate ,
          bif:ST_XMax ,
          bif:ST_XMin ,
          bif:ST_YMax ,
          bif:ST_YMin ,
          bif:ST_Z ,
          bif:ST_ZMax ,
          bif:ST_ZMin ,
          bif:ST_Zmflag ,
          bif:__max ,
          bif:__min ,
          bif:__min_notnull ,
          bif:abs ,
          bif:acos ,
          bif:adjust_timezone ,
          bif:ascii ,
          bif:asin ,
          bif:atan ,
          bif:atan2 ,
          bif:atof ,
          bif:atoi ,
          bif:bit_and ,
          bif:bit_not ,
          bif:bit_or ,
          bif:bit_shift ,
          bif:bit_xor ,
          bif:blob_to_string ,
          bif:blob_to_string_output ,
          bif:ceiling ,
          bif:chr ,
          bif:concat ,
          bif:concatenate ,
          bif:contains ,
          bif:cos ,
          bif:cot ,
          bif:curdate ,
          bif:curdatetime ,
          bif:curdatetimeoffset ,
          bif:current_timestamp ,
          bif:curutcdatetime ,
          bif:dateadd ,
          bif:datediff ,
          bif:datestring ,
          bif:datestring_gmt ,
          bif:dayname ,
          bif:dayofmonth ,
          bif:dayofweek ,
          bif:dayofyear ,
          bif:degrees ,
          bif:dist_from_point_to_line_segment ,
          bif:dt_set_tz ,
          bif:earth_radius ,
          bif:either ,
          bif:ends_with ,
          bif:equ ,
          bif:exp ,
          bif:floor ,
          bif:forget_timezone ,
          bif:geo_delete ,
          bif:geo_insert ,
          bif:get_timestamp ,
          bif:getdate ,
          bif:gt ,
          bif:gte ,
          bif:haversine_deg_km ,
          bif:hour ,
          bif:http_st_dxf_entity ,
          bif:http_st_ewkt ,
          bif:initcap ,
          bif:is_timezoneless ,
          bif:isarray ,
          bif:isbinary ,
          bif:isblob ,
          bif:isdouble ,
          bif:isentity ,
          bif:isfinitenumeric ,
          bif:isfloat ,
          bif:isgeometry ,
          bif:isinteger ,
          bif:isnull ,
          bif:isnumeric ,
          bif:isstring ,
          bif:iszero ,
          bif:jvm_ref_import ,
          bif:lcase ,
          bif:left ,
          bif:length ,
          bif:locate ,
          bif:log ,
          bif:log10 ,
          bif:lower ,
          bif:lt ,
          bif:lte ,
          bif:ltrim ,
          bif:make_string ,
          bif:minute ,
          bif:mod ,
          bif:month ,
          bif:monthname ,
          bif:msec_time ,
          bif:neq ,
          bif:now ,
          bif:pi ,
          bif:position ,
          bif:postgis_proj_version ,
          bif:power ,
          bif:quarter ,
          bif:radians ,
          bif:randomize ,
          bif:rdf_now_impl ,
          bif:regexp_instr ,
          bif:regexp_like ,
          bif:regexp_match ,
          bif:regexp_parse ,
          bif:regexp_replace ,
          bif:regexp_substr ,
          bif:repeat ,
          bif:replace ,
          bif:right ,
          bif:rnd ,
          bif:rtrim ,
          bif:search_excerpt ,
          bif:second ,
          bif:serialize ,
          bif:sign ,
          bif:sin ,
          bif:space ,
          bif:split_and_decode ,
          bif:sprintf ,
          bif:sprintf_inverse ,
          bif:sprintf_iri ,
          bif:sprintf_iri_or_null ,
          bif:sprintf_or_null ,
          bif:sqrt ,
          bif:st_astext ,
          bif:st_contains ,
          bif:st_distance ,
          bif:st_ewkt_read ,
          bif:st_geomfromtext ,
          bif:st_get_bounding_box ,
          bif:st_get_bounding_box_n ,
          bif:st_intersects ,
          bif:st_linestring ,
          bif:st_may_intersect ,
          bif:st_point ,
          bif:st_transform_by_custom_projection ,
          bif:st_within ,
          bif:st_x ,
          bif:st_y ,
          bif:starts_with ,
          bif:strcasestr ,
          bif:strchr ,
          bif:strcontains ,
          bif:string_output ,
          bif:string_output_flush ,
          bif:string_output_gz_compress ,
          bif:string_output_string ,
          bif:string_to_file ,
          bif:stringdate ,
          bif:stringtime ,
          bif:strrchr ,
          bif:strstr ,
          bif:subseq ,
          bif:substring ,
          bif:sysutcdatetime ,
          bif:tan ,
          bif:timezone ,
          bif:tmp_file_name ,
          bif:trim ,
          bif:ucase ,
          bif:upper ,
          bif:vector ,
          bif:vector_concat ,
          bif:week ;
  dcterms:subject
          <http://virtuoso.openlinksw.com/sparql#this> ,
          bif:__max_notnull ,
          bif:GeometryType ,
          bif:ST_Affine ,
          bif:ST_ExteriorRing ,
          bif:ST_GeometryN ,
          bif:ST_InteriorRingN ,
          bif:ST_M ,
          bif:ST_MMax ,
          bif:ST_MMin ,
          bif:ST_NumGeometries ,
          bif:ST_NumInteriorRings ,
          bif:ST_SRID ,
          bif:ST_SetSRID ,
          bif:ST_TransScale ,
          bif:ST_Transform ,
          bif:ST_Translate ,
          bif:ST_XMax ,
          bif:ST_XMin ,
          bif:ST_YMax ,
          bif:ST_YMin ,
          bif:ST_Z ,
          bif:ST_ZMax ,
          bif:ST_ZMin ,
          bif:ST_Zmflag ,
          bif:__max ,
          bif:__min ,
          bif:__min_notnull ,
          bif:abs ,
          bif:acos ,
          bif:adjust_timezone ,
          bif:ascii ,
          bif:asin ,
          bif:atan ,
          bif:atan2 ,
          bif:atof ,
          bif:atoi ,
          bif:bit_and ,
          bif:bit_not ,
          bif:bit_or ,
          bif:bit_shift ,
          bif:bit_xor ,
          bif:blob_to_string ,
          bif:blob_to_string_output ,
          bif:ceiling ,
          bif:chr ,
          bif:concat ,
          bif:concatenate ,
          bif:contains ,
          bif:cos ,
          bif:cot ,
          bif:curdate ,
          bif:curdatetime ,
          bif:curdatetimeoffset ,
          bif:current_timestamp ,
          bif:curutcdatetime ,
          bif:dateadd ,
          bif:datediff ,
          bif:datestring ,
          bif:datestring_gmt ,
          bif:dayname ,
          bif:dayofmonth ,
          bif:dayofweek ,
          bif:dayofyear ,
          bif:degrees ,
          bif:dist_from_point_to_line_segment ,
          bif:dt_set_tz ,
          bif:earth_radius ,
          bif:either ,
          bif:ends_with ,
          bif:equ ,
          bif:exp ,
          bif:floor ,
          bif:forget_timezone ,
          bif:geo_delete ,
          bif:geo_insert ,
          bif:get_timestamp ,
          bif:getdate ,
          bif:gt ,
          bif:gte ,
          bif:haversine_deg_km ,
          bif:hour ,
          bif:http_st_dxf_entity ,
          bif:http_st_ewkt ,
          bif:initcap ,
          bif:is_timezoneless ,
          bif:isarray ,
          bif:isbinary ,
          bif:isblob ,
          bif:isdouble ,
          bif:isentity ,
          bif:isfinitenumeric ,
          bif:isfloat ,
          bif:isgeometry ,
          bif:isinteger ,
          bif:isnull ,
          bif:isnumeric ,
          bif:isstring ,
          bif:iszero ,
          bif:jvm_ref_import ,
          bif:lcase ,
          bif:left ,
          bif:length ,
          bif:locate ,
          bif:log ,
          bif:log10 ,
          bif:lower ,
          bif:lt ,
          bif:lte ,
          bif:ltrim ,
          bif:make_string ,
          bif:minute ,
          bif:mod ,
          bif:month ,
          bif:monthname ,
          bif:msec_time ,
          bif:neq ,
          bif:now ,
          bif:pi ,
          bif:position ,
          bif:postgis_proj_version ,
          bif:power ,
          bif:quarter ,
          bif:radians ,
          bif:randomize ,
          bif:rdf_now_impl ,
          bif:regexp_instr ,
          bif:regexp_like ,
          bif:regexp_match ,
          bif:regexp_parse ,
          bif:regexp_replace ,
          bif:regexp_substr ,
          bif:repeat ,
          bif:replace ,
          bif:right ,
          bif:rnd ,
          bif:rtrim ,
          bif:search_excerpt ,
          bif:second ,
          bif:serialize ,
          bif:sign ,
          bif:sin ,
          bif:space ,
          bif:split_and_decode ,
          bif:sprintf ,
          bif:sprintf_inverse ,
          bif:sprintf_iri ,
          bif:sprintf_iri_or_null ,
          bif:sprintf_or_null ,
          bif:sqrt ,
          bif:st_astext ,
          bif:st_contains ,
          bif:st_distance ,
          bif:st_ewkt_read ,
          bif:st_geomfromtext ,
          bif:st_get_bounding_box ,
          bif:st_get_bounding_box_n ,
          bif:st_intersects ,
          bif:st_linestring ,
          bif:st_may_intersect ,
          bif:st_point ,
          bif:st_transform_by_custom_projection ,
          bif:st_within ,
          bif:st_x ,
          bif:st_y ,
          bif:starts_with ,
          bif:strcasestr ,
          bif:strchr ,
          bif:strcontains ,
          bif:string_output ,
          bif:string_output_flush ,
          bif:string_output_gz_compress ,
          bif:string_output_string ,
          bif:string_to_file ,
          bif:stringdate ,
          bif:stringtime ,
          bif:strrchr ,
          bif:strstr ,
          bif:subseq ,
          bif:substring ,
          bif:sysutcdatetime ,
          bif:tan ,
          bif:timezone ,
          bif:tmp_file_name ,
          bif:trim ,
          bif:ucase ,
          bif:upper ,
          bif:vector ,
          bif:vector_concat ,
          bif:week .

### <!------------ Virtuoso BIF Functions Definitions  --------------->

bif:concat
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "concat" ;
  rdfs:comment """sparql select bif:concat(str(?s),(str(?o)) from <http://example.com> where {?s ?p ?o} limit 10"""@en ;
  dcterms:description """Function concat returns a new string, concatenated from a variable number of strings given as arguments.
  NULL arguments are handled as empty strings. concat (str) returns a copy of str. concat () returns an empty string."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:concatenate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "concatenate" ;
  rdfs:comment """select bif:concatenate(str(?s),(str(?o)) from <http://example.com> where {?s ?p ?o} limit 10"""@en ;
  dcterms:description """Concatenate is an alias of concat."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:position
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "position" ;
  rdfs:comment """select bif:position('b',(str(?o)) from <http://example.com> where {?s ?p ?o} limit 10"""@en ;
  dcterms:description """Returns the one-based index for the first occurrence of element within an array or string, beginning from offset start_index and iterating with step. If the second argument is a string, the first argument must be a string with a single character. If the second argument is an array of any, then depending of type of it's elements same type is expected as the first argument."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:vector
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "vector" ;
  rdfs:comment """select bif:vector('1',(str(?o), '34') from <http://example.com> where {?s ?p ?o} limit 10"""@en ;
  dcterms:description """vector returns a new vector (one-dimensional array) constructed from the given arguments."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:vector_concat
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "vector_concat" ;
  rdfs:comment """Usage: bif:vector_concat."""@en ;
  dcterms:description """vector_concat takes a variable number of vectors (heterogeneous arrays) and constructs a new vector containing copies of each (top level) element in the arguments."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:curdate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "curdate" ;
  rdfs:comment """Usage: bif:curdate."""@en ;
  dcterms:description """Returns the current date or time as a date, time or datetime, respectively"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:curdatetime
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "curdatetime" ;
  rdfs:comment """Usage: bif:curdatetime."""@en ;
  dcterms:description """Returns the current date or time as a date, time or datetime, respectively"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:adjust_timezone
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "adjust_timezone" ;
  rdfs:comment """Usage: bif:adjust_timezone."""@en ;
  dcterms:description """The function returns its first argument with unchanged GMT value but new timezone offset, as it is specified by the second argument. If the first argument is timezoneless and third argument is missing or zero then error 22023 is signaled. If the first argument is timezoneless and third argument is nonzero then no error is signaled and the argument is handled like it is a GMT value."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:curdatetimeoffset
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "curdatetimeoffset" ;
  rdfs:comment """Usage: bif:curdatetimeoffset."""@en ;
  dcterms:description """The function returns current datetime, like now(), but fractional part of seconds can be adjusted by providing the number of "microseconds" as the argument. It is like curdatetime() but the returned datetime is in GMT timezone."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:current_timestamp
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "current_timestamp" ;
  rdfs:comment """Usage: bif:current_timestamp."""@en ;
  dcterms:description """The function name refer to one function ( alias of now() ) that returns the timestamp of current transaction. It is the datetime of the beginning of current transaction with the fractional part of seconds replaced with serial number of a transaction within the second. If TimezonelessDatetimes=0 then the time has local timezone offset (as it was set at the time of last server start); otherwise it is timezoneless."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:curutcdatetime
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "curutcdatetime" ;
  rdfs:comment """Usage: bif:curutcdatetime."""@en ;
  dcterms:description """The function returns current datetime, like now(), but fractional part of seconds can be adjusted by providing the number of "microseconds" as the argument. The function is similar to curdatetime() but the returned datetime is in GMT timezone."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dateadd
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dateadd" ;
  rdfs:comment """SELECT ?wiki,
    ?dbp,
    bif:datediff('second', xsd:DateTime(str(?extracted)) , now()) AS ?secondsAgo
WHERE
  {
    ?wiki foaf:primaryTopic ?dbp .
    ?dbp <http://dbpedia.org/ontology/activeYearsEndDate> ?extracted .
    FILTER ( xsd:DateTime(str(?extracted)) > bif:dateadd('minute', -10, now()))
  }
ORDER BY DESC (xsd:DateTime(str(?extracted)))
LIMIT 30"""@en ;
  dcterms:description """dateadd adds a positive or negative quantity of units to a date (in the internal date time format), and returns a new date so formed. The unit is specified as a string and can be one of the following: 'second', 'minute', 'hour', 'day', 'month', or 'year'. Use datestring to convert the result to a human-readable string."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:datediff
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "datediff" ;
  rdfs:comment """SELECT ?wiki, ?dbp,  bif:datediff('second',  xsd:DateTime(?extracted) , now()) AS ?secondsAgo FROM <example.com> WHERE  { ?wiki foaf:primaryTopic ?dbp . ?dbp dcterms:modified ?extracted . FILTER ( ?extracted > bif:dateadd('minute', -10, now())) } ORDER BY DESC (?extracted) LIMIT 30"""@en ;
  dcterms:description """datediff subtracts date1 from date2 and returns the difference as an integer in the specified units."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:datestring
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "datestring" ;
  rdfs:comment """Usage: bif:datestring."""@en ;
  dcterms:description """ datestring and datestring_gmt convert timestamps or datetimes from internal to external date-time representation. The external representation is a human-readable ASCII string of up to 30 characters. The external format is: YYYY-MM-DD hh:mm:ss uuuuuu where uuuuuu represents microseconds."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:datestring_gmt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "datestring_gmt" ;
  rdfs:comment """Usage: bif:datestring_gmt."""@en ;
  dcterms:description """Converts the local datetime to GMT and returns its external representation as a string."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dayname
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dayname" ;
  rdfs:comment """Usage: bif:dayname."""@en ;
  dcterms:description """Decomposes a datetime to name of day. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dayofmonth
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dayofmonth" ;
  rdfs:comment """Usage: bif:dayofmonth."""@en ;
  dcterms:description """Decomposes a datetime to day of month. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dayofweek
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dayofweek" ;
  rdfs:comment """Usage: bif:dayofweek."""@en ;
  dcterms:description """Decomposes a datetime to day of week. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dayofyear
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dayofyear" ;
  rdfs:comment """Usage: bif:dayofyear."""@en ;
  dcterms:description """Decomposes a datetime to day of year. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dt_set_tz
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dt_set_tz" ;
  rdfs:comment """Usage: bif:dt_set_tz."""@en ;
  dcterms:description """Modifies the timezone component of a datetime. The value remains equal for purposes of comparison but will look different when converted to a string. The timezone component is an offset from UTC in minutes. It can be retrieved with the timezone function."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:forget_timezone
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "forget_timezone" ;
  rdfs:comment """Usage: bif:forget_timezone."""@en ;
  dcterms:description """The function returns its first argument as a timezoned value. If the first argument is timezoneless then it is returned unchanged. If the first argument is timezoned and second argument is missing or zero then the result is timezoneless value that "looks like" local time notation. If the first argument is timezoned and second argument is nonzero then the value is first made GMT and then it becomes timezoneless."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:get_timestamp
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "get_timestamp" ;
  rdfs:comment """Usage: bif:get_timestamp."""@en ;
  dcterms:description """get_timestamp is merely an alias for now and is provided for backward compatibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:getdate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "getdate" ;
  rdfs:comment """Usage: bif:getdate."""@en ;
  dcterms:description """Returns the timestamp associated with current transaction. This is an alias of now(). """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:hour
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "hour" ;
  rdfs:comment """Usage: bif:hour."""@en ;
  dcterms:description """Decomposes a datetime to hour. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:is_timezoneless
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "is_timezoneless" ;
  rdfs:comment """Usage: bif:is_timezoneless."""@en ;
  dcterms:description """The function returns 1 for timezoneless arguments, zero for timezoned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:minute
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "minute" ;
  rdfs:comment """Usage: bif:minute."""@en ;
  dcterms:description """Decomposes a datetime to minute. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:month
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "month" ;
  rdfs:comment """Usage: bif:month."""@en ;
  dcterms:description """Decomposes a datetime to month number, starting at 1 for January. Can be used on timestamps, datetimes, dates and times."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:monthname
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "monthname" ;
  rdfs:comment """Usage: bif:monthname."""@en ;
  dcterms:description """Monthname takes a datetime and returns a string containing name of the month represented by the datetime"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:msec_time
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "msec_time" ;
  rdfs:comment """Usage: bif:msec_time."""@en ;
  dcterms:description """Returns the number of milliseconds since system epoch. It is useful for benchmarking purposes, timing operations, etc."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:now
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "now" ;
  rdfs:comment """sparql select ?offer from <http://example.com> where { ?offer a gr:Offering ; gr:validFrom ?validfrom ; gr:validThrough ?validto . FILTER(?validfrom <= bif:now() and ?validto >= bif:now()) . } """@en ;
  dcterms:description """Returns the timestamp associated with current transaction as a DATETIME. This value is guaranteed to differ from the timestamp of any other transaction."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:quarter
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "quarter" ;
  rdfs:comment """Usage: bif:quarter."""@en ;
  dcterms:description """quarter takes a datetime and returns an integer containing a number representing the quarter of year of the datetime."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:rdf_now_impl
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "rdf_now_impl" ;
  rdfs:comment """Usage: bif:rdf_now_impl."""@en ;
  dcterms:description """This function returns the timestamp associated with current transaction as a DATETIME. The function name refer to one function ( alias of now() ) that returns the timestamp of current transaction. It is the datetime of the beginning of current transaction with the fractional part of seconds replaced with serial number of a transaction within the second. If TimezonelessDatetimes=0 then the time has local timezone offset (as it was set at the time of last server start); otherwise it is timezoneless."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:second
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "second" ;
  rdfs:comment """Usage: bif:second."""@en ;
  dcterms:description """second takes a datetime and returns an integer containing a number representing the second of the datetime."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:stringdate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "stringdate" ;
  rdfs:comment """
PREFIX dst: <http://linkedgeodata.org/vocabulary#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
SELECT (bif:year( bif:stringdate(?sdate)) AS ?syear) (bif:sum( bif:number(?dist)) AS ?distance)
FROM <http://example.com>
WHERE
  {
    ?row dc:date ?sdate .
    ?row dst:distance ?dist
  }
GROUP BY (bif:year(bif:stringdate(?sdate)))
ORDER BY ASC(bif:year(bif:stringdate(?sdate)));"""@en ;
  dcterms:description """stringdate converts dates and timestamps from text to the internal DATETIME type.
  The external format is: YYYY.MM.DD hh:mm.ss uuuuuu where uuuuuu represents number of microseconds. If trailing parts are
  omitted from the string given to stringdate, they are assumed to be zero. The three first parts are mandatory. Note that
  use of cast (x as datetime) is preferred over this function."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:stringtime
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "stringtime" ;
  rdfs:comment """Usage: bif:stringtime."""@en ;
  dcterms:description """Converts the argument to a time."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sysutcdatetime
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sysutcdatetime" ;
  rdfs:comment """Usage: bif:sysutcdatetime."""@en ;
  dcterms:description """The function returns current datetime, like now(), but fractional part of
  seconds can be adjusted by providing the number of "microseconds" as the argument. The function is
  similar to curdatetime() but the returned datetime is in GMT timezone."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:timezone
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "timezone" ;
  rdfs:comment """Usage: bif:timezone."""@en ;
  dcterms:description """The function returns timezone offset of its first argument, as an integer value in minutes. If the
  first argument is timezoneless and second argument is missing or zero then the returned value is NULL. If the first argument
  is timezoneless and second argument is nonzero then the returned value is 0."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:week
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "week" ;
  rdfs:comment """Usage: bif:week."""@en ;
  dcterms:description """week takes a datetime and returns an integer containing a number representing the week of year of the datetime."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:contains
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "contains" ;
  rdfs:comment """SELECT * FROM <http://example.com> WHERE { ?s ?p ?o . ?o bif:contains "world" };"""@en ;
  dcterms:description """A custom property (magic predicate) that applies string matching patterns to its object.
                This property exposes a built-in SQL function as a SPARQL extension. This is a SQL predicate that specifies a condition on a column on which a free text index
  exists. The expression is a string matching the grammar of a text search expression. This is computed for each
  evaluation of the contains predicate and does not have to be a constant. For example a parameter or variable of
  a containing score (e.g. procedure) is accepted. The score_limit is optional. If specified, it should be a numeric
  expression determining the minimum score required to produce a hit. A virtual column named 'SCORE' is available in queries
  involving a contains predicate. This can for example be returned in a result set or used for sorting. Note that the name
  is in upper case and is case sensitive in all case modes."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:GeometryType
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "GeometryType" ;
  rdfs:comment """
 SELECT ?s,
        bif:GeometryType(?o)
 FROM <http://example.com>
 WHERE
   {
     ?s ?p ?o
   }
 ORDER BY ASC(str(?s))"""@en ;
  dcterms:description """GeometryType function returns EWKT type name of a given shape."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_Affine
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_Affine" ;
  rdfs:comment """
select st_affine (st_ewkt_read ('POLYGON((1 3,2 4,1 5,0 4,1 3),\n
                                         (1 3.5,1.5 4,1 4.5,0.5 4,1 3.5))'),\n
                  30, 3, 1, 0.3, 0.001, 0.002)\n """@en ;
  dcterms:description """performs standard 2d affine transformation with matrix"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_ExteriorRing
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_ExteriorRing" ;
  rdfs:comment """Usage: bif:ST_ExteriorRing."""@en ;
  dcterms:description """Returns an external (the very first) ring of a polygon. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_GeometryN
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_GeometryN" ;
  rdfs:comment """Usage: bif:ST_GeometryN."""@en ;
  dcterms:description """Given a 1-based index of a member of a MULTI or COLLECTION shape, returns the member"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_InteriorRingN
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_InteriorRingN" ;
  rdfs:comment """Usage: bif:ST_InteriorRingN."""@en ;
  dcterms:description """Given a 1-based index of an interior ring of a polygon, returns the ring. Wrong index is not reported as an error and NULL is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_M
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_M" ;
  rdfs:comment """Usage: bif:ST_M."""@en ;
  dcterms:description """Returns the M coordinate. M is for mileage or the like. M equal to 245.3 could be 245.3 km of road or 0.3 distance from buoy 245 to buoy 246 or similar."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_MMax
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_MMax" ;
  rdfs:comment """
SELECT ?s, bif:st_mmax(?o) as ?mmax
FROM <http://example.com>
WHERE { ?s ?p ?o }"""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_MMin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_MMin" ;
  rdfs:comment """Usage: bif:ST_MMin. SPARQL
SELECT ?s, bif:st_mmin(?o) as ?mmin
FROM <http://example.com>
WHERE { ?s ?p ?o };"""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_NumGeometries
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_NumGeometries" ;
  rdfs:comment """
SELECT ?s, bif:GeometryType(?o),
       bif:ST_NumGeometries(?o)
FROM <http://example.com>
WHERE
 {
   ?s ?p ?o
 }
ORDER BY ASC(str(?s))"""@en ;
  dcterms:description """Returns number of members of a MULTI or COLLECTION shape, 1 for other sorts of shapes. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_NumInteriorRings
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_NumInteriorRings" ;
  rdfs:comment """
SELECT ?s bif:ST_NumInteriorRings (?o)
FROM <http://example.com/>
WHERE { ?s ?p ?o }
ORDER BY ASC(str(?s))"""@en ;
  dcterms:description """Returns number of interior rings of the given polygon, NULL if shape is not a polygon. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_SRID
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_SRID" ;
  rdfs:comment """
SELECT (bif:ST_SRID (?geo))
WHERE
  {
    ?m geo:geometry ?geo .
  }
LIMIT 10;"""@en ;
  dcterms:description """Returns the SRID of a geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_SetSRID
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_SetSRID" ;
  rdfs:comment """Usage: bif:ST_SetSRID."""@en ;
  dcterms:description """The geometry given as argument is modified to have the specified SRID and the modified geometry is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_TransScale
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_TransScale" ;
  rdfs:comment """
SELECT ?s, bif:ST_TransScale(?o, 0.1, 0.2, 0.1, 0.1)
FROM <http://example.com>
WHERE
  {
    ?s ?p ?o
  }
ORDER BY ASC(str(?s))"""@en ;
  dcterms:description """Returns a copy of a shape with all coordinates shifted by the provided dX, dY and then multiplied by Xfactor and Yfactor. Different values for Xfactor and Yfactor will result in distorted arcs."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:ST_Transform
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_Transform" ;
  rdfs:comment """Usage: bif:ST_Transform."""@en ;
  dcterms:description """Transforms the given shape from its current spatial reference system to one specified by dest_srid."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_Translate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_Translate" ;
  rdfs:comment """Usage: bif:ST_Translate."""@en ;
  dcterms:description """Returns a copy of a shape with all coordinates shifted by the provided dX, dY and dZ."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_XMax
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_XMax" ;
  rdfs:comment """SELECT ?s,
       bif:st_xmax(?o) as ?xmax
FROM <http://example.com>
WHERE { ?s ?p ?o }"""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_XMin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_XMin" ;
  rdfs:comment """
SELECT ?s,
       bif:ST_XMin(?o) as ?xmin
FROM <http://example.com>
WHERE { ?s ?p ?o }"""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_YMax
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_YMax" ;
  rdfs:comment """Usage: bif:ST_YMax."""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_YMin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_YMin" ;
  rdfs:comment """Usage: bif:ST_YMin."""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_Z
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_Z" ;
  rdfs:comment """Usage: bif:ST_Z."""@en ;
  dcterms:description """Retrieves the x coordinate of a geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_ZMax
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_ZMax" ;
  rdfs:comment """Usage: bif:ST_ZMax."""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in assumption that no one arc is longer than a half of full circle. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_ZMin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_ZMin" ;
  rdfs:comment """Usage: bif:ST_ZMin."""@en ;
  dcterms:description """Returns boundaries of a bounding box around a shape. Bounding boxes around arcs are calculated in ssumption that no one arc is longer than a half of full circle."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ST_Zmflag
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ST_Zmflag" ;
  rdfs:comment """Usage: bif:ST_Zmflag."""@en ;
  dcterms:description """Returns bits indicating presence of Z and/or M coordinates. 0 means that the shape has only X and Y, 1 means that M is also in use (but not Z), 2 means Z but ont M, 3 is for both M and Z."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:dist_from_point_to_line_segment
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "dist_from_point_to_line_segment" ;
  rdfs:comment """Usage: bif:dist_from_point_to_line_segment."""@en ;
  dcterms:description """Returns the distance between a point and a segment on a plane. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:earth_radius
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "earth_radius" ;
  rdfs:comment """Usage: bif:earth_radius."""@en ;
  dcterms:description """Returns geom.mean of radius of Earth in kilometers, 6367.43568"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:geo_delete
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "geo_delete" ;
  rdfs:comment """Usage: bif:geo_delete."""@en ;
  dcterms:description """Deletes a geometry from an R tree index. The tb must be a fully qualified name of an R tree table. This function is typically used from triggers on a geometry column. The function is transactional and makes a transaction log record of the action. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:geo_insert
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "geo_insert" ;
  rdfs:comment """Usage: bif:geo_insert."""@en ;
  dcterms:description """Inserts a geometry from an R tree index. The tb must be a fully qualified name of an R tree table. This function is typically used from triggers on a geometry column. The function is transactional and makes a transaction log record of the action. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:haversine_deg_km
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "haversine_deg_km" ;
  rdfs:comment """Usage: bif:haversine_deg_km."""@en ;
  dcterms:description """The function calculates the approximate distance between two points, using haversine formula with an adjustment for case when points are ends of some diameter. Note that the order of arguments is latitude-longitude, not longitude-latitude."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:http_st_dxf_entity
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "http_st_dxf_entity" ;
  rdfs:comment """Usage: bif:http_st_dxf_entity."""@en ;
  dcterms:description """This function writes a DXF (Data Exchange Format) representation of shape into the given output session."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:http_st_ewkt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "http_st_ewkt" ;
  rdfs:comment """Usage: bif:http_st_ewkt."""@en ;
  dcterms:description """Writes a EWKT representation of a shape to the given session, a fast replacement for http (st_astext (shape), ses)."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isgeometry
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isgeometry" ;
  rdfs:comment """Usage: bif:isgeometry."""@en ;
  dcterms:description """Returns 1 if the argument is a geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:postgis_proj_version
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "postgis_proj_version" ;
  rdfs:comment """Usage: bif:postgis_proj_version."""@en ;
  dcterms:description """Returns the version of the v7proj4 plugin in use, as a string, for compatibility with PostGIS."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_astext
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_astext" ;
  rdfs:comment """Usage: bif:st_astext."""@en ;
  dcterms:description """Returns the well known text (WKT) representation of the geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_contains
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_contains" ;
  rdfs:comment """Usage: bif:st_contains."""@en ;
  dcterms:description """Returns true if all points of a given geometry g2 are in another geometry g1. If prec is supplied, this is a tolerance for the matching in units of linear distance appropriate to the srid. Both geometries should have the same srid. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_distance
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_distance" ;
  rdfs:comment """
SELECT ?m (bif:st_distance (?geo, bif:st_point (0, 52)))
WHERE
  {
    ?m geo:geometry ?geo .
    ?m a <http://dbpedia.org/ontology/City> .
    FILTER (bif:st_intersects (?geo, bif:st_point (0, 52), 30))
  }
ORDER BY DESC 2
LIMIT 20;"""@en ;
  dcterms:description """Returns the shortest distance between two points such that the first point is part of g1 and the second of g2. The srid of g1 and g2 must be the same. If the srid is 4326, the haversine function is used to compute a great circle distance in kilometers on Earth. Otherwise the distance is calculated as on a flat Euclidean plane."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_ewkt_read
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_ewkt_read" ;
  rdfs:comment """Usage: bif:st_ewkt_read."""@en ;
  dcterms:description """Parses the given text as a EWKT and returns the parsed shape."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_geomfromtext
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_geomfromtext" ;
  rdfs:comment """Usage: bif:st_geomfromtext."""@en ;
  dcterms:description """Parses the string and returns the corresponding geometry. The string is to be in well known text representation (WKT)."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_get_bounding_box
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_get_bounding_box" ;
  rdfs:comment """Usage: bif:st_get_bounding_box."""@en ;
  dcterms:description """Returns BOX2D that is a bounding box of a shape."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_get_bounding_box_n
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_get_bounding_box_n" ;
  rdfs:comment """Usage: bif:st_get_bounding_box_n."""@en ;
  dcterms:description """Given a 1-based index of a member of a MULTI or COLLECTION shape, returns the bounding box of a member. This is a fast equivalent of st_get_bounding_box_n(ST_GeometryN (shape,idx)). """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_intersects
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_intersects" ;
  rdfs:comment """
SELECT ?c COUNT (*)
WHERE
  {
    ?m geo:geometry ?geo .
    ?m a ?c .
    FILTER (bif:st_intersects (?geo, bif:st_point (0, 52), 100))
  }
GROUP BY ?c
ORDER BY DESC 2;"""@en ;
  dcterms:description """Returns intersects between two geometries. If prec is supplied, this is a tolerance for the matching in units of linear distance appropriate to the srid. Both geometries should have the same srid. st_intersects is true if there is at least one point in common. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_linestring
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_linestring" ;
  rdfs:comment """Usage: bif:st_linestring."""@en ;
  dcterms:description """Returns a linestring in default SRID, the coordinates of vertices are specified by arguments that are points, 2-, 3- or 4-item vectors of coordinates, linestrings, arcstrings or vectors of the above mentioned values. Repeating vertices are automatically removed, except the case of repeating vertices in the middle of a linestring/arcstring argument."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_may_intersect
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_may_intersect" ;
  rdfs:comment """Usage: bif:st_may_intersect."""@en ;
  dcterms:description """checks whether bounding boxes of two shapes intersect or some of its points are within the specified proximity. This is much faster than full st_intersects() check."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_point
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_point" ;
  rdfs:comment """
SELECT ?c COUNT (*)
WHERE
  {
    ?m geo:geometry ?geo .
    ?m a ?c .
    FILTER (bif:st_intersects (?geo, bif:st_point (0, 52), 100))
  }
GROUP BY ?c
ORDER BY DESC 2;"""@en ;
  dcterms:description """Returns a point geometry. The x coordinate corresponds to longitude."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_transform_by_custom_projection
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_transform_by_custom_projection" ;
  rdfs:comment """Usage: bif:st_transform_by_custom_projection."""@en ;
  dcterms:description """Performs a custom projection of shape, using the specified algorithm and algorithm-specific arguments."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_within
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_within" ;
  rdfs:comment """Usage: bif:st_within."""@en ;
  dcterms:description """Returns true if all points of g1 are in g2. If prec is supplied, this is a tolerance for the matching in units of linear distance appropriate to the srid. Both geometries should have the same srid. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_x
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_x" ;
  rdfs:comment """Usage: bif:st_x."""@en ;
  dcterms:description """Retrieves the x coordinate of a geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:st_y
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "st_y" ;
  rdfs:comment """Usage: bif:st_y."""@en ;
  dcterms:description """Retrieves the y coordinate of a geometry."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:abs
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "abs" ;
  rdfs:comment """Usage: bif:abs."""@en ;
  dcterms:description """Returns the absolute value of its argument."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:acos
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "acos" ;
  rdfs:comment """Usage: bif:acos"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:asin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "asin" ;
  rdfs:comment """Usage: bif:asin"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:atan
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "atan" ;
  rdfs:comment """Usage: bif:atan"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:atan2
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "atan2" ;
  rdfs:comment """Usage: bif:atan2"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:cos
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "cos" ;
  rdfs:comment """Usage: bif:cos"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:cot
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "cot" ;
  rdfs:comment """Usage: bif:cot"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:degrees
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "degrees" ;
  rdfs:comment """Usage: bif:degrees"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:pi
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "pi" ;
  rdfs:comment """Usage: bif:pi"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:radians
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "radians" ;
  rdfs:comment """Usage: bif:radians"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sin
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sin" ;
  rdfs:comment """Usage: bif:sin"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:tan
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "tan" ;
  rdfs:comment """Usage: bif:tan"""@en ;
  dcterms:description """This function works with double precision floating point numbers. It converts its argument to an
  IEEE 64-bit float and return a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:atof
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "atof" ;
  rdfs:comment """Usage: bif:atof."""@en ;
  dcterms:description """Returns its argument as a single precision floating point. If the string cannot be parsed and converted to a valid float, a value 0.0 is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:atoi
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "atoi" ;
  rdfs:comment """SELECT * FROM <http://example.com> WHERE  { ?s ?p ?o . filter (bif:atoi (?o) > 130) };"""@en ;
  dcterms:description """Returns its argument as an integer. If the string cannot be parsed and converted to a valid integer, a value 0 is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:bit_and
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "bit_and" ;
  rdfs:comment """Usage: bif:bit_and."""@en ;
  dcterms:description """Returns bitwise AND of two given integers. On 64-bit platforms, both arguments are intentionally truncated to 32 bits to maintain compatibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:bit_not
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "bit_not" ;
  rdfs:comment """Usage: bif:bit_not."""@en ;
  dcterms:description """Returns bitwise NOT of a given integer. On 64-bit platforms the argument is intentionally truncated to 32 bits to maintain compatibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:bit_or
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "bit_or" ;
  rdfs:comment """Usage: bif:bit_or."""@en ;
  dcterms:description """Returns bitwise OR of two given integers. On 64-bit platforms, both arguments are intentionally truncated to 32 bits to maintain compatibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:bit_shift
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "bit_shift" ;
  rdfs:comment """Usage: bif:bit_shift."""@en ;
  dcterms:description """Returns bitwise shift of two given integers. Depending on the arguments, the shift may be left or right. For right-shift, leftmost bits of the result are filled by the value of the 31-st bit. On 64-bit platforms, both arguments are intentionally truncated to 32 bits and the shift is restricted to 32 bits to maintain compatibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:bit_xor
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "bit_xor" ;
  rdfs:comment """Usage: bif:bit_xor."""@en ;
  dcterms:description """Returns bitwise XOR (exclusive "or") of two given integers. On 64-bit platforms, both arguments are intentionally truncated to 32 bits, to provide compartibility."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ceiling
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ceiling" ;
  rdfs:comment """Usage: bif:ceiling."""@en ;
  dcterms:description """Calculates the smallest integer greater than or equal to x."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:either
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "either" ;
  rdfs:comment """PREFIX  rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
PREFIX   dbo:  <http://dbpedia.org/ontology/>
PREFIX   dbp:  <http://dbpedia.org/property/>
SELECT  ?team
        (
          ( bif:either ( ?ew = 'W', -1, 1 ) ) * (?d + ( ( ( ?m * 60 ) + ?s ) / 3600.0 ) )
          as ?v
        )
  {
    ?team  a           dbo:HockeyTeam          .
    ?team  rdfs:label  'New Jersey Devils'@en  .
    ?team  dbp:city    ?cityname               .
    ?city  rdfs:label  ?cityname               .
    ?city  dbp:longd   ?d                      ;
           dbp:longm   ?m                      ;
           dbp:longs   ?s                      ;
           dbp:longew  ?ew                     .
  }  """@en ;
  dcterms:description """Returns a copy of arg1 if cond is something else than integer 0 (zero). Otherwise, a copy of
  arg2 is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:equ
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "equ" ;
  rdfs:comment """Usage: bif:equ ."""@en ;
  dcterms:description """This function returns 1 if its first argument is equivalent to the second argument, respectively.
  If the arguments are not of the same type, then an appropriate type coercion is done for them before comparison.
  The function corresponds to SQL query operator = and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:gt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "gt" ;
  rdfs:comment """Usage: bif:gt."""@en ;
  dcterms:description """This function returns 1 if its first argument greater
  than to the second argument, respectively.
  If the arguments are not of the same type, then an appropriate type coercion is done for them before comparison.
  The function corresponds to SQL query operator > and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .



bif:gte
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "gte" ;
  rdfs:comment """Usage: bif:gte."""@en ;
  dcterms:description """This function returns 1 if its first argument is greater than or equivalent
  to the second argument, respectively. If the arguments are not of the same type, then an appropriate type coercion
  is done for them before comparison. The function corresponds to SQL query operator >= and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:lt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "lt" ;
  rdfs:comment """Usage: bif:lt."""@en ;
  dcterms:description """This function returns 1 if its first argument is less than to the second argument, respectively.
  If the arguments are not of the same type, then an appropriate type coercion is done for them before comparison.
  The function corresponds to SQL query operator < and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:lte
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "lte" ;
  rdfs:comment """Usage: bif:lte."""@en ;
  dcterms:description """This function returns 1 if its first argument is less than or equivalent to the second argument, respectively.
  If the arguments are not of the same type, then an appropriate type coercion is done for them before comparison.
  The function corresponds to SQL query operator <= and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:neq
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "neq" ;
  rdfs:comment """Usage: bif:neq."""@en ;
  dcterms:description """This function returns 1 if its first argument is not equivalent to the second argument, respectively.
  If the arguments are not of the same type, then an appropriate type coercion is done for them before comparison.
  The function corresponds to SQL query operator <> and is needed because the SQL syntax does
  not allow these operators to be used on the left side of FROM keyword in a SELECT statement."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .

bif:exp
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "exp" ;
  rdfs:comment """Usage: bif:exp."""@en ;
  dcterms:description """The function raises e to the power of x, it works with double precision floating point numbers, converts its argument to an IEEE 64-bit float and returns a result of that type."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:floor
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "floor" ;
  rdfs:comment """Usage: bif:floor."""@en ;
  dcterms:description """floor calculates the largest integer smaller than or equal to x."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isdouble
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isdouble" ;
  rdfs:comment """Usage: bif:isdouble."""@en ;
  dcterms:description """isdouble returns one if its argument is of type double precision float, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isfinitenumeric
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isfinitenumeric" ;
  rdfs:comment """Usage: bif:isfinitenumeric."""@en ;
  dcterms:description """isfinitenumeric returns 1 if its argument is of numeric type and its value is plain valid numeric value, not a peculiarity like infinity or not-a-number. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isfloat
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isfloat" ;
  rdfs:comment """Usage: bif:isfloat."""@en ;
  dcterms:description """isfloat returns one if its argument is of type single float, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isinteger
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isinteger" ;
  rdfs:comment """Usage: bif:isinteger."""@en ;
  dcterms:description """isinteger returns one if its argument is of type integer, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isnumeric
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isnumeric" ;
  rdfs:comment """Usage: bif:isnumeric."""@en ;
  dcterms:description """isnumeric returns one if its argument is of type integer, single float or double precision floating point number, zero otherwise. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:iszero
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "iszero" ;
  rdfs:comment """Usage: bif:iszero."""@en ;
  dcterms:description """iszero returns one if its argument is an integer 0, a float 0.0 or a double 0.0 For any other arguments, of whatever type, it will return zero. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:log
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "log" ;
  rdfs:comment """Usage: bif:log."""@en ;
  dcterms:description """log calculates the natural logarithm of its argument and returns it as a IEEE 64-bit float."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:log10
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "log10" ;
  rdfs:comment """Usage: bif:log10."""@en ;
  dcterms:description """log10 calculates the 10-based logarithm of its argument and returns it as a IEEE 64-bit float."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:lower
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "lower" ;
  rdfs:comment """
PREFIX sioc_t:<http://rdfs.org/sioc/types#>
SELECT DISTINCT ?s
FROM <http://example.com>
WHERE
  {
    ?s sioc_t:Tag ?Tag.  FILTER ( bif:lower(str(?Tag)) in ('analisi', 'autonomas',
                                                           'autonomia de gobierno',
                                                           'autonomia', 'autonomica',
                                                           'comun', 'comunidades', 'critico' ) )
  }"""@en ;
  dcterms:description """ lcase returns a copy of string str with all the uppercase alphabetical characters converted to corresponding lowercase letters. This includes also the diacritic letters present in the ISO 8859/1 standard in range 192 - 222 decimal, excluding the character 223, German double-s which stays the same. lower is just an alias for lcase. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:mod
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "mod" ;
  rdfs:comment """Usage: bif:mod."""@en ;
  dcterms:description """mod returns the modulus (i.e. remainder) of the division dividend/divisor. If the divisor is zero the SQL error 22012 "Division by zero" is generated. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:__max
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "__max" ;
  rdfs:comment """Usage: bif:__max."""@en ;
  dcterms:description """The function returns the maximum value among all values in all its arguments."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:__max_notnull
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "__max_notnull" ;
  rdfs:comment """Usage: bif:__max_notnull."""@en ;
  dcterms:description """The function returns the maximum value among all values in all its arguments by ignoring NULLs entirely."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:__min
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "__min" ;
  rdfs:comment """Usage: bif:__min."""@en ;
  dcterms:description """The function returns the minimum value among all values in all its arguments."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:__min_notnull
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "__min_notnull" ;
  rdfs:comment """Usage: bif:__min_notnull."""@en ;
  dcterms:description """The function returns the minimum value among all values in all its arguments by ignoring NULLs entirely."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:power
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "power" ;
  rdfs:comment """Usage: bif:power."""@en ;
  dcterms:description """power raises x to the yth power and returns the value as a IEEE 64-bit float."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:randomize
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "randomize" ;
  rdfs:comment """Usage: bif:randomize."""@en ;
  dcterms:description """ The rnd function returns a random number between zero and n - 1, inclusive.
  randomize initializes the random number generator. The random number generator is initialized after the clock at
  first usage, so the produced sequences will be different each time unless specifically initialized. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:rnd
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "rnd" ;
  rdfs:comment """SELECT ?s ?p ?o
FROM <http://example.com>
WHERE
  {
    ?s ?p ?o .
    FILTER ( 1 >  <bif:rnd> (10, ?s, ?p, ?o) )
  }"""@en ;
  dcterms:description """ The rnd function returns a random number between zero and n - 1, inclusive.
  Randomize initializes the random number generator. The random number generator is initialized after
  the clock at first usage, so the produced sequences will be different each time unless specifically initialized. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sign
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sign" ;
  rdfs:comment """Usage: bif:sign."""@en ;
  dcterms:description """sign returns either -1, 0 or 1 depending whether its numeric argument is negative, zero or positive. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sqrt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sqrt" ;
  rdfs:comment """Usage: bif:sqrt."""@en ;
  dcterms:description """sqrt calculates the square root of its argument and returns it as a IEEE 64-bit float."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ascii
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ascii" ;
  rdfs:comment """Usage: bif:ascii."""@en ;
  dcterms:description """ascii returns the ASCII value of the first character of a string. If an empty string is given, then zero is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:blob_to_string
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "blob_to_string" ;
  rdfs:comment """Usage: bif:blob_to_string."""@en ;
  dcterms:description """Although primarily used for converting blobs (long varbinary, long varchar) to string, blob_to_string may also be used to convert from wide string, persistent XML (XPER) and string_output streams. If the data being converted is longer than maximum length of a string, blob_to_string will signal an error."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:blob_to_string_output
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "blob_to_string_output" ;
  rdfs:comment """Usage: bif:blob_to_string_output."""@en ;
  dcterms:description """Although primarily used for converting blobs (long varbinary, long varchar) to string output object, blob_to_string_output may also be used to convert from wide string, persistent XML (XPER) and string_output streams."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:chr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "chr" ;
  rdfs:comment """Usage: bif:chr."""@en ;
  dcterms:description """chr returns a new one character long string containing the character with character code given as parameter."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ends_with
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ends_with" ;
  rdfs:comment """Usage: bif:ends_with."""@en ;
  dcterms:description """ends_with checks whether string X ends with Y, ignoring occurencies of Y in other places. Returns 1 or 0."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:initcap
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "initcap" ;
  rdfs:comment """Usage: bif:initcap."""@en ;
  dcterms:description """initcap returns a copy of string str with the first character, if it is a lowercase letter, converted to the corresponding uppercase letter. Otherwise, an identical copy of the string is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isblob
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isblob" ;
  rdfs:comment """Usage: bif:isblob."""@en ;
  dcterms:description """isblob returns one if its argument as a handle to an object of the type LONG VARCHAR, zero otherwise. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isstring
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isstring" ;
  rdfs:comment """Usage: bif:isstring."""@en ;
  dcterms:description """isstring returns one if its argument is of type VARCHAR, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:lcase
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "lcase" ;
  rdfs:comment """Usage: bif:lcase."""@en ;
  dcterms:description """lcase returns a copy of string str with all the uppercase alphabetical characters converted to corresponding lowercase letters. This includes also the diacritic letters present in the ISO 8859/1 standard in range 192 - 222 decimal, excluding the character 223, German double-s which stays the same. lower is an alias for lcase."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:left
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "left" ;
  rdfs:comment """Usage: bif:left."""@en ;
  dcterms:description """left returns a subsequence of string str, taking count characters from the beginning of the string.
  If count is zero an empty string '' is returned. If length of str is less than count then a copy of the whole str is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:length
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "length" ;
  rdfs:comment """
SELECT ?label
FROM <http://example.com>
WHERE
  {
    ?s ?p ?label
    FILTER (bif:length(str(?label))<= 256)
  } """@en ;
  dcterms:description """Returns the length of its argument."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:locate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "locate" ;
  rdfs:comment """PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbp: <http://dbpedia.org/property/>
SELECT ?team
      ( ( bif:locate( 'W', ?ew )) * (?d + (((?m * 60) + ?s) / 3600.0)) as ?v )
  {
    ?team a dbo:HockeyTeam .
    ?team rdfs:label 'New Jersey Devils'@en .
    ?team dbp:city ?cityname .
    ?city rdfs:label ?cityname .
    ?city dbp:longd ?d ;
          dbp:longm ?m ;
          dbp:longs ?s ;
        dbp:longew ?ew .
  } """@en ;
  dcterms:description """Returns the starting position of the first occurrence of string_exp1 within string_exp2. The search for the first occurrence of string_exp1 begins with the first character position in string_exp2 unless the optional argument, start, is specified. If start is specified, the search begins with the character position indicated by the value of start. The first character position in string_exp2 is indicated by the value 1. If string_exp1 is not found within string_exp2, the value 0 is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ltrim
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ltrim" ;
  rdfs:comment """Usage: bif:ltrim."""@en ;
  dcterms:description """ltrim returns a copy of subsequence of string str with all the characters present in trimchars
  trimmed off from the beginning. If the second argument is omitted, it is a space ' ' by default. rtrim is similar except
  that it trims from the right. trim trims from both ends. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:make_string
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "make_string" ;
  rdfs:comment """Usage: bif:make_string."""@en ;
  dcterms:description """make_string returns a new string of length count, filled with binary zeros. If count is zero, an empty string '' is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_instr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_instr" ;
  rdfs:comment """Usage: bif:regexp_instr."""@en ;
  dcterms:description """This function looks for a pattern and returns the first position of the pattern. Optionally, you can indicate
  the start_position you want to begin the search. The occurrence parameter defaults to 1 unless you indicate that you are looking for
  a subsequent occurrence. The default value of the return_option is 0, which returns the starting position of the pattern; a value
  of 1 returns the starting position of the next character following the match. This function returns the starting position of a
  pattern, so it works much like the familiar INSTR function. The main difference between the two functions is that REGEXP_INSTR
  lets you specify a pattern instead of a specific search string; thus providing greater versatility. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_like
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_like" ;
  rdfs:comment """Usage: bif:regexp_like."""@en ;
  dcterms:description """Allows a like comparison using regular-expression."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_match
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_match" ;
  rdfs:comment """Usage: bif:regexp_match."""@en ;
  dcterms:description """The regexp_match function returns a copy of substring of string str which matches the regular
  expression pattern. Previous behavior of this function would cut the first characters of str until the end of regular
  expression matched substring. In this way str could be passed to this function again to find the next occurrence of
  substring that matches the regular expression. By default this behavior is not adopted by this function, but can be
  enabled for pre 3.2 compatibility by supplying the optional third parameter. If either the pattern or str parameter
  contain wide characters this function will operate in wide mode, first converting any narrow characters to wide and
  returning a wide character response. Otherwise this function operates in narrow mode by default."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_parse
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_parse" ;
  rdfs:comment """Usage: bif:regexp_parse."""@en ;
  dcterms:description """Returns substrings that match the regular expression in supplied string after an offset"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_replace
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_replace" ;
  rdfs:comment """Usage: bif:regexp_replace."""@en ;
  dcterms:description """This function replaces occurrence(s) of the matching pattern in the source_string with a specified
  replace_string, allowing complex search-and-replace operations. The traditional REPLACE SQL function substitutes one string
  with another. Assume your data has extraneous spaces in the text and you would like to replace them with a single space.
  With the REPLACE function, you would need to list exactly how many spaces you want to replace. However, the number of
  extra spaces may not be the same everywhere in the text. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:regexp_substr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "regexp_substr" ;
  rdfs:comment """Usage: bif:regexp_substr."""@en ;
  dcterms:description """This function will return the whole string value of the first substring in "str" that matches the regexp in "pattern" or a sub part of the first match. The regexp syntax allows subexpressions to be marked in the regular expression (using the braces syntax). An example of such type of expression will be: '(2[34]).*(2[35])' which means a regular expression having two subexpressions: '2[34]' and '2[35]'."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:repeat
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "repeat" ;
  rdfs:comment """Usage: bif:repeat."""@en ;
  dcterms:description """repeat returns a new string, composed of the string str repeated count times. If count is zero, an empty string '' is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:replace
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "replace" ;
  rdfs:comment """CONSTRUCT
  {
    ?s <http://www.w3.org/2002/07/owl#equivalentClass> `iri (bif:replace(?o,'http://schema.rdfs.org/', 'http://schema.org/'))`
   }
FROM <http://www.openlinksw.com/schemas/rdfs>
WHERE
  {
    ?s <http://www.w3.org/2002/07/owl#equivalentClass> ?o
  };"""@en ;
  dcterms:description """Replaces every occurrence of the second argument in the first argument with the third argument. The arguments can be narrow or wide strings. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:right
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "right" ;
  rdfs:comment """Usage: bif:right."""@en ;
  dcterms:description """Returns the count rightmost characters of string str. If count is zero an empty string '' is returned.
  If length of str is less than count then a copy of the whole str is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:rtrim
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "rtrim" ;
  rdfs:comment """Usage: bif:rtrim."""@en ;
  dcterms:description """Returns a copy of subsequence of string str with all the characters present in trimchars trimmed off
  from the beginning. If the second argument is omitted, it is a space ' ' by default. rtrim is similar except that it trims
  from the right. trim trims from both ends."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:search_excerpt
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "search_excerpt" ;
  rdfs:comment """
SELECT ?s ?o ?an ( bif:search_excerpt ( bif:vector ( 'In', 'Your' ) , ?o ) )
WHERE
  {
    ?s rdf:type mo:Record .
    ?s schema:creator ?a .
    ?a foaf:name ?an .
    ?s dc:title ?o .
    FILTER ( bif:contains ( ?o, '"in your"' ) )
  }
LIMIT 10;"""@en ;
  dcterms:description """This function produces representative samples for use in displaying a query hit. There are two
  modes: html mode and text mode. In html mode everything looks like html tags is ignored and searching of excerpt begins
  from <body> tag. All found hit words highlighted by html_hit_tag. In text mode text is treated as plain text, html tag
  detection is disabled and hit words is not highlighted. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:serialize
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "serialize" ;
  rdfs:comment """Usage: bif:serialize."""@en ;
  dcterms:description """This function will convert any heterogeneous array or tree of arrays into a binary string and back. The format is platform independent."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:space
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "space" ;
  rdfs:comment """Usage: bif:space."""@en ;
  dcterms:description """space returns a new string, composed of count spaces. If count is zero, an empty string '' is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:split_and_decode
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "split_and_decode" ;
  rdfs:comment """SELECT bif:aref (bif:split_and_decode('http%3A%2F%2Fexample.org%2Ftest1%3Bhttp%3A%2F%2Fexample.org%2Ftest2',0), 0)
{ ?S ?P ?O }
LIMIT 1"""@en ;
  dcterms:description """Converts the escaped var=val pair inputs text to a corresponding vector of string elements. If the optional third argument is a string of less than three characters, then does only the decoding (but no splitting) and returns back a string."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sprintf
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sprintf" ;
  rdfs:comment """PREFIX nrl:<http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#>
SELECT ( bif:exec(bif:sprintf("SPARQL CLEAR GRAPH<%s>", str(?mg))))
WHERE
  {
    ?mg nrl:coreGraphMetadataFor ?g .
    FILTER(?g in ( <http://example.com> )) .
    FILTER ( !bif:exists((SELECT (1) WHERE { GRAPH ?g { ?s ?p ?o . } . })) ) .
  }"""@en ;
  dcterms:description """Returns a new string formed by "printing" a variable number of arguments arg_1 - arg_x according to the format string format, that is, exactly the same way as with the sprintf function of C language. However the sprintf function enforces some additional limitations over the sprintf C function."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sprintf_inverse
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sprintf_inverse" ;
  rdfs:comment """define input:storage ""
    select (bif:aref(bif:sprintf_inverse (str(?idx), bif:concat (str(rdf:_), "%d"), 0), 0)) ?qm
    from virtrdf:
    where { virtrdf:DefaultQuadStorage-UserMaps ?idx ?qm . ?qm a virtrdf:QuadMap }"""@en ;
  dcterms:description """Gets a string to parse, a format string and an integer (0,1 or 2) that indicates error recovery method. If the first argument matches the format string then it returns vector of the pattern values. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sprintf_iri
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sprintf_iri" ;
  rdfs:comment """Usage: bif:sprintf_iri."""@en ;
  dcterms:description """Similar to sprintf returns a new string formed by "printing" a variable number of arguments arg_1 - arg_x according to the format string format. The difference is that the returned string is marked as being IRI string so some applications and clients may distinguish between RDF reference string and RDF literal."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sprintf_iri_or_null
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sprintf_iri_or_null" ;
  rdfs:comment """Usage: bif:sprintf_iri_or_null."""@en ;
  dcterms:description """Similar to sprintf_iri and returns a new string formed by "printing" a variable number of arguments arg_1 - arg_x according to the format string format. The difference is that the function can return null if any of the arguments except the first one is null. The returned string is marked as being IRI string so some applications and clients may distinguish between RDF reference string and RDF literal."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sprintf_or_null
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sprintf_or_null" ;
  rdfs:comment """Usage: bif:sprintf_or_null."""@en ;
  dcterms:description """Similar to sprintf and returns a new string formed by "printing" a variable number of arguments arg_1 - arg_x according to the format string format. The difference is that the function can return null if any of the arguments except the first one is null. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:starts_with
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "starts_with" ;
  rdfs:comment """Usage: bif:starts_with."""@en ;
  dcterms:description """Checks whether string X begins with Y, ignoring occurencies of Y in other places. Returns 1 or 0."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:strcasestr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "strcasestr" ;
  rdfs:comment """Usage: bif:strcasestr."""@en ;
  dcterms:description """Performs a case-insensitive substring search, returning a zero-based index pointing to beginning of first occurrence of sub or NULL if not found."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:strchr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "strchr" ;
  rdfs:comment """SELECT distinct (bif:subseq (?s, bif:strchr (?s, '#')))
   WHERE {
     graph ?g {
       ?s ?p `2+2` .
       FILTER (! bif:isnull (bif:strchr (?s, '#') ) )
     } };"""@en ;
  dcterms:description """Returns a zero-based index to the first occurrence of char. If char is not found NULL is returned. char can be given either as an integer ASCII value or a string, in which case the first character of that string is searched fo. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:strcontains
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "strcontains" ;
  rdfs:comment """Usage: bif:strcontains."""@en ;
  dcterms:description """Performs a substring search, returning 1 or 0."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:string_output
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "string_output" ;
  rdfs:comment """Usage: bif:string_output."""@en ;
  dcterms:description """A string output stream is a special object that may be used to buffer arbitrarily long streams
  of data. They are useful for handling data that would not otherwise fit within normal varchar size limitations. The
  HTTP output functions optionally take a string output stream handle as a parameter and then output to said stream
  instead of the HTTP client. A string output stream can be assigned to a database column in insert or update, causing
  the characters written to the stream to be assigned to the column as a narrow string. The function string_output_string can
  be used to produce a varchar out of a string output stream. It may be called repeatedly to obtain several copies of
  the data. http_rewrite can be used to flush a string output stream. If a string output stream is passed to the function
  result the data stored in it is sent to the client. The string output object cannot be copied. It cannot therefore be
  assigned between two variables or passed by value (as an IN parameter.) It can be passed by reference (OUT, INOUT parameter.)"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:string_output_flush
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "string_output_flush" ;
  rdfs:comment """Usage: bif:string_output_flush."""@en ;
  dcterms:description """Resets the state of the string output object. The string associated with the string output is dropped and is of 0 characters after this call. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:string_output_gz_compress
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "string_output_gz_compress" ;
  rdfs:comment """Usage: bif:string_output_gz_compress."""@en ;
  dcterms:description """Compresses its string_output argument using the gzip algorithm and writes the result to another string_output given as an argument. When successful, the number of bytes written to str_out_out is returned"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:string_output_string
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "string_output_string" ;
  rdfs:comment """Usage: bif:string_output_string."""@en ;
  dcterms:description """This function is used to produce a string from contents of a string output stream. See string_output for more information about string output streams."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:string_to_file
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "string_to_file" ;
  rdfs:comment """Usage: bif:string_to_file."""@en ;
  dcterms:description """This function requires dba privileges. string_to_file writes a varchar value or string session to
  a file. The path is relative to the server's working directory. The mode is an integer value interpreted as a position.
  A mode of 0 writes the content starting at offset 0. A mode of -1 appends to the end of the file. The append option is
  probably the most useful for producing application level logs, etc. The string argument can also be a string output object.
  In this case the content is used as the string. If the mode is -2, the new content supersedes the old. This is different
  from 0 in that the file will be truncated if the new content is shorter than the old. The DirsAllowed and DirsDenied lists
  in Parameters section of the virtuoso configuration file (virtuoso.ini by default) are used to control disk access. An error
  42000/FA024 is signalled if an attempt is made to write to a file in a directory to which disk access is not explicitly allowed."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:strrchr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "strrchr" ;
  rdfs:comment """Usage: bif:strrchr."""@en ;
  dcterms:description """Returns a zero-based index to the last occurrence of char in string. If char is not found NULL is returned. char can be given either as an integer ASCII value or a string, in which case the first character of that string is searched for in str. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:strstr
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "strstr" ;
  rdfs:comment """Usage: bif:strstr."""@en ;
  dcterms:description """Performs a substring search, returning a zero-based index pointing to beginning of first occurrence of sub or NULL if not found."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:subseq
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "subseq" ;
  rdfs:comment """
SELECT (xsd:date(bif:subseq(str(?a_dt), 0, 10))), count(*)
FROM <http://example.com>
WHERE
  {
    ?s <http://purl.org/dc/elements/1.1/date> ?a_dt
  }
GROUP BY (xsd:date(bif:subseq(str(?a_dt), 0, 10)));"""@en ;
  dcterms:description """Returns a copy of subsequence of string or vector str using zero-based indices from (inclusive) and
  to (exclusive) to delimit the substring or the vector extracted. If to is omitted or is NULL, then it equals by default to
  the length of str, i.e. everything from from to the end of str is returned. If to and from are equal, an empty string ''
  (empty vector) is returned. If from is greater than to or length of str an error is signalled. If str is NULL then NULL
  is returned. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:substring
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "substring" ;
  rdfs:comment """Usage: bif:substring."""@en ;
  dcterms:description """Returns a substring of string str. The start index is 1 based. The substring is sublen characters long.
  This function follows SQL 92. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:tmp_file_name
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "tmp_file_name" ;
  rdfs:comment """Usage: bif:tmp_file_name."""@en ;
  dcterms:description """This function is used to obtain unique name of a file, which is located in temporary directory on
  file system. The two optional parameters can be supplied: prefix of the file and extension for it. These will be prepended
  and appended (dot MUST be omitted) to the unique string. The directory where this file is located depends of $TMPDIR or
  %TMP% environment settings for UNIX's and Windows platforms respectively. If these environment settings are not available
  or empty, the defaults will be used for the operation system. (in practice for most UNIX's it's /tmp or /var/tmp directory).
  Note that this function do NOT open the file, it only give us a name. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:trim
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "trim" ;
  rdfs:comment """Usage: bif:trim."""@en ;
  dcterms:description """Returns a copy of subsequence of string str with all the characters present in trimchars trimmed
  off from the beginning. If the second argument is omitted, it is a space ' ' by default. rtrim is similar except that it
  trims from the right. trim trims from both ends."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:ucase
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "ucase" ;
  rdfs:comment """Usage: bif:ucase."""@en ;
  dcterms:description """Returns a copy of string str with all the lowercase alphabetical characters converted to corresponding
  uppercase letters. This includes also the diacritic letters present in the ISO 8859/1 standard in range 224 - 254 decimal,
  excluding the character 255, y diaeresis, which is not converted to a German double-s. upper is just an alias for ucase."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:upper
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "upper" ;
  rdfs:comment """Usage: bif:upper."""@en ;
  dcterms:description """Returns a copy of string str with all the lowercase alphabetical characters converted to corresponding
  uppercase letters. This includes also the diacritic letters present in the ISO 8859/1 standard in range 224 - 254 decimal,
  excluding the character 255, y diaeresis, which is not converted to a German double-s. upper is just an alias for ucase."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isarray
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isarray" ;
  rdfs:comment """Usage: bif:isarray."""@en ;
  dcterms:description """isarray is true if the argument is a valid argument to aref. This is the case for any string or vector."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isbinary
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isbinary" ;
  rdfs:comment """Usage: bif:isbinary."""@en ;
  dcterms:description """Returns one if its argument is of type VARBINARY, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isblob
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isblob" ;
  rdfs:comment """Usage: bif:isblob."""@en ;
  dcterms:description """Returns one if its argument as a handle to an object of the type LONG VARCHAR, zero otherwise. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isdouble
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isdouble" ;
  rdfs:comment """Usage: bif:isdouble."""@en ;
  dcterms:description """Returns one if its argument is of type double precision float, zero otherwise. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isentity
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isentity" ;
  rdfs:comment """Usage: bif:isentity."""@en ;
  dcterms:description """Returns true if its argument is an XML entity"""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isfinitenumeric
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isfinitenumeric" ;
  rdfs:comment """Usage: bif:isfinitenumeric."""@en ;
  dcterms:description """Returns 1 if its argument is of numeric type and its value is plain valid numeric value, not a peculiarity like infinity or not-a-number. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isfloat
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isfloat" ;
  rdfs:comment """Usage: bif:isfloat."""@en ;
  dcterms:description """Returns one if its argument is of type single float, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isinteger
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isinteger" ;
  rdfs:comment """Usage: bif:isinteger."""@en ;
  dcterms:description """Returns one if its argument is of type integer, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isnull
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isnull" ;
  rdfs:comment """SELECT distinct (bif:subseq (?s, bif:strchr (?s, '#')))
   WHERE {
     graph ?g {
       ?s ?p `2+2` .
       FILTER (! bif:isnull (bif:strchr (?s, '#') ) )
     } };"""@en ;
  dcterms:description """Returns one if its argument is NULL, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isnumeric
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isnumeric" ;
  rdfs:comment """SELECT  round(?o)
WHERE
  {
    ?s a ?c .
    ?s geo:geometry ?geo .
    ?s ?p ?o .
    FILTER ( bif:isnumeric(?o) )
  }
LIMIT 10"""@en ;
  dcterms:description """Returns one if its argument is of type integer, single float or double precision floating point number, zero otherwise. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:isstring
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "isstring" ;
  rdfs:comment """Usage: bif:isstring."""@en ;
  dcterms:description """Returns one if its argument is of type VARCHAR, zero otherwise."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:iszero
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "iszero" ;
  rdfs:comment """Usage: bif:iszero."""@en ;
  dcterms:description """Returns one if its argument is an integer 0, a float 0.0 or a double 0.0 For any other arguments, of whatever type, it will return zero. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:jvm_ref_import
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "jvm_ref_import" ;
  rdfs:comment """Usage: bif:jvm_ref_import."""@en ;
  dcterms:description """Creates XML description of Java class. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:make_string
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "make_string" ;
  rdfs:comment """Usage: bif:make_string."""@en ;
  dcterms:description """Returns a new string of length count, filled with binary zeros. If count is zero, an empty string '' is returned."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:sign
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "sign" ;
  rdfs:comment """Usage: bif:sign."""@en ;
  dcterms:description """Returns either -1, 0 or 1 depending whether its numeric argument is negative, zero or positive. """@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:stringdate
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "stringdate" ;
  rdfs:comment """PREFIX dst: <http://linkedgeodata.org/vocabulary#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
SELECT (bif:year( bif:stringdate(?sdate)) AS ?syear)
       (bif:sum( bif:number(?dist)) AS ?distance)
FROM <http://example.com>
WHERE
  {
    ?row dc:date ?sdate .
    ?row dst:distance ?dist
  }
GROUP BY (bif:year(bif:stringdate(?sdate)))
ORDER BY ASC(bif:year(bif:stringdate(?sdate))) """@en ;
  dcterms:description """Converts dates and timestamps from text to the internal DATETIME type. The external format
  is: YYYY.MM.DD hh:mm.ss uuuuuu where uuuuuu represents number of microseconds. If trailing parts are omitted from
  the string given to stringdate, they are assumed to be zero. The three first parts are mandatory. Note that use of
  cast (x as datetime) is preferred over this function."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .


bif:stringtime
  a sioc:Item, sed:FunctionalPredicate , <http://sw.opencyc.org/concept/Mx4rvVxAsJwpEbGdrcN5Y29ycA> ;
  rdfs:isDefinedBy bif: ;
  rdfs:label "stringtime" ;
  rdfs:comment """Usage: bif:stringtime."""@en ;
  dcterms:description """Converts the argument to a time."""@en ;
  schema:creator <http://www.openlinksw.com/#this> ;
  cc:license <http://creativecommons.org/licenses/by/4.0/deed.en_US> ;
  cc:attributionName "OpenLink Software" ;
  cc:attributionURL <http://www.openlinksw.com/dataspace/organization/openlink>  .




### <!------------ Web Pages Definitions ------------>

<http://docs.openlinksw.com/virtuoso/fn_nm_max_notnull.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_nm_max_notnull.html>;
  schema:about bif:__max_notnull ;
  wdrs:describedby bif: ;
  rdfs:label "__max_notnull built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_GeometryType.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_GeometryType.html>;
  schema:about bif:GeometryType  ;
  wdrs:describedby bif: ;
  rdfs:label "GeometryType built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_Affine.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_Affine.html>;
  schema:about bif:ST_Affine  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_Affine built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_ExteriorRing.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_ExteriorRing.html>;
  schema:about bif:ST_ExteriorRing  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_ExteriorRing built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_GeometryN.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_GeometryN.html>;
  schema:about bif:ST_GeometryN  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_GeometryN built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_InteriorRingN.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_InteriorRingN.html>;
  schema:about bif:ST_InteriorRingN  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_InteriorRingN built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_M.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_M.html>;
  schema:about bif:ST_M  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_M built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_MMax.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_MMax.html>;
  schema:about bif:ST_MMax  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_MMax built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_MMin.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_MMin.html>;
  schema:about bif:ST_MMin  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_MMin built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_NumGeometries.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_NumGeometries.html>;
  schema:about bif:ST_NumGeometries  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_NumGeometries built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_NumInteriorRings.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_NumInteriorRings.html>;
  schema:about bif:ST_NumInteriorRings  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_NumInteriorRings built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_SRID.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_SRID.html>;
  schema:about bif:ST_SRID  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_SRID built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_SetSRID.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_SetSRID.html>;
  schema:about bif:ST_SetSRID  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_SetSRID built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_TransScale.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_TransScale.html>;
  schema:about bif:ST_TransScale  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_TransScale built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_Transform.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_Transform.html>;
  schema:about bif:ST_Transform ;
  wdrs:describedby bif: ;
  rdfs:label "ST_Transform built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_Translate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_Translate.html>;
  schema:about bif:ST_Translate  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_Translate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_XMax.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_XMax.html>;
  schema:about bif:ST_XMax  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_XMax built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_XMin.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_XMin.html>;
  schema:about bif:ST_XMin  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_XMin built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_YMax.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_YMax.html>;
  schema:about bif:ST_YMax  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_YMax built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_YMin.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_YMin.html>;
  schema:about bif:ST_YMin  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_YMin built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_Z.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_Z.html>;
  schema:about bif:ST_Z  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_Z built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_ZMax.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_ZMax.html>;
  schema:about bif:ST_ZMax  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_ZMax built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_ZMin.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_ZMin.html>;
  schema:about bif:ST_ZMin  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_ZMin built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ST_Zmflag.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ST_Zmflag.html>;
  schema:about bif:ST_Zmflag  ;
  wdrs:describedby bif: ;
  rdfs:label "ST_Zmflag built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_nm_max.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_nm_max.html>;
  schema:about bif:__max  ;
  wdrs:describedby bif: ;
  rdfs:label "__max built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_nm_min.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_nm_min.html>;
  schema:about bif:__min  ;
  wdrs:describedby bif: ;
  rdfs:label "__min built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_nm_min_notnull.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_nm_min_notnull.html>;
  schema:about bif:__min_notnull  ;
  wdrs:describedby bif: ;
  rdfs:label "__min_notnull built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_abs.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_abs.html>;
  schema:about bif:abs  ;
  wdrs:describedby bif: ;
  rdfs:label "abs built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_equ.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_equ.html>;
  schema:about bif:equ, bif:gt, bif:gte, bif:lt, bif:lte, bif:neq ;
  wdrs:describedby bif: ;
  rdfs:label "equ, gt, gte, lt, lte, neq built-in functions description" .

<http://docs.openlinksw.com/virtuoso/fn_acos.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_acos.html>;
  schema:about bif:acos , bif:degrees , bif:cot, bif:pi, bif:radians, bif:sin, bif:tan, bif:asin, bif:atan, bif:atan2, bif:cos;
  wdrs:describedby bif: ;
  rdfs:label "acos, asin, atan, atan2, cos, cot, degrees, pi, radians, sin, tan built-in functions description" .

<http://docs.openlinksw.com/virtuoso/fn_adjust_timezone.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_adjust_timezone.html>;
  schema:about bif:adjust_timezone  ;
  wdrs:describedby bif: ;
  rdfs:label "adjust_timezone built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ascii.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ascii.html>;
  schema:about bif:ascii  ;
  wdrs:describedby bif: ;
  rdfs:label "ascii built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_atof.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_atof.html>;
  schema:about bif:atof  ;
  wdrs:describedby bif: ;
  rdfs:label "atof built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_atoi.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_atoi.html>;
  schema:about bif:atoi  ;
  wdrs:describedby bif: ;
  rdfs:label "atoi built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_bit_and.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_bit_and.html>;
  schema:about bif:bit_and  ;
  wdrs:describedby bif: ;
  rdfs:label "bit_and built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_bit_not.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_bit_not.html>;
  schema:about bif:bit_not  ;
  wdrs:describedby bif: ;
  rdfs:label "bit_not built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_bit_or.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_bit_or.html>;
  schema:about bif:bit_or  ;
  wdrs:describedby bif: ;
  rdfs:label "bit_or built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_bit_shift.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_bit_shift.html>;
  schema:about bif:bit_shift  ;
  wdrs:describedby bif: ;
  rdfs:label "bit_shift built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_bit_xor.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_bit_xor.html>;
  schema:about bif:bit_xor  ;
  wdrs:describedby bif: ;
  rdfs:label "bit_xor built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_blob_to_string.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_blob_to_string.html>;
  schema:about bif:blob_to_string  ;
  wdrs:describedby bif: ;
  rdfs:label "blob_to_string built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_blob_to_string_output.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_blob_to_string_output.html>;
  schema:about bif:blob_to_string_output  ;
  wdrs:describedby bif: ;
  rdfs:label "blob_to_string_output built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ceiling.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ceiling.html>;
  schema:about bif:ceiling  ;
  wdrs:describedby bif: ;
  rdfs:label "ceiling built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_chr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_chr.html>;
  schema:about bif:chr  ;
  wdrs:describedby bif: ;
  rdfs:label "chr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_concat.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_concat.html>;
  schema:about bif:concat  ;
  wdrs:describedby bif: ;
  rdfs:label "concat built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_concatenate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_concatenate.html>;
  schema:about bif:concatenate  ;
  wdrs:describedby bif: ;
  rdfs:label "concatenate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_contains.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_contains.html>;
  schema:about bif:contains  ;
  wdrs:describedby bif: ;
  rdfs:label "contains built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_curdate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_curdate.html>;
  schema:about bif:curdate  ;
  wdrs:describedby bif: ;
  rdfs:label "curdate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_curdatetime.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_curdatetime.html>;
  schema:about bif:curdatetime  ;
  wdrs:describedby bif: ;
  rdfs:label "curdatetime built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_curdatetimeoffset.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_curdatetimeoffset.html>;
  schema:about bif:curdatetimeoffset  ;
  wdrs:describedby bif: ;
  rdfs:label "curdatetimeoffset built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_current_timestamp.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_current_timestamp.html>;
  schema:about bif:current_timestamp  ;
  wdrs:describedby bif: ;
  rdfs:label "current_timestamp built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_curutcdatetime.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_curutcdatetime.html>;
  schema:about bif:curutcdatetime  ;
  wdrs:describedby bif: ;
  rdfs:label "curutcdatetime built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dateadd.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dateadd.html>;
  schema:about bif:dateadd  ;
  wdrs:describedby bif: ;
  rdfs:label "dateadd built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_datediff.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_datediff.html>;
  schema:about bif:datediff  ;
  wdrs:describedby bif: ;
  rdfs:label "datediff built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_datestring.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_datestring.html>;
  schema:about bif:datestring  ;
  wdrs:describedby bif: ;
  rdfs:label "datestring built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_datestring_gmt.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_datestring_gmt.html>;
  schema:about bif:datestring_gmt  ;
  wdrs:describedby bif: ;
  rdfs:label "datestring_gmt built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dayname.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dayname.html>;
  schema:about bif:dayname  ;
  wdrs:describedby bif: ;
  rdfs:label "dayname built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dayofmonth.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dayofmonth.html>;
  schema:about bif:dayofmonth  ;
  wdrs:describedby bif: ;
  rdfs:label "dayofmonth built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dayofweek.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dayofweek.html>;
  schema:about bif:dayofweek  ;
  wdrs:describedby bif: ;
  rdfs:label "dayofweek built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dayofyear.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dayofyear.html>;
  schema:about bif:dayofyear  ;
  wdrs:describedby bif: ;
  rdfs:label "dayofyear built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dist_from_point_to_line_segment.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dist_from_point_to_line_segment.html>;
  schema:about bif:dist_from_point_to_line_segment  ;
  wdrs:describedby bif: ;
  rdfs:label "dist_from_point_to_line_segment built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_dt_set_tz.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_dt_set_tz.html>;
  schema:about bif:dt_set_tz  ;
  wdrs:describedby bif: ;
  rdfs:label "dt_set_tz built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_earth_radius.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_earth_radius.html>;
  schema:about bif:earth_radius  ;
  wdrs:describedby bif: ;
  rdfs:label "earth_radius built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_either.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_either.html>;
  schema:about bif:either  ;
  wdrs:describedby bif: ;
  rdfs:label "either built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ends_with.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ends_with.html>;
  schema:about bif:ends_with  ;
  wdrs:describedby bif: ;
  rdfs:label "ends_with built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_equ.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_equ.html>;
  schema:about bif:equ  ;
  wdrs:describedby bif: ;
  rdfs:label "equ, gt, gte, lt, lte, neq built-in functions description" .

<http://docs.openlinksw.com/virtuoso/fn_exp.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_exp.html>;
  schema:about bif:exp  ;
  wdrs:describedby bif: ;
  rdfs:label "exp built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_floor.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_floor.html>;
  schema:about bif:floor  ;
  wdrs:describedby bif: ;
  rdfs:label "floor built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_forget_timezone.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_forget_timezone.html>;
  schema:about bif:forget_timezone  ;
  wdrs:describedby bif: ;
  rdfs:label "forget_timezone built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_geo_delete.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_geo_delete.html>;
  schema:about bif:geo_delete  ;
  wdrs:describedby bif: ;
  rdfs:label "geo_delete built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_geo_insert.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_geo_insert.html>;
  schema:about bif:geo_insert  ;
  wdrs:describedby bif: ;
  rdfs:label "geo_insert built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_get_timestamp.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_get_timestamp.html>;
  schema:about bif:get_timestamp  ;
  wdrs:describedby bif: ;
  rdfs:label "get_timestamp built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_getdate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_getdate.html>;
  schema:about bif:getdate  ;
  wdrs:describedby bif: ;
  rdfs:label "getdate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_haversine_deg_km.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_haversine_deg_km.html>;
  schema:about bif:haversine_deg_km  ;
  wdrs:describedby bif: ;
  rdfs:label "haversine_deg_km built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_hour.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_hour.html>;
  schema:about bif:hour  ;
  wdrs:describedby bif: ;
  rdfs:label "hour built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_http_st_dxf_entity.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_http_st_dxf_entity.html>;
  schema:about bif:http_st_dxf_entity  ;
  wdrs:describedby bif: ;
  rdfs:label "http_st_dxf_entity built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_http_st_ewkt.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_http_st_ewkt.html>;
  schema:about bif:http_st_ewkt  ;
  wdrs:describedby bif: ;
  rdfs:label "http_st_ewkt built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_initcap.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_initcap.html>;
  schema:about bif:initcap  ;
  wdrs:describedby bif: ;
  rdfs:label "initcap built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_is_timezoneless.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_is_timezoneless.html>;
  schema:about bif:is_timezoneless  ;
  wdrs:describedby bif: ;
  rdfs:label "is_timezoneless built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isarray.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isarray.html>;
  schema:about bif:isarray  ;
  wdrs:describedby bif: ;
  rdfs:label "isarray built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isbinary.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isbinary.html>;
  schema:about bif:isbinary  ;
  wdrs:describedby bif: ;
  rdfs:label "isbinary built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isblob.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isblob.html>;
  schema:about bif:isblob  ;
  wdrs:describedby bif: ;
  rdfs:label "isblob built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isdouble.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isdouble.html>;
  schema:about bif:isdouble  ;
  wdrs:describedby bif: ;
  rdfs:label "isdouble built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isentity.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isentity.html>;
  schema:about bif:isentity  ;
  wdrs:describedby bif: ;
  rdfs:label "isentity built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isfinitenumeric.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isfinitenumeric.html>;
  schema:about bif:isfinitenumeric  ;
  wdrs:describedby bif: ;
  rdfs:label "isfinitenumeric built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isfloat.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isfloat.html>;
  schema:about bif:isfloat  ;
  wdrs:describedby bif: ;
  rdfs:label "isfloat built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isgeometry.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isgeometry.html>;
  schema:about bif:isgeometry  ;
  wdrs:describedby bif: ;
  rdfs:label "isgeometry built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isinteger.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isinteger.html>;
  schema:about bif:isinteger  ;
  wdrs:describedby bif: ;
  rdfs:label "isinteger built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isnull.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isnull.html>;
  schema:about bif:isnull  ;
  wdrs:describedby bif: ;
  rdfs:label "isnull built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isnumeric.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isnumeric.html>;
  schema:about bif:isnumeric  ;
  wdrs:describedby bif: ;
  rdfs:label "isnumeric built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_isstring.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_isstring.html>;
  schema:about bif:isstring  ;
  wdrs:describedby bif: ;
  rdfs:label "isstring built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_iszero.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_iszero.html>;
  schema:about bif:iszero  ;
  wdrs:describedby bif: ;
  rdfs:label "iszero built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_jvm_ref_import.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_jvm_ref_import.html>;
  schema:about bif:jvm_ref_import  ;
  wdrs:describedby bif: ;
  rdfs:label "jvm_ref_import built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_lcase.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_lcase.html>;
  schema:about bif:lcase  ;
  wdrs:describedby bif: ;
  rdfs:label "lcase built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_left.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_left.html>;
  schema:about bif:left  ;
  wdrs:describedby bif: ;
  rdfs:label "left built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_length.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_length.html>;
  schema:about bif:length  ;
  wdrs:describedby bif: ;
  rdfs:label "length built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_locate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_locate.html>;
  schema:about bif:locate  ;
  wdrs:describedby bif: ;
  rdfs:label "locate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_log.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_log.html>;
  schema:about bif:log  ;
  wdrs:describedby bif: ;
  rdfs:label "log built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_log10.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_log10.html>;
  schema:about bif:log10  ;
  wdrs:describedby bif: ;
  rdfs:label "log10 built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_lower.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_lower.html>;
  schema:about bif:lower  ;
  wdrs:describedby bif: ;
  rdfs:label "lower built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_lt.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_lt.html>;
  schema:about bif:lt  ;
  wdrs:describedby bif: ;
  rdfs:label "lt built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ltrim.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ltrim.html>;
  schema:about bif:ltrim  ;
  wdrs:describedby bif: ;
  rdfs:label "ltrim built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_make_string.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_make_string.html>;
  schema:about bif:make_string  ;
  wdrs:describedby bif: ;
  rdfs:label "make_string built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_minute.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_minute.html>;
  schema:about bif:minute  ;
  wdrs:describedby bif: ;
  rdfs:label "minute built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_mod.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_mod.html>;
  schema:about bif:mod  ;
  wdrs:describedby bif: ;
  rdfs:label "mod built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_month.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_month.html>;
  schema:about bif:month  ;
  wdrs:describedby bif: ;
  rdfs:label "month built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_monthname.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_monthname.html>;
  schema:about bif:monthname  ;
  wdrs:describedby bif: ;
  rdfs:label "monthname built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_msec_time.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_msec_time.html>;
  schema:about bif:msec_time  ;
  wdrs:describedby bif: ;
  rdfs:label "msec_time built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_now.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_now.html>;
  schema:about bif:now  ;
  wdrs:describedby bif: ;
  rdfs:label "now built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_position.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_position.html>;
  schema:about bif:position  ;
  wdrs:describedby bif: ;
  rdfs:label "position built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_postgis_proj_version.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_postgis_proj_version.html>;
  schema:about bif:postgis_proj_version  ;
  wdrs:describedby bif: ;
  rdfs:label "postgis_proj_version built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_power.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_power.html>;
  schema:about bif:power  ;
  wdrs:describedby bif: ;
  rdfs:label "power built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_quarter.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_quarter.html>;
  schema:about bif:quarter  ;
  wdrs:describedby bif: ;
  rdfs:label "quarter built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_randomize.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_randomize.html>;
  schema:about bif:randomize  ;
  wdrs:describedby bif: ;
  rdfs:label "randomize built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_rdf_now_impl.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_rdf_now_impl.html>;
  schema:about bif:rdf_now_impl  ;
  wdrs:describedby bif: ;
  rdfs:label "rdf_now_impl built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_instr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_instr.html>;
  schema:about bif:regexp_instr  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_instr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_like.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_like.html>;
  schema:about bif:regexp_like  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_like built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_match.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_match.html>;
  schema:about bif:regexp_match  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_match built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_parse.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_parse.html>;
  schema:about bif:regexp_parse  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_parse built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_replace.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_replace.html>;
  schema:about bif:regexp_replace  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_replace built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_regexp_substr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_regexp_substr.html>;
  schema:about bif:regexp_substr  ;
  wdrs:describedby bif: ;
  rdfs:label "regexp_substr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_repeat.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_repeat.html>;
  schema:about bif:repeat  ;
  wdrs:describedby bif: ;
  rdfs:label "repeat built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_replace.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_replace.html>;
  schema:about bif:replace  ;
  wdrs:describedby bif: ;
  rdfs:label "replace built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_right.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_right.html>;
  schema:about bif:right  ;
  wdrs:describedby bif: ;
  rdfs:label "right built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_rnd.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_rnd.html>;
  schema:about bif:rnd  ;
  wdrs:describedby bif: ;
  rdfs:label "rnd built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_rtrim.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_rtrim.html>;
  schema:about bif:rtrim  ;
  wdrs:describedby bif: ;
  rdfs:label "rtrim built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_search_excerpt.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_search_excerpt.html>;
  schema:about bif:search_excerpt  ;
  wdrs:describedby bif: ;
  rdfs:label "search_excerpt built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_second.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_second.html>;
  schema:about bif:second  ;
  wdrs:describedby bif: ;
  rdfs:label "second built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_serialize.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_serialize.html>;
  schema:about bif:serialize  ;
  wdrs:describedby bif: ;
  rdfs:label "serialize built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sign.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sign.html>;
  schema:about bif:sign  ;
  wdrs:describedby bif: ;
  rdfs:label "sign built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_space.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_space.html>;
  schema:about bif:space  ;
  wdrs:describedby bif: ;
  rdfs:label "space built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_split_and_decode.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_split_and_decode.html>;
  schema:about bif:split_and_decode  ;
  wdrs:describedby bif: ;
  rdfs:label "split_and_decode built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sprintf.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sprintf.html>;
  schema:about bif:sprintf  ;
  wdrs:describedby bif: ;
  rdfs:label "sprintf built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sprintf_inverse.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sprintf_inverse.html>;
  schema:about bif:sprintf_inverse  ;
  wdrs:describedby bif: ;
  rdfs:label "sprintf_inverseX built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sprintf_iri.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sprintf_iri.html>;
  schema:about bif:sprintf_iri  ;
  wdrs:describedby bif: ;
  rdfs:label "sprintf_iri built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sprintf_iri_or_null.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sprintf_iri_or_null.html>;
  schema:about bif:sprintf_iri_or_null  ;
  wdrs:describedby bif: ;
  rdfs:label "sprintf_iri_or_null built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sprintf_or_null.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sprintf_or_null.html>;
  schema:about bif:sprintf_or_null  ;
  wdrs:describedby bif: ;
  rdfs:label "sprintf_or_null built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sqrt.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sqrt.html>;
  schema:about bif:sqrt  ;
  wdrs:describedby bif: ;
  rdfs:label "sqrt built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_astext.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_astext.html>;
  schema:about bif:st_astext  ;
  wdrs:describedby bif: ;
  rdfs:label "st_astext built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_contains.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_contains.html>;
  schema:about bif:st_contains  ;
  wdrs:describedby bif: ;
  rdfs:label "st_contains built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_distance.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_distance.html>;
  schema:about bif:st_distance  ;
  wdrs:describedby bif: ;
  rdfs:label "st_distance built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_ewkt_read.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_ewkt_read.html>;
  schema:about bif:st_ewkt_read  ;
  wdrs:describedby bif: ;
  rdfs:label "st_ewkt_read built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_geomfromtext.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_geomfromtext.html>;
  schema:about bif:st_geomfromtext  ;
  wdrs:describedby bif: ;
  rdfs:label "st_geomfromtext built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_get_bounding_box.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_get_bounding_box.html>;
  schema:about bif:st_get_bounding_box  ;
  wdrs:describedby bif: ;
  rdfs:label "st_get_bounding_box built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_get_bounding_box_n.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_get_bounding_box_n.html>;
  schema:about bif:st_get_bounding_box_n  ;
  wdrs:describedby bif: ;
  rdfs:label "st_get_bounding_box_n built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_intersects.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_intersects.html>;
  schema:about bif:st_intersects  ;
  wdrs:describedby bif: ;
  rdfs:label "st_intersects built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_linestring.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_linestring.html>;
  schema:about bif:st_linestring  ;
  wdrs:describedby bif: ;
  rdfs:label "st_linestring built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_may_intersect.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_may_intersect.html>;
  schema:about bif:st_may_intersect  ;
  wdrs:describedby bif: ;
  rdfs:label "st_may_intersect built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_point.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_point.html>;
  schema:about bif:st_point  ;
  wdrs:describedby bif: ;
  rdfs:label "st_point built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_transform_by_custom_projection.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_transform_by_custom_projection.html>;
  schema:about bif:st_transform_by_custom_projection  ;
  wdrs:describedby bif: ;
  rdfs:label "st_transform_by_custom_projection built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_within.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_within.html>;
  schema:about bif:st_within  ;
  wdrs:describedby bif: ;
  rdfs:label "st_within built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_x.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_x.html>;
  schema:about bif:st_x  ;
  wdrs:describedby bif: ;
  rdfs:label "st_x built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_st_y.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_st_y.html>;
  schema:about bif:st_y  ;
  wdrs:describedby bif: ;
  rdfs:label "st_y built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_starts_with.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_starts_with.html>;
  schema:about bif:starts_with  ;
  wdrs:describedby bif: ;
  rdfs:label "starts_with built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_strcasestr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_strcasestr.html>;
  schema:about bif:strcasestr  ;
  wdrs:describedby bif: ;
  rdfs:label "strcasestr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_strchr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_strchr.html>;
  schema:about bif:strchr  ;
  wdrs:describedby bif: ;
  rdfs:label "strchr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_strcontains.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_strcontains.html>;
  schema:about bif:strcontains  ;
  wdrs:describedby bif: ;
  rdfs:label "strcontains built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_string_output.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_string_output.html>;
  schema:about bif:string_output  ;
  wdrs:describedby bif: ;
  rdfs:label "string_output built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_string_output_flush.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_string_output_flush.html>;
  schema:about bif:string_output_flush  ;
  wdrs:describedby bif: ;
  rdfs:label "string_output_flush built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_string_output_gz_compress.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_string_output_gz_compress.html>;
  schema:about bif:string_output_gz_compress  ;
  wdrs:describedby bif: ;
  rdfs:label "string_output_gz_compress built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_string_output_string.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_string_output_string.html>;
  schema:about bif:string_output_string  ;
  wdrs:describedby bif: ;
  rdfs:label "string_output_string built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_string_to_file.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_string_to_file.html>;
  schema:about bif:string_to_file  ;
  wdrs:describedby bif: ;
  rdfs:label "string_to_file built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_stringdate.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_stringdate.html>;
  schema:about bif:stringdate  ;
  wdrs:describedby bif: ;
  rdfs:label "stringdate built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_stringtime.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_stringtime.html>;
  schema:about bif:stringtime  ;
  wdrs:describedby bif: ;
  rdfs:label "stringtime built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_strrchr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_strrchr.html>;
  schema:about bif:strrchr  ;
  wdrs:describedby bif: ;
  rdfs:label "strrchr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_strstr.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_strstr.html>;
  schema:about bif:strstr  ;
  wdrs:describedby bif: ;
  rdfs:label "strstr built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_subseq.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_subseq.html>;
  schema:about bif:subseq  ;
  wdrs:describedby bif: ;
  rdfs:label "subseq built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_substring.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_substring.html>;
  schema:about bif:substring  ;
  wdrs:describedby bif: ;
  rdfs:label "substring built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_sysutcdatetime.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_sysutcdatetime.html>;
  schema:about bif:sysutcdatetime  ;
  wdrs:describedby bif: ;
  rdfs:label "sysutcdatetime built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_timezone.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_timezone.html>;
  schema:about bif:timezone  ;
  wdrs:describedby bif: ;
  rdfs:label "timezone built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_tmp_file_name.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_tmp_file_name.html>;
  schema:about bif:tmp_file_name  ;
  wdrs:describedby bif: ;
  rdfs:label "tmp_file_name built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_trim.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_trim.html>;
  schema:about bif:trim  ;
  wdrs:describedby bif: ;
  rdfs:label "trim built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_ucase.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_ucase.html>;
  schema:about bif:ucase  ;
  wdrs:describedby bif: ;
  rdfs:label "ucase built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_upper.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_upper.html>;
  schema:about bif:upper  ;
  wdrs:describedby bif: ;
  rdfs:label "upper built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_vector.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_vector.html>;
  schema:about bif:vector  ;
  wdrs:describedby bif: ;
  rdfs:label "vector built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_vector_concat.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_vector_concat.html>;
  schema:about bif:vector_concat  ;
  wdrs:describedby bif: ;
  rdfs:label "vector_concat built-in function description" .

<http://docs.openlinksw.com/virtuoso/fn_week.html>
  a schema:WebPage;
  schema:url <http://docs.openlinksw.com/virtuoso/fn_week.html>;
  schema:about bif:week  ;
  wdrs:describedby bif: ;
  rdfs:label "week built-in function description" .



