@prefix : <https://w3id.org/rrao#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/rrao#> .

<https://w3id.org/rrao> rdf:type owl:Ontology ;
                         owl:imports <http://i-lab.aegean.gr/ontologies/rrao/iccs#> ;
                         <http://purl.org/dc/elements/1.1/bibliographicCitation> "FAIR-PReSONS EU JUST project, Reoffending Risk Assesment Ontology,  Revision: v0.5."@en ;
                         <http://purl.org/dc/elements/1.1/contributor> "A. Sykiotou, Democritus University of Thace, asikioto@law.duth.gr"@en ,
                                                                       "Joana Pinho, IPS, joana.pinho@prisonsystems.eu"@en ;
                         <http://purl.org/dc/elements/1.1/creator> "K. Kotis, i-lab, University of the Aegean, kotis@aegean.gr"@en ,
                                                                   "S. Angelis, i-lab, University of the Aegean, sotiris@aegean.gr"@en ;
                         <http://purl.org/dc/elements/1.1/description> """RRAO focuses on the comprehensive representation of knowledge of reoffending and related concepts such as, crime, penalty, court decision.
The ontology development is part of the FAIR – PReSONS research project.  https://fair-presons.aegean.gr/"""@en ;
                         <http://purl.org/dc/elements/1.1/licence> "CC0"@en ;
                         <http://purl.org/dc/elements/1.1/references> "eurovoc: https://op.europa.eu/en/web/eu-vocabularies/dataset/-/resource?uri=http://publications.europa.eu/resource/dataset/eurovoc"@en ,
                                                                      "https://i-lab.aegean.gr/kotis/Ontologies/RRAO/iccs.owl"@en ,
                                                                      "odrl:https://www.w3.org/ns/odrl/2/"@en ;
                         <http://purl.org/dc/elements/1.1/title> "Reoffending Risk Assessment Ontology"@en ;
                         <http://purl.org/vocab/vann/preferredNamespacePrefix> "rrao"@en ;
                         rdfs:label "Reoffending Risk Assessment Ontology"@en ;
                         rdfs:seeAlso ""@en ;
                         owl:versionInfo 1.1 ;
                         <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> ""@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/bibliographicCitation
<http://purl.org/dc/elements/1.1/bibliographicCitation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/licence
<http://purl.org/dc/elements/1.1/licence> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/references
<http://purl.org/dc/elements/1.1/references> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#monetary
xsd:monetary rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/rrao#concerns
:concerns rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf owl:topObjectProperty ;
          rdfs:domain :detentionRecord ;
          rdfs:range :personWithCustodialHistory .


###  https://w3id.org/rrao#decides
:decides rdf:type owl:ObjectProperty ;
         rdfs:domain :court ;
         rdfs:range :courtDecision ;
         rdfs:label "decide"@pt ,
                    "decides"@en ,
                    "αποφασίζει"@el ,
                    "решава"@bg .


###  https://w3id.org/rrao#defines
:defines rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf owl:topObjectProperty ;
         rdfs:domain :courtDecision ;
         rdfs:range :penalty ;
         rdfs:comment "Represents a court defining or establishing a penalty for a case."@en ;
         rdfs:label "define"@pt ,
                    "defines"@en ,
                    "ορίζει"@el ,
                    "определя"@bg .


###  https://w3id.org/rrao#detainedAt
:detainedAt rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf owl:topObjectProperty ;
            rdfs:domain :personWithCustodialHistory ;
            rdfs:range :correctionaiInstitution ;
            rdfs:comment "Indicates the correctional facility where an person kept in custody."@en ;
            rdfs:label "detained at"@en ,
                       "detido em"@pt ,
                       "κρατείται σε"@el ,
                       "задържан в"@bg .


###  https://w3id.org/rrao#executedAs
:executedAs rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf owl:topObjectProperty ;
            rdfs:domain :penalty ;
            rdfs:range :executionOfPenalty ;
            rdfs:comment "Indicates the manner in which a penalty or punishment is carried out."@en ;
            rdfs:label "executado como"@pt ,
                       "executed as"@en ,
                       "εκτελείται ως"@el ,
                       "изпълнено като"@bg .


###  https://w3id.org/rrao#hasGravity
:hasGravity rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf owl:topObjectProperty ;
            rdfs:domain :crime ;
            rdfs:range :gravityOfCrime ;
            rdfs:comment "Indicates the severity or seriousness of a crime."@en ;
            rdfs:label "has gravity"@en ,
                       "tem gravidade"@pt ,
                       "έχει βαρύτητα"@el ,
                       "има тежест"@bg .


###  https://w3id.org/rrao#hasLevelOfParticipation
:hasLevelOfParticipation rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf owl:topObjectProperty ;
                         rdfs:domain :personWithCustodialHistory ;
                         rdfs:range :levelOfParticipation ;
                         rdfs:comment "Describes the level or degree of participation an offender had in a crime."@en ;
                         rdfs:label "has level of participation"@en ,
                                    "tem grau de autoria"@pt ,
                                    "έχει επίπεδο συμμετοχής"@el ,
                                    "има степен на участие"@bg .


###  https://w3id.org/rrao#hasLiability
:hasLiability rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf owl:topObjectProperty ;
              rdfs:domain :personWithCustodialHistory ;
              rdfs:range :liability ;
              rdfs:comment "Represents the level of legal responsibility or liability an offender holds."@en ;
              rdfs:label "has liability"@en ,
                         "tem responsabilidade"@pt ,
                         "έχει ευθύνη"@el ,
                         "носи отговорност"@bg .


###  https://w3id.org/rrao#hasRiskOfReoffending
:hasRiskOfReoffending rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf owl:topObjectProperty ;
                      rdfs:domain :personWithCustodialHistory ;
                      rdfs:range :riskOfReoffending ;
                      rdfs:comment "Represents the assessed risk that an offender will reoffend or engage in criminal behavior again."@en ;
                      rdfs:label "has risk of reoffending"@en ,
                                 "tem risco de reincidência criminal"@pt ,
                                 "έχει κίνδυνο υποτροπής"@el ,
                                 "има риск от повторно извършване на престъпление"@bg .


