@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .

<https://w3id.org/iadopt/ont/hasProperty> rdfs:label "Observed Property"@en .
actris_vocab:atmosphere
  skos:prefLabel "atmosphere"@en ;
  a skos:Concept .

<https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "Observation Matrix"@en .
actris_vocab:atmosphericstatevariables
  skos:prefLabel "atmospheric state variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:airsurfacepressure .

<https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "Object Of Interest"@en .
actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:airsurfacepressure
  a skos:Concept ;
  ns0:hasConstraint actris_vocab:surface ;
  skos:broader actris_vocab:atmosphericstatevariables, actris_vocab:variable ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0327> ;
  ns0:hasProperty actris_vocab:pressure ;
  ns0:hasMatrix actris_vocab:atmosphericstate ;
  skos:prefLabel "air surface pressure"@en ;
  skos:inScheme actris_vocab: ;
  ns0:hasObjectOfInterest actris_vocab:atmosphere ;
  dc:creator <https://orcid.org/0000-0003-2972-2851> .

actris_vocab:surface
  skos:prefLabel "surface"@en ;
  a skos:Concept .

actris_vocab:variable
  skos:prefLabel "variable"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:airsurfacepressure .

ns0:hasConstraint rdfs:label "Constraint"@en .
actris_vocab:atmosphericstate
  skos:prefLabel "atmospheric state"@en ;
  a skos:Concept .

actris_vocab:pressure
  skos:prefLabel "pressure"@en ;
  a skos:Concept .

