@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://brickschema.org/schema/Brick#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://brickschema.org/schema/BrickShape#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:aggregate a owl:NamedIndividual, owl:ObjectProperty, ns0:EntityProperty ; rdfs:domain ns0:Point ; rdfs:label "Aggregate" ; rdfs:range ns1:AggregationShape ; skos:definition "Description of how the dta for this point is aggregated" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://brickschema.org/schema/Brick#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://brickschema.org/schema/BrickShape#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:aggregate
    a owl:NamedIndividual, owl:ObjectProperty, ns0:EntityProperty ;
    rdfs:domain ns0:Point ;
    rdfs:label "Aggregate" ;
    rdfs:range ns1:AggregationShape ;
    skos:definition "Description of how the dta for this point is aggregated" .