###  https://w3id.org/rrao#hasStatus
:hasStatus rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf owl:topObjectProperty ;
           rdfs:domain :imprisoned ;
           rdfs:range :convictionStatus ;
           rdfs:comment "Describes the current status of an offender in prison"@en ;
           rdfs:label "has status"@en ,
                      "tem estatuto"@pt ,
                      "έχει κατάσταση"@el ,
                      "има статус"@bg .


###  https://w3id.org/rrao#isRelatedToCrime
:isRelatedToCrime rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf owl:topObjectProperty ;
                  rdfs:domain :penalty ;
                  rdfs:range :crime ;
                  rdfs:comment "Indicates the association between a penalty and a crime related to the case."@en ;
                  rdfs:label "está relacionado com o crime"@pt ,
                             "is related to crime"@en ,
                             "σχετίζεται με έγκλημα"@el ,
                             "е свързано с престъпление"@bg .


###  https://w3id.org/rrao#participatedIn
:participatedIn rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf owl:topObjectProperty ;
                rdfs:domain :personWithCustodialHistory ;
                rdfs:range :crime ;
                rdfs:comment "Indicates that the offender participated in a crime."@en ;
                rdfs:label "participated in"@en ,
                           "participou"@pt ,
                           "συμμετείχε σε"@el ,
                           "участвал в "@bg .


###  https://w3id.org/rrao#relatesToCorrectionalInstitution
:relatesToCorrectionalInstitution rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf owl:topObjectProperty ;
                                  rdfs:domain :detentionRecord ;
                                  rdfs:range :correctionaiInstitution .


###  https://w3id.org/rrao#relatesToPenalty
:relatesToPenalty rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf owl:topObjectProperty ;
                  rdfs:domain :detentionRecord ;
                  rdfs:range :penalty .


###  https://w3id.org/rrao#sentencedTo
:sentencedTo rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf owl:topObjectProperty ;
             rdfs:domain :personWithCustodialHistory ;
             rdfs:range :penalty ;
             rdfs:comment "Indicates the penalty to which an offender has been sentenced." ;
             rdfs:label "condenado a"@pt ,
                        "sentenced to"@en ,
                        "καταδικάστηκε σε"@el ,
                        "осъден на"@bg .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/rrao#ageEnteringPrison
:ageEnteringPrison rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :ageGroup .


###  https://w3id.org/rrao#ageExitingPrison
:ageExitingPrison rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf :ageGroup .


###  https://w3id.org/rrao#ageGroup
:ageGroup rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf owl:topDataProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :detentionRecord
                                      :person
                                    )
                      ] ;
          rdfs:range xsd:string ;
          rdfs:comment "The age group that the person belongs to."@en ;
          rdfs:label "age group"@en ,
                     "faixa etária"@pt ,
                     "Ηλικιακή ομάδα"@el ,
                     "възрастова група"@bg .


###  https://w3id.org/rrao#amountOfPecuniaryPenalty
:amountOfPecuniaryPenalty rdf:type owl:DatatypeProperty ;
                          rdfs:subPropertyOf owl:topDataProperty ;
                          rdfs:domain :pecuniarySentence ;
                          rdfs:range xsd:monetary ;
                          rdfs:comment "Specifies the monetary amount of the pecuniary penalty."@en ;
                          rdfs:label "amount of pecuniary penalty"@en ,
                                     "montante da pena pecuniária"@pt ,
                                     "Ποσό χρηματικής ποινής"@el ,
                                     "размер на имущественото наказание"@bg .


###  https://w3id.org/rrao#beneficialCalculation
:beneficialCalculation rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf owl:topDataProperty ;
                       rdfs:domain :penalty ;
                       rdfs:range xsd:boolean ;
                       rdfs:comment "Indicates whether beneficial calculation was applied to the penalty."@en ;
                       rdfs:label "beneficial calculation"@en ,
                                  "cálculo do cúmulo jurídico"@pt ,
                                  "Ευνοϊκός υπολογισμός"@el ,
                                  "намаляване на наказанието"@bg .


###  https://w3id.org/rrao#birthYear
:birthYear rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf owl:topDataProperty ;
           rdfs:domain :person ;
           rdfs:range xsd:dateTime ;
           rdfs:comment "Specifies the birth year of a person."@en ;
           rdfs:label "ano de nascimento"@pt ,
                      "birth year"@en ,
                      "Έτος γέννησης"@el ,
                      "година на раждане"@bg .


###  https://w3id.org/rrao#clildren
:clildren rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf owl:topDataProperty ;
          rdfs:domain :person ;
          rdfs:range xsd:boolean ;
          rdfs:comment "Indicates whether the person has children." ;
          rdfs:label "children"@en ,
                     "filhos"@pt ,
                     "Παιδιά"@el ,
                     "деца"@bg .


###  https://w3id.org/rrao#dateOfCrime
:dateOfCrime rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf owl:topDataProperty ;
             rdfs:domain :crime ;
             rdfs:range xsd:dateTime ;
             rdfs:comment "Represents the date on which the crime occurred."@en ;
             rdfs:label "data do crime"@pt ,
                        "date of crime"@en ,
                        "Ημερομηνία εγκλήματος"@el ,
                        "дата на извършване на престъплението"@bg .


###  https://w3id.org/rrao#dateOfEnteringPrison
:dateOfEnteringPrison rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf owl:topDataProperty ;
                      rdfs:domain :custodialPenalty ;
                      rdfs:range xsd:dateTime ;
                      rdfs:comment "Specifies the date when the individual entered prison."@en ;
                      rdfs:label "data de entrada no estabelecimento prisional"@pt ,
                                 "date of entering prison"@en ,
                                 "Ημερομηνία εισόδου στη φυλακή"@el ,
                                 "дата на влизане в затвора"@bg .


###  https://w3id.org/rrao#dateOfExitingPrison
:dateOfExitingPrison rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf owl:topDataProperty ;
                     rdfs:domain :custodialPenalty ;
                     rdfs:range xsd:dateTime ;
                     rdfs:comment "Indicates the date when the individual is expected to exit prison."@en ;
                     rdfs:label "data de saída do estabelecimento prisional"@pt ,
                                "date of exiting prison"@en ,
                                "Ημερομηνία εξόδου από τη φυλακή"@el ,
                                "дата на излизане от затвора"@bg .


