Skip to content

Commit

Permalink
Merge pull request #2 from RiverBench/i-83
Browse files Browse the repository at this point in the history
Add class for datatype statistics
  • Loading branch information
Ostrzyciel authored Sep 11, 2024
2 parents e02f135 + 8648237 commit c36149f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 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:DatatypeCountStatistics rbdoc:hasLabelOverride "Datatypes"@en .


rb:DatatypeLiteralCountStatistics rbdoc:hasLabelOverride "Datatype literals"@en .


Expand Down
7 changes: 7 additions & 0 deletions src/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,13 @@ rb:Dataset rdf:type owl:Class ;
rdfs:label "RiverBench dataset"@en .


### https://w3id.org/riverbench/schema/metadata#DatatypeCountStatistics
rb:DatatypeCountStatistics rdf:type owl:Class ;
rdfs:subClassOf rb:Statistics ;
rdfs:comment "Statistics about the count of datatypes (NOT datatype literals) in the dataset. This statistic does not include rdf:langString and xsd:string."@en ;
rdfs:label "Datatype count statistics"@en .


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

0 comments on commit c36149f

Please sign in to comment.