http://stelar-project.eu/klms#numCharacters
The number of characters in a textual dataset.
@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:numCharacters a owl:DatatypeProperty ;
rdfs:label "Text - Number of characters"@en ;
dcterms:identifier "klms:numCharacters" ;
vann:usageNote "Optional property. This property describes the number of characters in a textual dataset."@en ;
rdfs:comment "The number of characters in a textual dataset."@en ;
rdfs:domain :Text ;
rdfs:range xsd:int .