@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/aerOS/building#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://saref.etsi.org/core/> . ns0:calculates a owl:ObjectProperty ; rdfs:comment "Relates an optimal calculation of property." ; rdfs:domain ns0:OptimalCalculation ; rdfs:label "calculates" ; rdfs:range ns1:Property .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/aerOS/building#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://saref.etsi.org/core/> .

ns0:calculates
    a owl:ObjectProperty ;
    rdfs:comment "Relates an optimal calculation of property." ;
    rdfs:domain ns0:OptimalCalculation ;
    rdfs:label "calculates" ;
    rdfs:range ns1:Property .