###  https://w3id.org/rrao#dateOfRiskAssessment
:dateOfRiskAssessment rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf owl:topDataProperty ;
                      rdfs:domain :riskOfReoffending ;
                      rdfs:range xsd:dateTime ;
                      rdfs:comment "date of risk assessment"@en .


###  https://w3id.org/rrao#daysInCustody
:daysInCustody rdf:type owl:DatatypeProperty ;
               rdfs:domain :custody ;
               rdfs:range xsd:int ;
               rdfs:label "days in custody"@en ,
                          "dias encarcerado(a)"@pt ,
                          "Ημέρες κράτησης"@el ,
                          "дни лишаване от свобода"@bg .


###  https://w3id.org/rrao#daysSinceRelease
:daysSinceRelease rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf owl:topDataProperty ;
                  rdfs:domain :personWithCustodialHistory ;
                  rdfs:range xsd:int ;
                  rdfs:comment "Indicates the days since the person has been released form prison"@en ;
                  rdfs:label "days since release"@en ,
                             "dias desde a libertação"@pt ,
                             "Ημέρες από την αποφυλάκιση"@el ,
                             "дни от освобождаването"@bg .


###  https://w3id.org/rrao#decisionCode
:decisionCode rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf owl:topDataProperty ;
              rdfs:domain :courtDecision ;
              rdfs:range xsd:string ;
              rdfs:comment "Specifies the code or reference associated with a court decision."@en ;
              rdfs:label "código da decisão"@pt ,
                         "decision code"@en ,
                         "Κωδικός απόφασης"@el ,
                         "код на решението"@bg .


###  https://w3id.org/rrao#decisionDate
:decisionDate rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf owl:topDataProperty ;
              rdfs:domain :courtDecision ;
              rdfs:range xsd:dateTime ;
              rdfs:comment "Indicates the date associated with a court decision."@en ;
              rdfs:label "data da decisão"@pt ,
                         "decision date"@en ,
                         "Ημερομηνία απόφασης"@el ,
                         "дата на решението"@bg .


###  https://w3id.org/rrao#generalRegisterNumber
:generalRegisterNumber rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf owl:topDataProperty ;
                       rdfs:domain :personWithCustodialHistory ;
                       rdfs:range xsd:string ;
                       rdfs:comment "Represents the general register number associated with an imprisoned person."@en ;
                       rdfs:label "general register number"@en ,
                                  "número de registo geral"@pt ,
                                  "Γενικός αριθμός μητρώου"@el ,
                                  "регистрационен номер"@bg .


###  https://w3id.org/rrao#irrevocableConviction
:irrevocableConviction rdf:type owl:DatatypeProperty ;
                       rdfs:subPropertyOf owl:topDataProperty ;
                       rdfs:domain :penalty ;
                       rdfs:range xsd:boolean ;
                       rdfs:comment "Indicates whether the conviction is irrevocable."@en ;
                       rdfs:label "condenação transitada em julgado"@pt ,
                                  "irrevocable conviction"@en ,
                                  "Αμετάκλητη καταδίκη"@el ,
                                  "неотменима присъда"@bg .


###  https://w3id.org/rrao#isFromConcersion
:isFromConcersion rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf owl:topDataProperty ;
                  rdfs:domain :penalty ;
                  rdfs:range xsd:boolean ;
                  rdfs:comment "Specifies whether the penalty is the result of a conversion from another penalty."@en ;
                  rdfs:label "is from conversion"@en ,
                             "é de conversão"@pt ,
                             "Προέρχεται από μετατροπή"@el ,
                             "е от преобразуване"@bg .


###  https://w3id.org/rrao#isInitialSentence
:isInitialSentence rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf owl:topDataProperty ;
                   rdfs:domain :penalty ;
                   rdfs:range xsd:boolean ;
                   rdfs:label "is initial sentence"@en ,
                              "é pena inicial"@pt ,
                              "Είναι αρχική ποινή"@el ,
                              "е първоначална присъда"@bg ;
                   rdfs:seeAlso "Indicates whether the penalty is an initial sentence."@en .


###  https://w3id.org/rrao#levelOfEducation
:levelOfEducation rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf owl:topDataProperty ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :detentionRecord
                                              :person
                                            )
                              ] ;
                  rdfs:range xsd:string ;
                  rdfs:comment "The highest degree or level of schooling that an individual has completed."@en ;
                  rdfs:label "level of education"@en ,
                             "nível de escolaridade"@pt ,
                             "Επίπεδο εκπαίδευσης"@el ,
                             "ниво на образование"@bg ;
                  rdfs:seeAlso <https://ilostat.ilo.org/methods/concepts-and-definitions/classification-education/> .


###  https://w3id.org/rrao#locatedIn
:locatedIn rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf owl:topDataProperty ;
           rdfs:domain :court ;
           rdfs:range xsd:string ;
           rdfs:comment "Denotes the physical location or address of a court."@en ;
           rdfs:label "localizado em"@pt ,
                      "located in"@en ,
                      "Βρίσκεται σε"@el ,
                      "се намира в "@bg .


###  https://w3id.org/rrao#maritalStatus
:maritalStatus rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf owl:topDataProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :detentionRecord
                                           :person
                                         )
                           ] ;
               rdfs:range xsd:string ;
               rdfs:comment "The legal relationship status of an individual, such as single, married, or divorced."@en ;
               rdfs:label "estado civil"@pt ,
                          "marital status"@en ,
                          "Οικογενειακή κατάσταση"@el ,
                          "семейно положение"@bg .


###  https://w3id.org/rrao#nationality
:nationality rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf owl:topDataProperty ;
             rdfs:domain :person ;
             rdfs:range xsd:string ;
             rdfs:comment "Represents the nationality or citizenship of a person."@en ;
             rdfs:label "nacionalidade"@pt ,
                        "nationality"@en ,
                        "Υπηκοότητα"@el ,
                        "националност"@bg .


