Commit dda3a962 authored by Helen Rawsthorne's avatar Helen Rawsthorne
Browse files

improved definitions of some concepts

parent 54a074a3
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -22,10 +22,11 @@
  dcterms:publisher <https://www.etsi.org/> ;
  dcterms:title "SAREF extension for environment"@en ;
  dcterms:issued "2024-10-31"^^xsd:date ;
  dcterms:modified "2024-03-06"^^xsd:date ;
  dcterms:modified "2024-09-18"^^xsd:date ;
  dcterms:creator <http://purl.org/net/mpoveda> ;
  dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
  dcterms:contributor <http://maxime-lefrancois.info/me#> ;
  dcterms:contributor <https://www.linkedin.com/in/helen-mair-rawsthorne/> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  vann:preferredNamespacePrefix "s4envi" ;
  vann:preferredNamespaceUri "https://saref.etsi.org/saref4envi/" ;
@@ -533,6 +534,7 @@ s4envi:BiodegradableWaste rdf:type owl:NamedIndividual ,
                                   s4envi:WasteKind ;
                          skos:narrower s4envi:FoodWaste ,
                                        s4envi:GardenParkWaste ;
                          rdfs:comment "Waste that is biodegradable, such as food waste or waste from green spaces."@en ;
                          rdfs:label "Biodegradable waste"@en .

s4envi:ConcreteConstructionWaste rdf:type owl:NamedIndividual ,
@@ -577,7 +579,7 @@ s4envi:IndividualHouseContainer rdf:type owl:NamedIndividual ,

s4envi:Mass rdf:type owl:NamedIndividual ,
                     saref:Property ;
            rdfs:comment "Mass."@en ;
            rdfs:comment "An individual representing the property mass."@en ;
            rdfs:label "Mass"@en .

s4envi:MassCapacity rdf:type owl:NamedIndividual ,
@@ -602,7 +604,7 @@ s4envi:PlasticWaste rdf:type owl:NamedIndividual ,

s4envi:Population rdf:type owl:NamedIndividual ,
                           saref:Property ;
                  rdfs:comment "Human population."@en ;
                  rdfs:comment "Total number of people living within a perimeter."@en ;
                  rdfs:label "Population"@en .

s4envi:SharedResidentialBuildingContainer rdf:type owl:NamedIndividual ,
@@ -617,7 +619,7 @@ s4envi:TextileWaste rdf:type owl:NamedIndividual ,

s4envi:Volume rdf:type owl:NamedIndividual ,
                       saref:Property ;
              rdfs:comment "Volume."@en ;
              rdfs:comment "An individual representing the property volume."@en ;
              rdfs:label "Volume"@en .

s4envi:VolumeCapacity rdf:type owl:NamedIndividual ,
@@ -1188,26 +1190,26 @@ s4envi:DisassemblyFunction rdf:type owl:NamedIndividual ,
s4envi:Electricity rdf:type owl:NamedIndividual ,
                            s4envi:PrimaryRawResourceKind , saref:FeatureKind ;
                   skos:broader s4envi:Energy ;
                   rdfs:comment "Electricity."@en ;
                   rdfs:comment "Energy in the form of electricity."@en ;
                   rdfs:label "Electricity"@en .

s4envi:Energy rdf:type owl:NamedIndividual ,
                       s4envi:PrimaryRawResourceKind , saref:FeatureKind ;
              skos:narrower s4envi:Electricity ,
                            s4envi:Heat ;
              rdfs:comment "Energy."@en ;
              rdfs:comment "Energy, a kind of primary raw resource that can take the form of heat or electricity."@en ;
              rdfs:label "Energy"@en .

s4envi:Heat rdf:type owl:NamedIndividual ,
                     s4envi:PrimaryRawResourceKind , saref:FeatureKind ;
            skos:broader s4envi:Energy ;
            rdfs:comment "Heat."@en ;
            rdfs:comment "Energy in the form of heat."@en ;
            rdfs:label "Heat"@en .

s4envi:HeavyMetal rdf:type owl:NamedIndividual ,
                           s4envi:SoilEmissionKind ,
                           s4envi:WaterEmissionKind ;
                  rdfs:comment "Heavy metal."@en ;
                  rdfs:comment "Heavy metals are elements that are toxic to human health, animals and plants. Cadmium, mercury and lead are examples of heavy metals."@en ;
                  rdfs:label "Heavy metal"@en .

s4envi:HumanSortingFunction rdf:type owl:NamedIndividual ,
@@ -1272,25 +1274,25 @@ s4envi:Pesticide rdf:type owl:NamedIndividual ,
s4envi:SecondaryElectricity rdf:type owl:NamedIndividual ,
                                     s4envi:SecondaryRawResourceKind , saref:FeatureKind ;
                            skos:broader s4envi:SecondaryEnergy ;
                            rdfs:comment "Secondary electricity."@en ;
                            rdfs:comment "Electricity recovered from a previous use or from waste."@en ;
                            rdfs:label "Secondary electricity"@en .

s4envi:SecondaryEnergy rdf:type owl:NamedIndividual ,
                                s4envi:SecondaryRawResourceKind , saref:FeatureKind ;
                       skos:narrower s4envi:SecondaryElectricity ,
                                     s4envi:SecondaryHeat ;
                       rdfs:comment "Secondary energy."@en ;
                       rdfs:comment "Energy recovered from a previous use or from waste (source: ISO 21928-2:2023, clause 3.36)."@en ;
                       rdfs:label "Secondary energy"@en .

s4envi:SecondaryHeat rdf:type owl:NamedIndividual ,
                              s4envi:SecondaryRawResourceKind , saref:FeatureKind ;
                     skos:broader s4envi:SecondaryEnergy ;
                     rdfs:comment "Secondary heat."@en ;
                     rdfs:comment "Heat recovered from a previous use or from waste."@en ;
                     rdfs:label "Secondary heat"@en .

s4envi:Sorting rdf:type owl:NamedIndividual ,
                        s4envi:WastePreTreatmentTask ;
               rdfs:comment "Sorting."@en ;
               rdfs:comment "Separating into different categories."@en ;
               rdfs:label "Sorting"@en .

s4envi:SortingFunction rdf:type owl:NamedIndividual ,