@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix dcterm: . @base . rdf:type owl:Ontology ; rdfs:label "Civilkapocs önkormányzati ontológia" ; dcterm:date "2016-04-18"^^xsd:date ; dcterm:issued "2016-04-18"^^xsd:date ; dcterm:creator "Juhász Zoltán" ; owl:versionInfo "1.0 (2016-04-18)" ; rdfs:comment "Ontology for describing the organization and operation of local governments."@en ; dcterm:creator "András Micsik"@hu ; rdfs:comment "Önkormányzatok felépítését és működését leíró ontológia."@hu . ################################################################# # # Object Properties # ################################################################# ### http://www.civilkapocs.hu/rdf/ck-modell.owl#alapitoja :alapitoja rdf:type owl:ObjectProperty ; rdfs:label "has founder"@en , "alapítója"@hu ; rdfs:domain :Szervezet ; rdfs:subPropertyOf :kapcsolat . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#bizottsaga :bizottsaga rdf:type owl:ObjectProperty ; rdfs:label "has committee"@en , "bizottsága"@hu ; rdfs:range :Bizottsag ; rdfs:domain :Szervezet ; rdfs:subPropertyOf :kapcsolat . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#dokumentalja :dokumentalja rdf:type owl:ObjectProperty ; rdfs:label "has document"@en , "dokumentálja"@hu ; rdfs:range :Dokumentum ; rdfs:domain :Ugy . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#dontes :dontes rdf:type owl:ObjectProperty ; rdfs:label "has agreement"@en , "döntése"@hu ; rdfs:range :Dontes ; rdfs:domain :Ugy ; rdfs:subPropertyOf :dokumentalja . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#eloterjesztes :eloterjesztes rdf:type owl:ObjectProperty ; rdfs:label "has proposal"@en , "előterjesztése"@hu ; rdfs:range :Eloterjesztes ; rdfs:domain :Ugy ; rdfs:subPropertyOf :dokumentalja . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#elozmenye :elozmenye rdf:type owl:ObjectProperty ; rdfs:label "has antecedent"@en , "előzménye"@hu ; rdfs:comment "Egy napirend előző tárgyalása másik bizottságban." ; rdfs:subPropertyOf :resze . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#felvetel :felvetel rdf:type owl:ObjectProperty ; rdfs:label "has recording"@en , "felvétele"@hu ; rdfs:range :Felvetel ; rdfs:domain :Ugy ; rdfs:subPropertyOf :dokumentalja . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#gazdaja :gazdaja rdf:type owl:ObjectProperty ; rdfs:label "has responsible"@en , "gazdája"@hu ; rdfs:comment "Pl. a napirend gazdája valamilyen testület, bizottság." ; rdfs:range :Testulet ; rdfs:domain :Ugy . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#kapcsolat :kapcsolat rdf:type owl:ObjectProperty ; rdfs:label "has connection"@en , "kapcsolat"@hu ; rdfs:comment "Általános kapcsolat szervezetek, testületek között." ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( :Szervezet :Testulet ) ] ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Szervezet :Testulet ) ] . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#kulsotagja :kulsotagja rdf:type owl:ObjectProperty ; rdfs:label "has external memberships"@en , "külső tagságai"@hu ; rdfs:subPropertyOf :tagja . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#resze :resze rdf:type owl:ObjectProperty ; rdfs:label "has part"@en , "része"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#szerv :szerv rdf:type owl:ObjectProperty ; rdfs:label "has organization"@en , "szervezete"@hu ; rdfs:range :Szervezet ; rdfs:domain :Tagsag ; rdfs:range :Testulet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#szerve :szerve rdf:type owl:ObjectProperty ; rdfs:label "has executive body"@en , "szerve"@hu ; rdfs:domain :Szervezet ; rdfs:subPropertyOf :kapcsolat . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#tag :tag rdf:type owl:ObjectProperty ; rdfs:label "has member"@en , "alanya"@hu ; rdfs:range :Szemely ; rdfs:domain :Tagsag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#tagja :tagja rdf:type owl:ObjectProperty ; rdfs:label "has membership"@en , "tagsága"@hu ; rdfs:range :Tagsag ; owl:inverseOf :szerv ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Szervezet :Testulet ) ] . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#tagsaga :tagsaga rdf:type owl:ObjectProperty ; rdfs:label "has memberships"@en , "tagsága"@hu ; rdfs:domain :Szemely ; rdfs:range :Tagsag ; owl:inverseOf :tag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#tulajdonosa :tulajdonosa rdf:type owl:ObjectProperty ; rdfs:label "has owner"@en , "tulajdonosa"@hu ; rdfs:range :Szervezet ; rdfs:domain :Szervezet ; rdfs:subPropertyOf :kapcsolat . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#vezetoje :vezetoje rdf:type owl:ObjectProperty ; rdfs:label "has leader"@en , "vezetés"@hu ; rdfs:subPropertyOf :tagja . ################################################################# # # Data properties # ################################################################# ### http://www.civilkapocs.hu/rdf/ck-modell.owl#aktiv :aktiv rdf:type owl:DatatypeProperty ; rdfs:label "is active"@en , "aktív"@hu ; rdfs:comment "Az adott tagság aktív-e."@hu ; rdfs:range xsd:boolean . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#datum :datum rdf:type owl:DatatypeProperty ; rdfs:label "has date"@en , "dátum"@hu ; rdfs:range xsd:dateTime . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#kezdete :kezdete rdf:type owl:DatatypeProperty ; rdfs:label "has start date"@en , "kezdete"@hu ; rdfs:range xsd:dateTime , xsd:short . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#link :link rdf:type owl:DatatypeProperty ; rdfs:label "has link"@en , "link"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#sorszam :sorszam rdf:type owl:DatatypeProperty ; rdfs:label "has number"@en , "sorszám"@hu ; rdfs:comment "pl. napirendi pont sorszáma"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#vege :vege rdf:type owl:DatatypeProperty ; rdfs:label "has end date"@en , "vége"@hu ; rdfs:range xsd:dateTime , xsd:short ; rdfs:subPropertyOf owl:topDataProperty . ################################################################# # # Classes # ################################################################# ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Alapitvany :Alapitvany rdf:type owl:Class ; rdfs:label "Foundation"@en , "Alapítvány"@hu ; rdfs:subClassOf :NonProfitSzervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#AllamiSzerv :AllamiSzerv rdf:type owl:Class ; rdfs:label "Government organization"@en , "Állami szerv"@hu ; rdfs:subClassOf :KoltsegvetesiSzerv . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Alpolgarmester :Alpolgarmester rdf:type owl:Class ; rdfs:label "Deputy mayor"@en , "Alpolgármester"@hu ; rdfs:subClassOf :Szemely . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#AlpolgarmesterNemKepviselo :AlpolgarmesterNemKepviselo rdf:type owl:Class ; rdfs:label "Alpolgármester (nem képviselő)" , "Deputy mayor (non-representative)"@en ; rdfs:subClassOf :Szemely . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Bizottsag :Bizottsag rdf:type owl:Class ; rdfs:label "Committee"@en , "Bizottság"@hu ; rdfs:subClassOf :Testulet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#CivilTarsasag :CivilTarsasag rdf:type owl:Class ; rdfs:label "Civil association"@en , "Civil társaság"@hu ; rdfs:subClassOf :NonProfitSzervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Dokumentum :Dokumentum rdf:type owl:Class ; rdfs:label "Document"@en , "Dokumentum" . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Dontes :Dontes rdf:type owl:Class ; rdfs:label "Agreement"@en , "Döntés"@hu ; rdfs:subClassOf :Dokumentum . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Egyesulet :Egyesulet rdf:type owl:Class ; rdfs:label "Association"@en , "Egyesület"@hu ; rdfs:subClassOf :NonProfitSzervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Eloterjesztes :Eloterjesztes rdf:type owl:Class ; rdfs:label "Proposal"@en , "Előterjesztés"@hu ; rdfs:subClassOf :Dokumentum . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Esemeny :Esemeny rdf:type owl:Class ; rdfs:label "Event"@en , "Esemény"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Felvetel :Felvetel rdf:type owl:Class ; rdfs:label "Recording"@en , "Felvétel"@hu ; rdfs:subClassOf :Dokumentum . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Folyamat :Folyamat rdf:type owl:Class ; rdfs:label "Process"@en , "Folyamat"@hu ; rdfs:subClassOf :Ugy . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#ForProfit :ForProfit rdf:type owl:Class ; rdfs:label "For-profit organization"@en ; rdfs:subClassOf :GazdasagiSzervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#GazdasagiSzervezet :GazdasagiSzervezet rdf:type owl:Class ; rdfs:label "Economic organization"@en , "Gazdasági szervezet"@hu ; rdfs:subClassOf :Szervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Hatarozat :Hatarozat rdf:type owl:Class ; rdfs:label "Határozat" , "Resolution"@en ; rdfs:subClassOf :Dontes . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Helyhatosag :Helyhatosag rdf:type owl:Class ; rdfs:label "Local authority"@en , "Helyhatóság"@hu ; rdfs:subClassOf :AllamiSzerv . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Intezmeny :Intezmeny rdf:type owl:Class ; rdfs:label "Institution"@en , "Intézmény"@hu ; rdfs:subClassOf :KoltsegvetesiSzerv . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Jegyzo :Jegyzo rdf:type owl:Class ; rdfs:label "Notary"@en , "Jegyző"@hu ; rdfs:subClassOf :Szemely . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Jegyzokonyv :Jegyzokonyv rdf:type owl:Class ; rdfs:label "Minutes"@en , "Jegyzőkönyv"@hu ; rdfs:subClassOf :Dokumentum . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Kepviselet :Kepviselet rdf:type owl:Class ; rdfs:label "Mandate"@en , "Képviselet"@hu ; rdfs:subClassOf :Tagsag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Kepviselo :Kepviselo rdf:type owl:Class ; rdfs:label "Locally elected representative"@en , "Képviselő"@hu ; rdfs:subClassOf :Szemely . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#KepviseloTestulet :KepviseloTestulet rdf:type owl:Class ; rdfs:label "Body of representatives"@en , "Képviselő-testület"@hu ; rdfs:subClassOf :Testulet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#KoltsegvetesiSzerv :KoltsegvetesiSzerv rdf:type owl:Class ; rdfs:label "Budgetary organization"@en , "Költségvetési szerv"@hu ; rdfs:subClassOf :Szervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#KulsoTagsag :KulsoTagsag rdf:type owl:Class ; rdfs:label "External membership"@en , "Külső tagság" ; rdfs:subClassOf :Tagsag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Meghivo :Meghivo rdf:type owl:Class ; rdfs:label "Invitation"@en , "Meghívó"@hu ; rdfs:subClassOf :Dokumentum . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Napirend :Napirend rdf:type owl:Class ; rdfs:label "Agenda"@en , "Napirend"@hu ; rdfs:subClassOf :Ugy . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#NemBejegyzettSzervezet :NemBejegyzettSzervezet rdf:type owl:Class ; rdfs:label "Unregistered association"@en , "Nem bejegyzett szervezet"@hu ; rdfs:subClassOf :NonProfitSzervezet ; rdfs:comment "Például néptánc-csoport"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#NonProfit :NonProfit rdf:type owl:Class ; rdfs:label "Non-profit economic organization"@en ; rdfs:subClassOf :GazdasagiSzervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#NonProfitSzervezet :NonProfitSzervezet rdf:type owl:Class ; rdfs:label "Non-profit organization"@en , "Non-profit szervezet"@hu ; rdfs:subClassOf :Szervezet . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Onkormanyzat :Onkormanyzat rdf:type owl:Class ; rdfs:label "Local government"@hu , "Önkormányzat"@hu ; rdfs:subClassOf :Helyhatosag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#PolgarMester :PolgarMester rdf:type owl:Class ; rdfs:label "Mayor"@en , "Polgármester"@hu ; rdfs:subClassOf :Szemely . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#PolgarmesteriHivatal :PolgarmesteriHivatal rdf:type owl:Class ; rdfs:label "Mayor's office"@en , "Polgármesteri Hivatal"@hu ; rdfs:subClassOf :Helyhatosag . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Rendelet :Rendelet rdf:type owl:Class ; rdfs:label "Order"@en , "Rendelet"@hu ; rdfs:subClassOf :Dontes . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Szemely :Szemely rdf:type owl:Class ; rdfs:label "Person"@en , "Személy"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Szervezet :Szervezet rdf:type owl:Class ; rdfs:label "Organization"@en , "Szervezet"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Tagsag :Tagsag rdf:type owl:Class ; rdfs:label "Membership"@en , "Tagság"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Telepules :Telepules rdf:type owl:Class ; rdfs:label "Locality"@en , "Település"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Testulet :Testulet rdf:type owl:Class ; rdfs:label "Body"@en , "Testület"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Ugy :Ugy rdf:type owl:Class ; rdfs:label "Case"@en , "Ügy"@hu . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Ules :Ules rdf:type owl:Class ; rdfs:label "Sitting"@en , "Ülés"@hu ; rdfs:subClassOf :Esemeny . ### http://www.civilkapocs.hu/rdf/ck-modell.owl#Vezetes :Vezetes rdf:type owl:Class ; rdfs:label "Leadership"@en , "Vezetés"@hu ; rdfs:subClassOf :Tagsag . ### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net