string:
RDF Prefix
String Processing Ontology
The http://www.w3.org/2000/10/swap/string#
namespace defines:
2 | owl:FunctionalProperty |
1 | owl:InverseFunctionalProperty |
14 | rdf:Property |
1 | rdfs:Class |
14
rdf:Property
- string:contains (contains)
- string:containsIgnoringCase (contains)
- string:endsWith (ends with)
- string:equalIgnoringCase (contains)
- string:greaterThan (is greater than)
- string:lessThan (is less than)
- string:matches (contains)
- string:notEqualIgnoringCase (contains)
- string:notGreaterThan (is not greater than)
- string:notLessThan (is not less than)
- string:notMatches (contains)
- string:replace (replace)
- string:scrape (scrape)
- string:startsWith (starts with)