@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://vocabulary.actris.nilu.no/actris_vocab/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <https://orcid.org/> . ns0:aerosol metadata_def:mappingLoom "aerosol" ; metadata_def:mappingSameURI ns0:aerosol ; dct:creator <https://orcid.org/0000-0002-3380-3470> ; a owl:NamedIndividual, skos:Concept ; skos:broader ns0:aerosolrelated, ns0:objectofinterest ; skos:definition "System including both the suspended particles (liquid, solid, or mixed) and their carrier gas. Particles are in a state where they are not thermodynamically activated to cloud particles."@en ; skos:inScheme <https://vocabulary.actris.nilu.no/actris_vocab/> ; skos:prefLabel "aerosol"@en . ns0:aerosolrelated skos:narrower ns0:aerosol . ns0:objectofinterest skos:narrower ns0:aerosol . ns0:particlephase skos:related ns0:aerosol .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <https://orcid.org/> .

ns0:aerosol
    metadata_def:mappingLoom "aerosol" ;
    metadata_def:mappingSameURI ns0:aerosol ;
    dct:creator <https://orcid.org/0000-0002-3380-3470> ;
    a owl:NamedIndividual, skos:Concept ;
    skos:broader ns0:aerosolrelated, ns0:objectofinterest ;
    skos:definition "System including both the suspended particles (liquid, solid, or mixed) and their carrier gas. Particles are in a state where they are not thermodynamically activated to cloud particles."@en ;
    skos:inScheme <https://vocabulary.actris.nilu.no/actris_vocab/> ;
    skos:prefLabel "aerosol"@en .

ns0:aerosolrelated
    skos:narrower ns0:aerosol .

ns0:objectofinterest
    skos:narrower ns0:aerosol .

ns0:particlephase
    skos:related ns0:aerosol .