@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/saref4agri/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://saref.etsi.org/core/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:PlantGrowthStage a owl:NamedIndividual, ns1:Property ; rdfs:comment "The level or stage of growth of the plant."@en ; rdfs:label "Plant growth stage"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/saref4agri/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://saref.etsi.org/core/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:PlantGrowthStage
    a owl:NamedIndividual, ns1:Property ;
    rdfs:comment "The level or stage of growth of the plant."@en ;
    rdfs:label "Plant growth stage"@en .