sdo:Text


URI

https://schema.org/Text

Label

Text

Usage

Instances of sdo:Text can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <https://schema.org/> .

sdo:Text a rdfs:Class,
        sdo:DataType ;
    rdfs:label "Text" .