###  https://w3id.org/rrao#numberOfReleasesFromPrison
:numberOfReleasesFromPrison rdf:type owl:DatatypeProperty ;
                            rdfs:subPropertyOf owl:topDataProperty ;
                            rdfs:domain :personWithCustodialHistory ;
                            rdfs:range xsd:int ;
                            rdfs:comment "Indicated the number of times a person has been released from prison"@en ;
                            rdfs:label "number of releases from prison"@en ,
                                       "número de libertações do estabelecimento prisional"@pt ,
                                       "Αριθμός αποφυλακίσεων"@el ,
                                       "брой освобождавания от затвора"@bg .


###  https://w3id.org/rrao#penaltyDuration
:penaltyDuration rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf owl:topDataProperty ;
                 rdfs:domain :penalty ;
                 rdfs:range xsd:duration ;
                 rdfs:comment "Represents the duration for which the penalty is enforced."@en ;
                 rdfs:label "duração da pena"@pt ,
                            "penalty duration"@en ,
                            "Διάρκεια ποινής"@el ,
                            "продължителност на наказанието"@bg .


###  https://w3id.org/rrao#placeOfCrime
:placeOfCrime rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf owl:topDataProperty ;
              rdfs:domain :crime ;
              rdfs:range xsd:string ;
              rdfs:comment "Represents the place on which the crime occurred."@en ;
              rdfs:label "local do crime"@pt ,
                         "place of crime"@en ,
                         "Τόπος εγκλήματος"@el ,
                         "място на извършване на престъплението"@bg .


###  https://w3id.org/rrao#reoffendingRate
:reoffendingRate rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf owl:topDataProperty ;
                 rdfs:domain :personWithCustodialHistory ;
                 rdfs:range xsd:int ;
                 rdfs:comment "Indicated the number of times the offender has commited a crime after release"@en ;
                 rdfs:label "reoffending rate"@en ,
                            "taxa de reincidência"@pt ,
                            "Φορές επανασυμμετοχής σε έγκλημα"@el ,
                            "брой извършени нови престъпления"@bg .


###  https://w3id.org/rrao#reportedOccupation
:reportedOccupation rdf:type owl:DatatypeProperty ;
                    rdfs:subPropertyOf owl:topDataProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :detentionRecord
                                                :person
                                              )
                                ] ;
                    rdfs:range xsd:string ;
                    rdfs:comment "The job or profession that an individual identifies as their primary occupation."@en ;
                    rdfs:label "profissão declarada"@pt ,
                               "reported occupation"@en ,
                               "Δηλωθέν επάγγελμα"@el ,
                               "декларирана професия"@bg ;
                    rdfs:seeAlso <https://ilostat.ilo.org/methods/concepts-and-definitions/classification-occupation/> .


###  https://w3id.org/rrao#resultedInViolatingTerms
:resultedInViolatingTerms rdf:type owl:DatatypeProperty ;
                          rdfs:subPropertyOf owl:topDataProperty ;
                          rdfs:domain :penalty ;
                          rdfs:range xsd:boolean ;
                          rdfs:comment "Indicates whether the imprisonment resulted in the violation of terms."@en ;
                          rdfs:label "resulted in violating terms"@en ,
                                     "resultou na violação de condições"@pt ,
                                     "Οδήγησε σε παραβίαση όρων"@el ,
                                     "довело до нарушаване на условията"@bg .


###  https://w3id.org/rrao#resultsFromMulitpleCrimes
:resultsFromMulitpleCrimes rdf:type owl:DatatypeProperty ;
                           rdfs:subPropertyOf owl:topDataProperty ;
                           rdfs:domain :penalty ;
                           rdfs:range xsd:boolean ;
                           rdfs:comment "Indicates that the penalty reffers to a multiple crime sentence"@en ;
                           rdfs:label "results from multiple crimes"@en .


###  https://w3id.org/rrao#sex
:sex rdf:type owl:DatatypeProperty ;
     rdfs:subPropertyOf owl:topDataProperty ;
     rdfs:domain :person ;
     rdfs:range xsd:string ;
     rdfs:comment "Indicates the biological sex of a person.Indicates the biological sex of a person."@en ;
     rdfs:label "sex"@en ,
                "sexo"@pt ,
                "Φύλο"@el ,
                "пол"@bg .


###  https://w3id.org/rrao#siblings
:siblings rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf owl:topDataProperty ;
          rdfs:domain :person ;
          rdfs:range xsd:boolean ;
          rdfs:comment "Indicates whether the person has sibling."@en ;
          rdfs:label "siblings" .


###  https://w3id.org/rrao#takenInAbsentia
:takenInAbsentia rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf owl:topDataProperty ;
                 rdfs:domain :courtDecision ;
                 rdfs:range xsd:boolean ;
                 rdfs:comment "Indicates whether the court decision was made in the absence of the individual."@en ;
                 rdfs:label "decidido à revelia"@pt ,
                            "taken in absentia"@en ,
                            "Δικάστηκε ερήμην"@el ,
                            "задочно осъждане"@bg .


###  https://w3id.org/rrao#timesOccured
:timesOccured rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf owl:topDataProperty ;
              rdfs:domain :crime ;
              rdfs:range xsd:int ;
              rdfs:comment "Represent the number of times a crime has occured"@en ;
              rdfs:label "times occured"@en ,
                         "vezes ocorridas"@pt ,
                         "Φορές που συνέβη"@el ,
                         "брой извършени престъпления"@bg .


###  https://w3id.org/rrao#vocationalQualifications
:vocationalQualifications rdf:type owl:DatatypeProperty ;
                          rdfs:domain :person ;
                          rdfs:range xsd:string .


###  https://w3id.org/rrao#workTime
:workTime rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf owl:topDataProperty ;
          rdfs:domain :communityServiceWork ;
          rdfs:range xsd:duration ;
          rdfs:comment "Specifies the duration of time required for community service work."@en ;
          rdfs:label "tempo de trabalho"@pt ,
                     "work time"@en ,
                     "Χρόνος εργασίας"@el ,
                     "отработено време"@bg .


#################################################################
#    Classes
#################################################################

###  http://i-lab.aegean.gr/ontologies/rrao/iccs#iccs_0502
<http://i-lab.aegean.gr/ontologies/rrao/iccs#iccs_0502> rdf:type owl:Class .


