Skip to content

Commit

Permalink
Add ByteDensityStatistics term to the ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Sep 19, 2024
1 parent 613a033 commit ec2acd6
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -326,6 +326,9 @@ rb:AsciiControlCharacterCountStatistics rbdoc:hasLabelOverride "ASCII control ch
rb:BlankNodeCountStatistics rbdoc:hasLabelOverride "Blank nodes"@en .


rb:ByteDensityStatistics rbdoc:hasLabelOverride "Bytes per statement"@en .


rb:DatatypeCountStatistics rbdoc:hasLabelOverride "Datatypes"@en .


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


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


rb:usesGeneralizedRdfDatasets rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ;
Expand Down
9 changes: 9 additions & 0 deletions src/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,15 @@ rb:BlankNodeCountStatistics rdf:type owl:Class ;
rdfs:label "Blank node count statistics"@en .


### https://w3id.org/riverbench/schema/metadata#ByteDensityStatistics
rb:ByteDensityStatistics rdf:type owl:Class ;
rdfs:subClassOf rb:Statistics ;
rdfs:comment """Statistics about the number of bytes needed to encode a single statement in the N-Triples/N-Quads formats. One newline character is included for each statement.
This statistic can be used as a proxy to estimate how much \"information\" is in an average statement in the dataset when it is uncompressed."""@en ;
rdfs:label "Bytes per triple (byte density) statistics"@en .


### https://w3id.org/riverbench/schema/metadata#Category
rb:Category rdf:type owl:Class ;
rdfs:subClassOf dcat:Resource ;
Expand Down

0 comments on commit ec2acd6

Please sign in to comment.