@prefix instrument: <https://service.poleterresolide.fr/voc/instrument> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/linked-data/registry#> .

instrument:
  rdfs:label "Instruments" ;
  a ldp:Container, <http://purl.org/linked-data/registry#Register>, skos:ConceptScheme, owl:Ontology .

<https://service.poleterresolide.fr/voc/instrument/I0050000>
  skos:prefLabel "Vélocimètre"@fr, "Velocimeter"@en ;
  rdfs:label "Velocimeter"@en, "Vélocimètre"@fr ;
  skos:inScheme instrument: ;
  skos:altLabel "Velocimetric sensor"@en, "Capteur vélocimétrique"@fr ;
  owl:sameAs <https://terra-vocabulary.org/ncl/DataTerraRepositoryFairIncubator/motsClefs/c_d99c5bcf> ;
  dc:description "Seismometer that measures the velocity of the ground motion as a function of time. It can record ground motion of less than one micrometer (one thousandth of a millimetre)"@en, "Sismomètre qui mesure la vitesse de déplacement du sol en fonction du temps. Il permet de mesurer des mouvements du sol inférieur au micromètre (un millième de millimètre)"@fr ;
  a skos:Concept ;
  ns0:notation "I0050000" ;
  skos:exactMatch <https://terra-vocabulary.org/ncl/DataTerraRepositoryFairIncubator/motsClefs/c_d99c5bcf> ;
  skos:topConceptOf instrument: .

