Skip to content

Commit

Permalink
Add class for ASCII control char stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 29, 2024
1 parent 1bc4a04 commit e02f135
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/documentation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ foaf:homepage rbdoc:hasDocGroup rbdoc:groupGeneralInfo ;
rbdoc:hasDocWeight "20"^^xsd:int .


rb:AsciiControlCharacterCountStatistics rbdoc:hasLabelOverride "ASCII control chars"@en .


rb:BlankNodeCountStatistics rbdoc:hasLabelOverride "Blank nodes"@en .


Expand Down Expand Up @@ -447,8 +450,8 @@ rb:standardDeviation rbdoc:hasLabelOverride "St. dev."@en ;
rb:sum rbdoc:hasDocWeight "2100"^^xsd:int .


rb:uniqueCount rbdoc:hasDocWeight "2101"^^xsd:int ;
rbdoc:hasLabelOverride "Unique (approx.)"@en .
rb:uniqueCount rbdoc:hasLabelOverride "Unique (approx.)"@en ;
rbdoc:hasDocWeight "2101"^^xsd:int .


rb:usesGeneralizedRdfDatasets rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ;
Expand Down
7 changes: 7 additions & 0 deletions src/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,13 @@ dcat:DatasetSeries rdf:type owl:Class ;
sh:NodeShape rdf:type owl:Class .


### https://w3id.org/riverbench/schema/metadata#AsciiControlCharacterCountStatistics
rb:AsciiControlCharacterCountStatistics rdf:type owl:Class ;
rdfs:subClassOf rb:Statistics ;
rdfs:comment "Statistics about the number of ASCII control characters except HT, LF, and CR (0x00-0x08, 0x0B, 0x0C, 0x0E-0x1F) in literals. These characters are allowed in RDF literals, but some serializations (e.g., RDF/XML) may not be able to encode them. See the documentation page \"Dataset compatibility notes\" for more details."@en ;
rdfs:label "ASCII control character count statistics"@en .


### https://w3id.org/riverbench/schema/metadata#BenchmarkProtocol
rb:BenchmarkProtocol rdf:type owl:Class ;
rdfs:subClassOf irao:Protocol ,
Expand Down

0 comments on commit e02f135

Please sign in to comment.