@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
<http://theia-spatial/c_6ea2dbd7>
  skos:prefLabel "Sédiments en suspension"@fr, "Suspended sediment"@en ;
  a sosa:ObservableProperty, skos:Concept ;
  skos:inScheme <https://www.theia-land.fr> ;
  rdfs:label "Suspended sediment"@en, "Sédiments en suspension"@fr ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  skos:exactMatch <http://theia-spatial/c_6ea2dbd7> ;
  owl:sameAs <http://theia-spatial/c_6ea2dbd7> .

