@prefix neo: <https://dev.galaxy.bluespice.de/ontology/>.
@prefix neo-subj: <https://dev.galaxy.bluespice.de/entity/>.
@prefix neo-prop: <https://dev.galaxy.bluespice.de/prop/>.
@prefix neo-schema: <https://dev.galaxy.bluespice.de/schema/>.
@prefix neo-rel: <https://dev.galaxy.bluespice.de/relation/>.
@prefix neo-page: <https://dev.galaxy.bluespice.de/page/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.

<https://dev.galaxy.bluespice.de/page/18474> a neo:Page;
    neo:pageName "Terminology/BYOD";
    dcterms:created "2026-07-30T14:08:59Z"^^xsd:dateTime;
    dcterms:modified "2026-08-05T09:53:37Z"^^xsd:dateTime;
    neo:lastEditor "WikiSysop";
    neo:mainSubject neo-subj:sEwrBjVbnkZRxHN;
    neo:hasSubject neo-subj:sEwrBjVbnkZRxHN.
neo-subj:sEwrBjVbnkZRxHN a neo-schema:Term;
    rdfs:label "Terminology/BYOD";
    neo-prop:Definition "\"Bring your own device\" refers to being allowed to use one's personally owned device, rather than being required to use an officially provided device.";
    <https://dev.galaxy.bluespice.de/prop/Is_abbreviation?> "true"^^xsd:boolean;
    neo-prop:Abbreviation_meaning "Bring your own device";
    neo-prop:Synonyms "BYOT, BYOP, BYOPC";
    neo-prop:Domain "Information Technology";
    neo-prop:Definition_source "https://en.wikipedia.org/wiki/Bring_your_own_device";
    neo-prop:Notes "Our company has an Acceptable Use Policy that addresses BYOD.".
