Skip to content

Commit

Permalink
Add documentation annotations for benchmark result docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 16, 2024
1 parent c0fdab9 commit fc80130
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion src/documentation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix irao: <http://ontology.ethereal.cz/irao/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix vann: <http://purl.org/vocab/vann/> .
Expand Down Expand Up @@ -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 ;
Expand Down Expand Up @@ -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 .
Expand Down Expand Up @@ -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 ;
Expand Down Expand Up @@ -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 ;
Expand Down Expand Up @@ -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 .


<https://w3id.org/stax/ontology#hasStreamTypeUsage> rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ;
rbdoc:hasDocWeight "1000"^^xsd:int .

Expand Down

0 comments on commit fc80130

Please sign in to comment.