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

actris_vocab:icenucleatingparticle
  skos:prefLabel "ice nucleating particle"@en ;
  a skos:Concept .

<https://w3id.org/iadopt/ont/hasProperty> rdfs:label "Observed Property"@en .
actris_vocab:icenucleatingparticlenumberconcentration
  skos:prefLabel "ice nucleating particle number concentration"@en ;
  skos:broader actris_vocab:cloudvariables, actris_vocab:variable ;
  dc:contributor <https://orcid.org/0000-0002-8162-4354> ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  skos:definition "Number per unit volume of particles able to serve as condensation nuclei for ice phase cloud particles."@en ;
  a skos:Concept ;
  ns0:hasProperty actris_vocab:numberconcentration ;
  ns0:hasObjectOfInterest actris_vocab:icenucleatingparticle ;
  ns0:hasMatrix actris_vocab:cloudphase ;
  skos:inScheme actris_vocab: .

ns0:hasMatrix rdfs:label "Observation Matrix"@en .
actris_vocab:numberconcentration
  skos:prefLabel "number concentration"@en ;
  a skos:Concept .

ns0:hasObjectOfInterest rdfs:label "Object Of Interest"@en .
actris_vocab:cloudvariables
  skos:prefLabel "cloud variables"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:icenucleatingparticlenumberconcentration .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:cloudphase
  skos:prefLabel "cloud phase"@en ;
  a skos:Concept .

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

