# Generated by N3Serializer.php from RDF RAP.
# http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/index.html

@prefix ns0: <http://rdfs.org/ns/scovo-plus/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scovo-plus: <http://rdfs.org/ns/scovo-plus#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .


scovo-plus:dimension a rdf:Property ; rdfs:comment "has a dimension" ; rdfs:domain scovo-plus:Item ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "dimension" ; rdfs:range scovo-plus:Dimension .
scovo-plus:dataset a rdf:Property ; rdfs:comment "belongs to dataset" ; rdfs:domain scovo-plus:Item ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "dataset" ; rdfs:range scovo-plus:Dataset .
scovo-plus:over a rdf:Property ; rdfs:domain scovo-plus:Aggregation ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "over" ; rdfs:range scovo-plus:Dimension .
scovo-plus:with a rdf:Property ; rdfs:domain scovo-plus:Aggregation ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "with" ; rdfs:range scovo-plus:AggregationMethod .
scovo-plus:aggregate a rdf:Property ; rdfs:domain scovo-plus:Item ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "aggregate" ; rdfs:range scovo-plus:Aggregation .
scovo-plus:AggregationMethod a rdfs:Class ; rdfs:comment "a method to aggregate data such as mean, min, max, etc." ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Aggregation Method" .
scovo-plus:Aggregation a rdfs:Class ; rdfs:comment "aggregation over certain dimensions with certain methods" ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Aggregation" .
scovo-plus:Dataset a rdfs:Class ; rdfs:comment "a statistical dataset" ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Dataset" .
scovo-plus:Dimension a rdfs:Class ; rdfs:comment "a dimension of a statistical data item" ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Dimension" .
scovo-plus:Item a rdfs:Class ; rdfs:comment "a statistical data item" ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Item" .
ns0:n3 a foaf:Document ; rdfs:label "scovo-plus ontology's document" ; foaf:primaryTopic scovo-plus: .
scovo-plus: dc:title "scovo-plus" ; a owl:Ontology .
