From fc80130d26a9b1e156bda75a62d912484b27e170 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Fri, 16 Aug 2024 18:34:15 +0200 Subject: [PATCH] Add documentation annotations for benchmark result docs Issue: https://github.com/RiverBench/RiverBench/issues/101 --- src/documentation.ttl | 44 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/src/documentation.ttl b/src/documentation.ttl index 116300e..9093ece 100644 --- a/src/documentation.ttl +++ b/src/documentation.ttl @@ -5,8 +5,10 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix cito: . @prefix dcat: . @prefix foaf: . +@prefix irao: . @prefix rdfs: . @prefix spdx: . @prefix vann: . @@ -43,6 +45,11 @@ dcterms:conformsTo rdf:type owl:AnnotationProperty ; rbdoc:isHiddenInDoc "true"^^xsd:boolean . +### http://purl.org/dc/terms/created +dcterms:created rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; + rbdoc:hasDocWeight "20"^^xsd:int . + + ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty ; rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; @@ -107,6 +114,11 @@ rdf:type rdf:type owl:AnnotationProperty ; rbdoc:hasDocWeight "-1"^^xsd:int . +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; + rbdoc:hasDocWeight "1"^^xsd:int . + + ### http://www.w3.org/ns/dcat#byteSize dcat:byteSize rdf:type owl:AnnotationProperty ; rbdoc:hasDocWeight "2001"^^xsd:int . @@ -211,6 +223,21 @@ rbdoc:isHiddenInDoc rdf:type owl:AnnotationProperty ; # Object Properties ################################################################# +### http://ontology.ethereal.cz/irao/hasMeasuringSystem +irao:hasMeasuringSystem rdf:type owl:ObjectProperty ; + rbdoc:hasDocWeight "211"^^xsd:int . + + +### http://ontology.ethereal.cz/irao/hasProducedDataset +irao:hasProducedDataset rdf:type owl:ObjectProperty ; + rbdoc:hasDocWeight "210"^^xsd:int . + + +### http://purl.org/spar/cito/citesAsDataSource +cito:citesAsDataSource rdf:type owl:ObjectProperty ; + rbdoc:hasDocWeight "60"^^xsd:int . + + ### http://rdfs.org/ns/void#vocabulary void:vocabulary rdf:type owl:ObjectProperty ; rdfs:comment "A vocabulary that is used in the dataset."@en ; @@ -276,8 +303,11 @@ rbdoc:groupTechnicalMetadata rdf:type owl:NamedIndividual , # Annotations ################################################################# +irao:hasFollowedProtocol rbdoc:hasDocWeight "100"^^xsd:int . + + dcat:seriesMember rbdoc:hasDocWeight "50"^^xsd:int ; - rbdoc:hasDocGroup rbdoc:groupGeneralInfo . + rbdoc:hasDocGroup rbdoc:groupGeneralInfo . foaf:homepage rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; @@ -427,10 +457,22 @@ rb:usesGeneralizedTriples rbdoc:hasDocWeight "1200"^^xsd:int ; rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata . +rb:usesMetric rbdoc:hasDocWeight "103"^^xsd:int . + + +rb:usesProfile rbdoc:hasDocWeight "102"^^xsd:int . + + rb:usesRdfStar rbdoc:hasDocWeight "1210"^^xsd:int ; rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata . +rb:usesSystemUnderTest rbdoc:hasDocWeight "104"^^xsd:int . + + +rb:usesTask rbdoc:hasDocWeight "101"^^xsd:int . + + rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ; rbdoc:hasDocWeight "1000"^^xsd:int .