Example commodities
Turtle
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix ex: <https://saref.etsi.org/core/v3.2.1/example/commodities/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
<https://saref.etsi.org/core/v3.2.1/example/commodities#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/core/v3.2.1/> ;
dcterms:title "Example commodities"@en ;
dcterms:description "Example commodities"@en .
ex:Electricity a saref:EnergyCommodity ;
rdfs:comment "A type of energy commodity"@en ;
rdfs:label "Electricity"@en .
ex:Gas a saref:EnergyCommodity , saref:NaturalResourceCommodity ;
rdfs:comment "A type of energy commodity"@en ;
rdfs:label "Gas"@en .
ex:Coal a saref:EnergyCommodity , saref:NaturalResourceCommodity ;
rdfs:comment "A type of commodity"@en ;
rdfs:label "Coal"@en .
ex:Water a saref:NaturalResourceCommodity ;
rdfs:comment "A type of commodity"@en ;
rdfs:label "Water"@en .