###  http://i-lab.aegean.gr/ontologies/rrao/iccs#iccs_0601
<http://i-lab.aegean.gr/ontologies/rrao/iccs#iccs_0601> rdf:type owl:Class .


###  http://w3id.org/rrao/iccs#iccs_0502
<http://w3id.org/rrao/iccs#iccs_0502> rdf:type owl:Class .


###  http://w3id.org/rrao/iccs#iccs_06
<http://w3id.org/rrao/iccs#iccs_06> rdf:type owl:Class .


###  http://www.w3.org/ns/odrl/2/Action
<http://www.w3.org/ns/odrl/2/Action> rdf:type owl:Class .


###  http://www.w3.org/ns/odrl/2/Duty
<http://www.w3.org/ns/odrl/2/Duty> rdf:type owl:Class .


###  http://www.w3.org/ns/odrl/2/Policy
<http://www.w3.org/ns/odrl/2/Policy> rdf:type owl:Class .


###  https://w3id.org/rrao#acquittal
:acquittal rdf:type owl:Class ;
           rdfs:subClassOf :wayOfRelease ;
           rdfs:comment "Α judgment that a person is not guilty of the crime with which the person has been charged"@en ;
           rdfs:label "Absolvição"@pt ,
                      "Αcquittal"@en ,
                      "Αθώωση"@el ,
                      "Оправдателна присъда"@bg .


###  https://w3id.org/rrao#communityServiceWork
:communityServiceWork rdf:type owl:Class ;
                      rdfs:subClassOf :nonCustodialPenalty ;
                      rdfs:comment "A penalty that requires the offender to perform unpaid work for the benefit of the community."@en ;
                      rdfs:label "Community Service Work"@en ,
                                 "Prestação de serviço comunitário"@pt ,
                                 "Κοινωφελής εργασία"@el ,
                                 "Общественополезен труд"@bg .


###  https://w3id.org/rrao#convictionStatus
:convictionStatus rdf:type owl:Class ;
                  owl:equivalentClass [ rdf:type owl:Class ;
                                        owl:oneOf ( :debtor
                                                    :detained
                                                    :remand
                                                    :sentenced
                                                  )
                                      ] ;
                  rdfs:comment "The legal status of an individual while they are convicted."@en ;
                  rdfs:label "Conviction Status"@en ,
                             "Situação juridico-penal"@pt ,
                             "Κατάσταση καταδίκης"@el ,
                             "Статус на присъдата"@bg .


###  https://w3id.org/rrao#correctionaiInstitution
:correctionaiInstitution rdf:type owl:Class ;
                         rdfs:comment "A correctional institution is a facility where individuals are confined and rehabilitated after being convicted of crimes."@en ;
                         rdfs:label "Correctional Institution"@en ,
                                    "Establecimento prisional"@pt ,
                                    "Σωφρονιστικό ίδρυμα"@el ,
                                    "Място за изтърпяване на наказанието"@bg ;
                         rdfs:seeAlso <euvoc:penalInstitution> .


###  https://w3id.org/rrao#court
:court rdf:type owl:Class ;
       owl:disjointWith :person ;
       rdfs:comment "An institution with the authority to adjudicate legal disputes and administer justice."@en ;
       rdfs:label "Court"@en ,
                  "Tribunal"@pt ,
                  "Δικαστήριο"@el ,
                  "Съд"@bg ;
       rdfs:seeAlso "euvoc:courtOfLaw"@en .


###  https://w3id.org/rrao#courtDecision
:courtDecision rdf:type owl:Class ;
               rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Policy> ;
               rdfs:comment "A formal judgment or ruling made by a court of law."@en ;
               rdfs:label "Court Decision"@en ,
                          "Decisão Judicial"@pt ,
                          "Δικαστική απόφαση"@el ,
                          "Съдебно решение"@bg .


###  https://w3id.org/rrao#crime
:crime rdf:type owl:Class ;
       rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Action> ;
       rdfs:comment "An act that violates the law and is punishable by a legal authority."@en ;
       rdfs:label "Crime"@en ,
                  "Crime"@pt ,
                  "Έγκλημα"@el ,
                  "Престъпление"@bg ;
       rdfs:seeAlso <euvoc:offence> ,
                    <https://www.unodc.org/unodc/en/data-and-analysis/statistics/iccs.html> .


###  https://w3id.org/rrao#custodialPenalty
:custodialPenalty rdf:type owl:Class ;
                  rdfs:subClassOf :penalty ;
                  rdfs:comment "A court-ordered punishment that requires the offender to be detained in a secure facility."@en ;
                  rdfs:label "Custodial penalty"@en ,
                             "Pena privativa de liberdade"@pt ,
                             "Ποινή στέρησης ελευθερίας"@el ,
                             "Наказание с лишаване от свобода"@bg .


###  https://w3id.org/rrao#custody
:custody rdf:type owl:Class ;
         rdfs:subClassOf :executionOfPenalty ;
         rdfs:label "Custody"@en ,
                    "Detenção"@pt ,
                    "Κράτηση"@el ,
                    "Задържане под стража"@bg .


###  https://w3id.org/rrao#detentionRecord
:detentionRecord rdf:type owl:Class ;
                 rdfs:label "Detention Record"@en ,
                            "Registro de detenção"@pt ,
                            "Εγγραφή κράτησης"@el ,
                            "Запис на задържане"@bg .


###  https://w3id.org/rrao#endOfSentence
:endOfSentence rdf:type owl:Class ;
               rdfs:subClassOf :wayOfRelease ;
               rdfs:label "End of Sentence"@en ,
                          "Término da pena"@pt ,
                          "Λήξη ποινής"@el ,
                          "Край на присъдата"@bg .


###  https://w3id.org/rrao#executionOfPenalty
:executionOfPenalty rdf:type owl:Class ;
                    rdfs:comment "The enforcement or carrying out of a legally imposed punishment."@en ;
                    rdfs:label "Execution of penalty"@en ,
                               "Execução da pena"@pt ,
                               "Εκτέλεση ποινής"@el ,
                               "Изпълнение на наказанието"@bg .


