http://stelar-project.eu/klms#TextualAttribute
The profiling information extracted from a textual attribute of a dataset.
Instances of klms:TextualAttribute can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class klms:TextualAttribute | |||
| klms:ratioDigits | owl:DatatypeProperty | The ratio of digits in a textual dataset. | xsd:float |
| klms:ratioSpecialChars | owl:DatatypeProperty | The ratio of special characters in a textual dataset. | xsd:float |
| klms:ratioUppercase | owl:DatatypeProperty | The ratio of uppercase letters in a textual dataset. | xsd:float |
| klms:numCharsDistribution | owl:ObjectProperty | This property is used to indicate the number of characters distribution of a textual attribute. | klms:NumericalDistribution |
| klms:numWordsDistribution | owl:ObjectProperty | This property is used to indicate the number of words distribution of a textual attribute. | klms:NumericalDistribution |
| From class klms:Attribute | |||
| klms:missingRatio | owl:DatatypeProperty | The missing values ratio of an attribute. | xsd:float |
| klms:nestingLevel | owl:DatatypeProperty | The nesting of the attribute. | xsd:int |
| klms:type | owl:DatatypeProperty | The type of an attribute. | xsd:string |
| klms:uniqueness | owl:DatatypeProperty | The number of distinct values divided by the number of total values of an attribute. | xsd:float |
| From class owl:Thing | |||
| dcat:distribution | owl:ObjectProperty | This property links the Dataset to an available Distribution. | owl:Thing |
| dcat:theme | owl:ObjectProperty | This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes. Subproperty of dct:subject | owl:Thing |
| dcterms:license | owl:DatatypeProperty | This property refers to the licence under which the Dataset is made available. NOTE: License in KLMS refers to the Dataset (as in CKAN); instead, in the DCAT model it is at the Distribution level. | owl:Thing |
| dcterms:type | owl:DatatypeProperty | This property refers to the type of the Dataset. NOTE: A controlled vocabulary for the values has not been established. | owl:Thing |
| klms:contains | owl:ObjectProperty | This property is used to indicate a contains relation among classes. | owl:Thing |
| klms:count | owl:DatatypeProperty | A count. | xsd:int |
| klms:crs | owl:DatatypeProperty | The CRS of a geospatial dataset. | xsd:string |
@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/> .
:TextualAttribute a owl:Class ;
rdfs:label "TextualAttribute"@en ;
dcterms:identifier "klms:TextualAttribute" ;
vann:usageNote "Optional class. Geospatial-aware profiles associated to the band of a raster image from a Dataset published or curated by a single agent."@en,
"Optional class. The profiling information extracted from a textual attribute of a dataset."@en ;
rdfs:comment "The profiling information extracted from a textual attribute of a dataset."@en ;
rdfs:subClassOf :Attribute .