diff --git a/metadata.ttl b/metadata.ttl index f09bb2b..291bf92 100644 --- a/metadata.ttl +++ b/metadata.ttl @@ -7,6 +7,7 @@ @prefix rbt: . @prefix rdfs: . @prefix spdx: . +@prefix stax: . @prefix xsd: . # This file contains the manually written metadata for the dataset. @@ -49,8 +50,15 @@ # Technical metadata rb:usesOntology ; rb:hasStreamElementCount 5893763 ; - # One of: rb:triples, rb:quads, rb:graphs - rb:hasStreamElementType rb:triples ; + stax:hasStreamTypeUsage [ + a stax:RdfStreamTypeUsage ; + rdfs:comment "The dataset can be viewed as a stream of graphs."@en ; + stax:hasStreamType stax:graphStream + ] , [ + a stax:RdfStreamTypeUsage ; + rdfs:comment "The dataset can be viewed as a flattened stream of triples."@en ; + stax:hasStreamType stax:flatTripleStream + ] ; rb:hasStreamElementSplit [ a rb:TopicStreamElementSplit, rb:TimeStreamElementSplit ; rdfs:comment "Each stream element corresponds to information from one weather station at a given time OR to a weather station-independent piece of information (e.g., time annotation)."@en