###  https://w3id.org/rrao#gravityOfCrime
:gravityOfCrime rdf:type owl:Class ;
                rdfs:comment "The seriousness or severity of a criminal act."@en ;
                rdfs:label "Gravidade do crime"@pt ,
                           "Gravity of Crime"@en ,
                           "Βαρύτητα εγκλήματος"@el ,
                           "Тежест на престъплението"@bg .


###  https://w3id.org/rrao#homeDetention
:homeDetention rdf:type owl:Class ;
               rdfs:subClassOf :wayOfRelease ;
               rdfs:comment "A legal penalty where the offender is confined to their home rather than a prison."@en ;
               rdfs:label "Home detention"@en ,
                          "Prisão domiciliária"@pt ,
                          "Κατ’ οίκον περιορισμός"@el ,
                          "Домашен арест"@bg .


###  https://w3id.org/rrao#imprisoned
:imprisoned rdf:type owl:Class ;
            rdfs:subClassOf :personWithCustodialHistory ;
            rdfs:label "Imprisoned Person"@en ,
                       "Indivíduo em reclusão"@pt ,
                       "Κρατούμενος"@el ,
                       "Лице, лишено от свобода"@bg .


###  https://w3id.org/rrao#imprisonment
:imprisonment rdf:type owl:Class ;
              rdfs:subClassOf :custodialPenalty ;
              rdfs:comment "The act of confining an individual in a prison as punishment for a crime."@en ;
              rdfs:label "Imprisonment"@en ,
                         "Pena de prisão"@pt ,
                         "Φυλάκιση"@el ,
                         "Лишаване от свобода"@bg .


###  https://w3id.org/rrao#levelOfParticipation
:levelOfParticipation rdf:type owl:Class ;
                      rdfs:comment "The degree to which an individual is involved in the commission of a crime."@en ;
                      rdfs:label "Grau de participação"@pt ,
                                 "Level of participation"@en ,
                                 "Επίπεδο συμμετοχής"@el ,
                                 "Степен на участие"@bg ;
                      rdfs:seeAlso <euvoc:complicity> .


###  https://w3id.org/rrao#liability
:liability rdf:type owl:Class ;
           rdfs:comment "The legal responsibility for one's actions or the consequences of a criminal act."@en ;
           rdfs:label "Liability"@en ,
                      "Responsabilidade"@pt ,
                      "Ευθύνη"@el ,
                      "Отговорност"@bg ;
           rdfs:seeAlso <euvoc:criminalLiability> .


###  https://w3id.org/rrao#lifeImprisonment
:lifeImprisonment rdf:type owl:Class ;
                  rdfs:subClassOf :custodialPenalty ;
                  rdfs:comment "A prison sentence that lasts for the remainder of the offender's life."@en ;
                  rdfs:label "Life Imprisonment"@en ,
                             "Pena de prisão perpétua"@pt ,
                             "Ισόβια κάθειρξη"@el ,
                             "Доживотен затвор"@bg .


###  https://w3id.org/rrao#nonCustodialPenalty
:nonCustodialPenalty rdf:type owl:Class ;
                     rdfs:subClassOf :penalty ;
                     rdfs:label "Non-custodial penalty"@en ,
                                "Pena não privativa de liberdade"@pt ,
                                "Ποινή μη στέρησης ελευθερίας"@el ,
                                "Наказание без лишаване от свобода"@bg .


###  https://w3id.org/rrao#pecuniarySentence
:pecuniarySentence rdf:type owl:Class ;
                   rdfs:subClassOf :nonCustodialPenalty ;
                   rdfs:comment "A financial penalty imposed as punishment for a crime"@en ;
                   rdfs:label "Pecuniary Sentence"@en ,
                              "Pena pecuniária"@pt ,
                              "Χρηματική ποινή"@el ,
                              "Финансово наказание"@bg .


###  https://w3id.org/rrao#penalCourt
:penalCourt rdf:type owl:Class ;
            rdfs:subClassOf :court ;
            rdfs:comment "A court that is responsible for handling criminal cases and offenses."@en ;
            rdfs:label "Penal court"@en ,
                       "Tribunal penal"@pt ,
                       "Ποινικό δικαστήριο"@el ,
                       "Наказателен съд"@bg ;
            rdfs:seeAlso "euvoc:criminalCourt"@en .


###  https://w3id.org/rrao#penalty
:penalty rdf:type owl:Class ;
         rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Duty> ;
         rdfs:comment "The legal punishment imposed on an individual who has been convicted of a crime."@en ;
         rdfs:label "Pena"@pt ,
                    "Penalty"@en ,
                    "Ποινή"@el ,
                    "Наказание"@bg ;
         rdfs:seeAlso <euvoc:penalty> .


###  https://w3id.org/rrao#person
:person rdf:type owl:Class ;
        rdfs:comment "An individual, a human being perceptible through the senses and subject to physical laws"@en ;
        rdfs:label "Person"@en ,
                   "Pessoa"@pt ,
                   "Άτομο"@el ,
                   "Лице"@bg ;
        rdfs:seeAlso "foaf:Person"@en .


###  https://w3id.org/rrao#personWithCustodialHistory
:personWithCustodialHistory rdf:type owl:Class ;
                            rdfs:subClassOf :person ;
                            rdfs:comment "A person who is or has been in custody charged with a criminal offense."@en ;
                            rdfs:label "Indivíduo com historial de privação de liberdade"@pt ,
                                       "Person with custodial history"@en ,
                                       "Άτομο με ιστορικό κράτησης"@el ,
                                       "Лице с история на задържане"@bg .


###  https://w3id.org/rrao#prison
:prison rdf:type owl:Class ;
        rdfs:subClassOf :correctionaiInstitution ;
        rdfs:comment "A secure facility where individuals are confined as punishment for crimes."@en ;
        rdfs:label "Prison"@en ,
                   "Prisão"@pt ,
                   "Φυλακή"@el ,
                   "Затвор"@bg .


