@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/bcom#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:BeginDate rdfs:domain ns0:ConcreteCuring . ns0:ConcreteCuring metadata_def:mappingLoom "concretecuring" ; metadata_def:mappingSameURI ns0:ConcreteCuring ; metadata_def:prefLabel "Concrete curing"@en ; metadata:prefixIRI "bcom:ConcreteCuring" ; a owl:Class ; rdfs:comment "This class provides information about the curing process after a concrete placement."@en ; rdfs:isDefinedBy <https://w3id.org/bcom#> ; rdfs:label "Concrete curing"@en ; rdfs:subClassOf owl:Thing ; ns1:term_status "stable" . ns0:EndDate rdfs:domain ns0:ConcreteCuring . ns0:HasConcretePlacement rdfs:domain ns0:ConcreteCuring . ns0:HasCuring rdfs:range ns0:ConcreteCuring . ns0:MaxAirTemperature rdfs:domain ns0:ConcreteCuring . ns0:MethodOfAftertreatment rdfs:domain ns0:ConcreteCuring . ns0:MinAirTemperature rdfs:domain ns0:ConcreteCuring .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/bcom#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:BeginDate
    rdfs:domain ns0:ConcreteCuring .

ns0:ConcreteCuring
    metadata_def:mappingLoom "concretecuring" ;
    metadata_def:mappingSameURI ns0:ConcreteCuring ;
    metadata_def:prefLabel "Concrete curing"@en ;
    metadata:prefixIRI "bcom:ConcreteCuring" ;
    a owl:Class ;
    rdfs:comment "This class provides information about the curing process after a concrete placement."@en ;
    rdfs:isDefinedBy <https://w3id.org/bcom#> ;
    rdfs:label "Concrete curing"@en ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "stable" .

ns0:EndDate
    rdfs:domain ns0:ConcreteCuring .

ns0:HasConcretePlacement
    rdfs:domain ns0:ConcreteCuring .

ns0:HasCuring
    rdfs:range ns0:ConcreteCuring .

ns0:MaxAirTemperature
    rdfs:domain ns0:ConcreteCuring .

ns0:MethodOfAftertreatment
    rdfs:domain ns0:ConcreteCuring .

ns0:MinAirTemperature
    rdfs:domain ns0:ConcreteCuring .