@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/> . <https://vocabulary.actris.nilu.no/actris_vocab/> skos:hasTopConcept ns0:facility . ns0:facility metadata_def:mappingLoom "facility" ; metadata_def:mappingSameURI ns0:facility ; dct:contributor <https://orcid.org/0000-0003-3587-5926> ; dct:creator <https://orcid.org/0000-0002-3380-3470> ; a owl:NamedIndividual, skos:Concept ; skos:definition "A physical structure designed, built or installed to serve specific functions for research or monitoring purposes."@en ; skos:inScheme <https://vocabulary.actris.nilu.no/actris_vocab/> ; skos:narrower ns0:facilitycategory, ns0:facilitycomponent, ns0:facilitytype ; skos:prefLabel "facility"@en ; skos:topConceptOf <https://vocabulary.actris.nilu.no/actris_vocab/> . ns0:facilitycategory skos:broader ns0:facility . ns0:facilitycomponent skos:broader ns0:facility . ns0:facilitytype skos:broader ns0:facility .
@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/> .

<https://vocabulary.actris.nilu.no/actris_vocab/>
    skos:hasTopConcept ns0:facility .

ns0:facility
    metadata_def:mappingLoom "facility" ;
    metadata_def:mappingSameURI ns0:facility ;
    dct:contributor <https://orcid.org/0000-0003-3587-5926> ;
    dct:creator <https://orcid.org/0000-0002-3380-3470> ;
    a owl:NamedIndividual, skos:Concept ;
    skos:definition "A physical structure designed, built or installed to serve specific functions for research or monitoring purposes."@en ;
    skos:inScheme <https://vocabulary.actris.nilu.no/actris_vocab/> ;
    skos:narrower ns0:facilitycategory, ns0:facilitycomponent, ns0:facilitytype ;
    skos:prefLabel "facility"@en ;
    skos:topConceptOf <https://vocabulary.actris.nilu.no/actris_vocab/> .

ns0:facilitycategory
    skos:broader ns0:facility .

ns0:facilitycomponent
    skos:broader ns0:facility .

ns0:facilitytype
    skos:broader ns0:facility .