###  https://w3id.org/rrao#release
:release rdf:type owl:Class ;
         rdfs:subClassOf :executionOfPenalty ;
         rdfs:comment "The act of freeing an individual from legal custody or imprisonment."@en ;
         rdfs:label "Libertação"@pt ,
                    "Release"@en ,
                    "Αποφυλάκιση"@el ,
                    "Освобождаване"@bg .


###  https://w3id.org/rrao#released
:released rdf:type owl:Class ;
          rdfs:subClassOf :personWithCustodialHistory ;
          rdfs:label "Libertado"@pt ,
                     "Released"@en ,
                     "Αποφυλακισθείς"@el ,
                     "Освободен"@bg .


###  https://w3id.org/rrao#restraintOrders
:restraintOrders rdf:type owl:Class ;
                 rdfs:subClassOf :wayOfRelease ;
                 rdfs:comment "A legal order restricting an individual from certain activities or contact with others."@en ;
                 rdfs:label "Ordens de Restrição"@pt ,
                            "Restraint orders"@en ,
                            "Περιοριστικοί όροι"@el ,
                            "Ограничителни заповеди"@bg .


###  https://w3id.org/rrao#riskOfReoffending
:riskOfReoffending rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Class ;
                                         owl:oneOf ( :High
                                                     :Low
                                                     :Medium
                                                   )
                                       ] ;
                   rdfs:comment "The likelihood that an individual will reoffend or commit another crime after release."@en ;
                   rdfs:label "Reoffending Risk Assessment"@en ,
                              "Risco de reincidência criminal"@pt ,
                              "Κίνδυνος επανασυμμετοχής σε έγκλημα"@el ,
                              "Риск от повторно извършване на престъпление"@bg .


###  https://w3id.org/rrao#suspensionOfExecution
:suspensionOfExecution rdf:type owl:Class ;
                       rdfs:subClassOf :wayOfRelease ;
                       rdfs:comment "A delay or postponement of the enforcement of a legal penalty."@en ;
                       rdfs:label "Suspension of execution (Parole)"@en ,
                                  "Suspensão da execução da pena (liberdade condicional)"@pt ,
                                  "Αναστολή εκτέλεσης ποινής (Υφ’ όρον απόλυση)"@el ,
                                  "Отлагане на изпълнението (условно осъждане)"@bg .


###  https://w3id.org/rrao#termsImposedUponRelease
:termsImposedUponRelease rdf:type owl:Class ;
                         rdfs:subClassOf :wayOfRelease ;
                         rdfs:comment "Specific conditions or restrictions placed on an individual upon their release from custody."@en ;
                         rdfs:label "Condições impostas aquando da libertação"@pt ,
                                    "Terms imposed upon release"@en ,
                                    "Όροι επιβαλλόμενοι κατά την αποφυλάκιση"@el ,
                                    "Условия, наложени при освобождаването"@bg .


###  https://w3id.org/rrao#wayOfRelease
:wayOfRelease rdf:type owl:Class ;
              rdfs:subClassOf :executionOfPenalty ;
              rdfs:comment "The manner or conditions under which an individual is released from legal custody."@en ;
              rdfs:label "Forma de libertação"@pt ,
                         "Way of release"@en ,
                         "Τρόπος αποφυλάκισης"@el ,
                         "Начин на освобождаване"@bg .


###  https://w3id.org/rrao#workInPrison
:workInPrison rdf:type owl:Class ;
              rdfs:subClassOf :executionOfPenalty ;
              rdfs:comment "Employment or labor performed by prisoners while serving their sentence."@en ;
              rdfs:label "Trabalho na prisão"@pt ,
                         "Work in prison"@en ,
                         "Εργασία στη φυλακή"@el ,
                         "Работа в затвора"@bg .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/rrao#High
:High rdf:type owl:NamedIndividual ,
               :riskOfReoffending .


###  https://w3id.org/rrao#Low
:Low rdf:type owl:NamedIndividual ,
              :riskOfReoffending .


###  https://w3id.org/rrao#Medium
:Medium rdf:type owl:NamedIndividual ,
                 :riskOfReoffending .


###  https://w3id.org/rrao#accessory
:accessory rdf:type owl:NamedIndividual ,
                    :levelOfParticipation ;
           rdfs:comment "A person who contributes to the commission of a crime but is not present during the act."@en ;
           rdfs:label "Accessory"@en ,
                      "Envolvência Indireta"@pt ,
                      "Συνεργός"@el ,
                      "Помагач"@bg .


###  https://w3id.org/rrao#accomplice
:accomplice rdf:type owl:NamedIndividual ,
                     :levelOfParticipation ;
            rdfs:comment "A person who assists or aids another in committing a crime."@en ;
            rdfs:label "Accomplice"@en ,
                       "Co-Autor"@pt ,
                       "Συμμέτοχος"@el ,
                       "Съучастник"@bg .


###  https://w3id.org/rrao#court_01
:court_01 rdf:type owl:NamedIndividual ,
                   :penalCourt ;
          :locatedIn "Athens"@en ;
          rdfs:label "ΣΤ΄ Τριμελές Εφετείο Κακουργημάτων Αθήνας"@el .


###  https://w3id.org/rrao#court_2
:court_2 rdf:type owl:NamedIndividual ,
                  :penalCourt ;
         :locatedIn "Θεσσαλονίκη"@el ;
         rdfs:label "Γ' Μονομελές Πλημ/κείο Θεσ/νίκης"@el .


###  https://w3id.org/rrao#court_decision_01
:court_decision_01 rdf:type owl:NamedIndividual ,
                            :courtDecision .


###  https://w3id.org/rrao#court_decision_02
:court_decision_02 rdf:type owl:NamedIndividual ,
                            :courtDecision .


###  https://w3id.org/rrao#crime_01
:crime_01 rdf:type owl:NamedIndividual ,
                   <http://w3id.org/rrao/iccs#iccs_06> ,
                   :crime ;
          rdfs:label "ΝΑΡΚΩΤΙΚΑ"@el .


###  https://w3id.org/rrao#crime_02
:crime_02 rdf:type owl:NamedIndividual ,
                   <http://w3id.org/rrao/iccs#iccs_0502> ,
                   :crime ;
          rdfs:label "ΚΛΟΠΗ"@el .


###  https://w3id.org/rrao#debtor
:debtor rdf:type owl:NamedIndividual ,
                 :convictionStatus .


###  https://w3id.org/rrao#detained
:detained rdf:type owl:NamedIndividual ,
                   :convictionStatus .


###  https://w3id.org/rrao#felony
:felony rdf:type owl:NamedIndividual ,
                 :gravityOfCrime ;
        rdfs:comment "A serious criminal offense that typically results in more severe punishments, such as long-term imprisonment." ;
        rdfs:label "Crime grave"@pt ,
                   "Felony"@en ,
                   "Κακούργημα"@el ,
                   "Нарушение"@bg .


###  https://w3id.org/rrao#imprisoned_01
:imprisoned_01 rdf:type owl:NamedIndividual ,
                        :imprisoned ;
               :detainedAt :prison_01 ;
               :hasStatus :sentenced ;
               :sentencedTo :penalty_01 ;
               :ageGroup "25<age<35" ;
               :daysInCustody 434 ;
               :levelOfEducation "intermediate" ;
               :maritalStatus "Άγαμος(η)" ;
               :nationality "nationality49" ;
               :numberOfReleasesFromPrison 1 ;
               :reportedOccupation "Ιδιωτικός υπάλληλος" ;
               :sex "Male" .


###  https://w3id.org/rrao#imprisoned_02
:imprisoned_02 rdf:type owl:NamedIndividual ,
                        :released ;
               :detainedAt :prison_2 ;
               :hasStatus :sentenced ;
               :sentencedTo :penalty_02 ;
               :ageGroup "age<=25"@en ;
               :daysInCustody 217 ;
               :daysSinceRelease 1232 ;
               :levelOfEducation "basic"@en ;
               :maritalStatus "Άγαμος(η)"@el ;
               :nationality "nationality90" ;
               :numberOfReleasesFromPrison 2 ;
               :reportedOccupation "Ελαιοχρωματιστής, βαφέας, και ασκών συναφές επάγγελμα"@el ;
               :sex "Male"@en .


###  https://w3id.org/rrao#instigator
:instigator rdf:type owl:NamedIndividual ,
                     :levelOfParticipation ;
            rdfs:comment "A person who initiates or encourages others to commit a crime."@en ;
            rdfs:label "Instigador/autor moral"@pt ,
                       "Instigator"@en ,
                       "Ηθικός αυτουργός"@el ,
                       "Подбудител"@bg .


###  https://w3id.org/rrao#intentional
:intentional rdf:type owl:NamedIndividual ,
                      :levelOfParticipation ;
             rdfs:label "Intentional Crime"@en .


###  https://w3id.org/rrao#misdemeanour
:misdemeanour rdf:type owl:NamedIndividual ,
                       :gravityOfCrime ;
              rdfs:comment "A less serious criminal offense, often punishable by fines or short-term imprisonment." ;
              rdfs:label "Contraordenação/ Crime de menor gravidade"@pt ,
                         "Misdemeanour"@en ,
                         "Πλημμέλημα"@el ,
                         "Простъпка"@bg .


###  https://w3id.org/rrao#penalty_01
:penalty_01 rdf:type owl:NamedIndividual ,
                     :imprisonment ;
            :executedAs :penalty_execution_02 ,
                        :pentalty_executions_01 ;
            :isRelatedToCrime :crime_01 ;
            :penaltyDuration 2190 ;
            rdfs:label "Κάθειρξη"@el .


###  https://w3id.org/rrao#penalty_02
:penalty_02 rdf:type owl:NamedIndividual ,
                     :imprisonment ;
            :executedAs :penalty_execution_03 ,
                        :penalty_execution_04 ;
            :isRelatedToCrime :crime_02 ;
            :penaltyDuration 240 ;
            rdfs:label "Φυλάκιση"@el .


###  https://w3id.org/rrao#penalty_execution_02
:penalty_execution_02 rdf:type owl:NamedIndividual ,
                               :workInPrison ;
                      rdfs:label "Επισκεπτήρια"@el .


###  https://w3id.org/rrao#penalty_execution_03
:penalty_execution_03 rdf:type owl:NamedIndividual ,
                               :endOfSentence ;
                      rdfs:label "ΛΗΞΗ ΠΟΙΝΗΣ"@el .


###  https://w3id.org/rrao#penalty_execution_04
:penalty_execution_04 rdf:type owl:NamedIndividual ,
                               :workInPrison ;
                      rdfs:label "Καθαριστής"@el .


###  https://w3id.org/rrao#pentalty_executions_01
:pentalty_executions_01 rdf:type owl:NamedIndividual ,
                                 :termsImposedUponRelease ;
                        rdfs:label "Υφ' όρον απόλυση - Ν.4489/2017, αρθ.43, παρ.2 (2/5)"@el .


###  https://w3id.org/rrao#principalPerpetrator
:principalPerpetrator rdf:type owl:NamedIndividual ,
                               :levelOfParticipation ;
                      rdfs:comment "The main individual responsible for committing a criminal act"@en ;
                      rdfs:label "Autor principal."@pt ,
                                 "Principal perpetrator"@en ,
                                 "Κύριος δράστης"@el ,
                                 "Основен извършител"@bg .


###  https://w3id.org/rrao#prison_01
:prison_01 rdf:type owl:NamedIndividual ,
                    :prison ;
           rdfs:label "ΑΓΡΟΤΙΚΟ ΣΩΦΡΟΝΙΣΤΙΚΟ ΚΑΤΑΣΤΗΜΑ ΑΓΙΑΣ ΧΑΝΙΩΝ"@el .


###  https://w3id.org/rrao#prison_2
:prison_2 rdf:type owl:NamedIndividual ,
                   :prison ;
          rdfs:label "ΣΩΦΡΟΝΙΣΤΙΚΟ ΚΑΤΑΣΤΗΜΑ ΝΙΓΡΙΤΑΣ ΣΕΡΡΩΝ"@el .


###  https://w3id.org/rrao#remand
:remand rdf:type owl:NamedIndividual ,
                 :convictionStatus .


###  https://w3id.org/rrao#sentenced
:sentenced rdf:type owl:NamedIndividual ,
                    :convictionStatus .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
