@prefix : <http://w3id.org/onto4drone#> .
@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 <http://w3id.org/onto4drone#> .

<http://w3id.org/onto4drone> rdf:type owl:Ontology ;
                              owl:versionIRI <http://w3id.org/onto4drone/1.1.0> ;
                              owl:imports <http://www.datacron-project.eu/datAcron#> ;
                              <http://purl.org/dc/elements/1.1/contributor> "A. Soularidis, i-Lab, University of the Aegean" ,
                                                                            "E. Moraitou, i-Lab, University of the Aegean" ,
                                                                            "K. Kotis, i-Lab, University of the Aegean" ,
                                                                            "S. Angelis, i-Lab, University of the Aegean" ;
                              <http://purl.org/dc/terms/license> "CC0"@en ;
                              <http://purl.org/vocab/vann/preferredNamespacePrefix> "dront"@en ;
                              rdfs:comment "The aim of the ontology is to represent the knowledge related to drones' semantic trajectories (flights, missions, recordings). Reuses datAcron ontology."@en ;
                              rdfs:label "onto4drone"@en ;
                              owl:versionInfo """version 1.0.1

This version includes two extra data properties whose domain is the class DroneCarryingEquipment, three extra data properties whose domain is the class Record, one data properties whose domain is the class EntityOfInterest and two data properties whose domain is the class RegionOfInterest. Regarding the object properties two inverse object properties  (has occured event\" and \"is produced by\") and one more object property (\"has interest\") have been added.

Furthremore, axioms have been added to the classes Record, Recording Position, and Constant Recording Position.

Additionally, the class EntityOfInterest has been moved under the DUL general class Entity, while the data property \"has time\" has been removed as well.

Finally some changes/additions which have been conducted to the domains and/or ranges of the data properties hasAltittude, TimeEnd, TimeStart, and has interval date have been removed as well.

Regarding individuals, there have been added all the individuals presented in the example of the knowledge graph designed by the group (https://arrows.app/#/googledrive/ids=1f-NEXdFHa0bSXGaBI6MoCpLdOyLtFXP2)."""@en .

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

###  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/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


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


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


###  http://purl.org/dc/elements/1.1/rights
<http://purl.org/dc/elements/1.1/rights> 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/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


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


###  http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled
<http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled> rdf:type owl:AnnotationProperty .


###  http://www.datacron-project.eu/datAcron#hasGeometry
<http://www.datacron-project.eu/datAcron#hasGeometry> rdf:type owl:AnnotationProperty .


###  http://www.datacron-project.eu/datAcron#reportedMaxTemperature
<http://www.datacron-project.eu/datAcron#reportedMaxTemperature> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#minQualifiedCardinality
owl:minQualifiedCardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#hiddenLabel
<http://www.w3.org/2004/02/skos/core#hiddenLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#note
<http://www.w3.org/2004/02/skos/core#note> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


###  https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel
<https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> rdf:type owl:AnnotationProperty .


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

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


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

###  http://w3id.org/onto4drone#carriesEquipment
:carriesEquipment rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf owl:topObjectProperty ;
                  rdfs:domain :Drone ;
                  rdfs:range :DroneCarryingEquipment ;
                  rdfs:comment "Specifies the equipment carried by a drone"@en ;
                  rdfs:label "carries equipment"@en .


###  http://w3id.org/onto4drone#encloses
:encloses rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://www.datacron-project.eu/datAcron#hasPart> ;
          rdf:type owl:InverseFunctionalProperty ;
          rdfs:domain <http://www.datacron-project.eu/datAcron#Trajectory> ;
          rdfs:range <http://www.datacron-project.eu/datAcron#Segment> ;
          rdfs:comment "Specifies the trajectory that the segments is part of"@en ;
          rdfs:label "encloses"@en .


###  http://w3id.org/onto4drone#formsTrajectory
:formsTrajectory rdf:type owl:ObjectProperty ;
                 owl:inverseOf :isTrajectoryFormedBy ;
                 rdfs:domain <http://www.opengis.net/ont/sf#Flight> ;
                 rdfs:range <http://www.datacron-project.eu/datAcron#Trajectory> ;
                 rdfs:comment "Specifies the flight which forms a trajectory"@en ;
                 rdfs:label "forms trajectory"@en .


###  http://w3id.org/onto4drone#hasDroneParticipant
:hasDroneParticipant rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant> ;
                     owl:inverseOf :isDroneParticipantIn ;
                     rdfs:domain [ rdf:type owl:Class ;
                                   owl:unionOf ( :MilitaryEvent
                                                 :RecordingEvent
                                               )
                                 ] ;
                     rdfs:range :Drone ;
                     rdfs:comment "Specifies the drone that participates in an event."@en ;
                     rdfs:label "has drone participant"@en .


###  http://w3id.org/onto4drone#hasFlight
:hasFlight rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn> ;
           rdfs:domain :UAVDrone ;
           rdfs:range <http://www.opengis.net/ont/sf#Flight> ;
           rdfs:label "has flight"@en .


###  http://w3id.org/onto4drone#hasInterest
:hasInterest rdf:type owl:ObjectProperty ;
             rdfs:domain :EntityOfInterest ;
             rdfs:range <http://www.w3.org/2004/02/skos/core#Concept> ;
             rdfs:comment "Correlates an entity of interest with the type of interest that it presents."@en ;
             rdfs:label "has interest"@en .


###  http://w3id.org/onto4drone#hasOccurredEvent
:hasOccurredEvent rdf:type owl:ObjectProperty ;
                  owl:inverseOf <http://www.datacron-project.eu/datAcron#occurs> ;
                  rdfs:domain <http://www.datacron-project.eu/datAcron#TrajectoryPart> ;
                  rdfs:range <http://www.datacron-project.eu/datAcron#Event> ;
                  rdfs:label "has occurred event"@en .


###  http://w3id.org/onto4drone#hasPartDrone
:hasPartDrone rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart> ;
              owl:inverseOf :isPartOfSwarm ;
              rdfs:domain :SwarmOfDrones ;
              rdfs:range :Drone ;
              rdfs:label "has part drone"@en .


###  http://w3id.org/onto4drone#hasTrajectory
:hasTrajectory rdf:type owl:ObjectProperty ;
               owl:inverseOf :trajectoryRefersTo ;
               rdf:type owl:InverseFunctionalProperty ;
               rdfs:domain <http://www.datacron-project.eu/datAcron#MovingObject> ;
               rdfs:range <http://www.datacron-project.eu/datAcron#Trajectory> ;
               rdfs:comment "Specifies the moving object that forms the trajectory."@en ;
               rdfs:label "has trajectory"@en .


###  http://w3id.org/onto4drone#includesFlight
:includesFlight rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent> ;
                rdf:type owl:InverseFunctionalProperty ;
                rdfs:domain :Mission ;
                rdfs:range <http://www.opengis.net/ont/sf#Flight> ;
                rdfs:comment "Specifies flightes included in a misson"@en ;
                rdfs:label "includes flight"@en .


###  http://w3id.org/onto4drone#isDroneParticipantIn
:isDroneParticipantIn rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn> ;
                      rdfs:domain :Drone ;
                      rdfs:range [ rdf:type owl:Class ;
                                   owl:unionOf ( :MilitaryEvent
                                                 :RecordingEvent
                                               )
                                 ] ;
                      rdfs:label "is drone participant in"@en .


###  http://w3id.org/onto4drone#isPartOfSwarm
:isPartOfSwarm rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf> ;
               rdfs:domain :Drone ;
               rdfs:range :SwarmOfDrones ;
               rdfs:label "is part of swarm"@en .


###  http://w3id.org/onto4drone#isProducedBy
:isProducedBy rdf:type owl:ObjectProperty ;
              owl:inverseOf :produces ;
              rdfs:domain :Record ;
              rdfs:range :RecordingEvent ;
              rdfs:label "is produced by"@en .


###  http://w3id.org/onto4drone#isRecordedIn
:isRecordedIn rdf:type owl:ObjectProperty ;
              rdfs:domain :EntityOfInterest ;
              rdfs:range :Record ;
              rdfs:comment "Specifies the records an entity has been recorded in"@en ;
              rdfs:label "is recorded in"@en .


###  http://w3id.org/onto4drone#isTrajectoryFormedBy
:isTrajectoryFormedBy rdf:type owl:ObjectProperty ;
                      rdfs:domain <http://www.datacron-project.eu/datAcron#Trajectory> ;
                      rdfs:range <http://www.opengis.net/ont/sf#Flight> ;
                      rdfs:label "is trajectory formed by"@en .


###  http://w3id.org/onto4drone#isWeatherConditionOf
:isWeatherConditionOf rdf:type owl:ObjectProperty ;
                      owl:inverseOf <http://www.datacron-project.eu/datAcron#hasWeatherCondition> ;
                      rdfs:label "is weather condition of"@en .


###  http://w3id.org/onto4drone#produces
:produces rdf:type owl:ObjectProperty ,
                   owl:InverseFunctionalProperty ;
          rdfs:domain :RecordingEvent ;
          rdfs:range :Record ;
          rdfs:comment "Specifies the record produced by a recornding event"@en ;
          rdfs:label "produces"@en .


###  http://w3id.org/onto4drone#records
:records rdf:type owl:ObjectProperty ;
         rdfs:domain :RecordingEvent ;
         rdfs:range :EntityOfInterest ;
         rdfs:comment "Specifies the entity that is beeing recorded in a recording event"@en ;
         rdfs:label "records"@en .


###  http://w3id.org/onto4drone#trajectoryRefersTo
:trajectoryRefersTo rdf:type owl:ObjectProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain <http://www.datacron-project.eu/datAcron#Trajectory> ;
                    rdfs:range <http://www.datacron-project.eu/datAcron#MovingObject> ;
                    rdfs:comment "Defines the moving object that the trajectory is referring to."@en ;
                    rdfs:label "trajectory refers to"@en .


###  http://www.co-ode.org/ontologies/ont.owl#clusters
<http://www.co-ode.org/ontologies/ont.owl#clusters> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart> ;
                                                    rdfs:domain <http://www.datacron-project.eu/datAcron#TrajectoryCluster> ;
                                                    rdfs:range <http://www.datacron-project.eu/datAcron#Trajectory> ;
                                                    rdfs:comment "Defines the trajectories clusetered in a TrajectorCluster" ;
                                                    rdfs:label "clusters"@en .


###  http://www.co-ode.org/ontologies/ont.owl#originatesFrom
<http://www.co-ode.org/ontologies/ont.owl#originatesFrom> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> ;
                                                          rdfs:domain :ProcessedRecord ;
                                                          rdfs:range :Record ;
                                                          rdfs:comment "Defines the record from which a processed record originates"@en ;
                                                          rdfs:label "originates from"@en .


###  http://www.datacron-project.eu/datAcron#comprises
<http://www.datacron-project.eu/datAcron#comprises> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#hasHighPoint
<http://www.datacron-project.eu/datAcron#hasHighPoint> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#hasLowPoint
<http://www.datacron-project.eu/datAcron#hasLowPoint> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#hasPart
<http://www.datacron-project.eu/datAcron#hasPart> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#hasTemporalFeature
<http://www.datacron-project.eu/datAcron#hasTemporalFeature> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#hasWeatherCondition
<http://www.datacron-project.eu/datAcron#hasWeatherCondition> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#occurs
<http://www.datacron-project.eu/datAcron#occurs> rdf:type owl:ObjectProperty .


###  http://www.datacron-project.eu/datAcron#ofMovingObject
<http://www.datacron-project.eu/datAcron#ofMovingObject> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasConstituent> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasParticipant> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasRegion> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasTimeInterval
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasTimeInterval> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isParticipantIn> rdf:type owl:ObjectProperty .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#overlaps
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#overlaps> rdf:type owl:ObjectProperty .


###  http://www.opengis.net/ont/geosparql#hasGeometry
<http://www.opengis.net/ont/geosparql#hasGeometry> rdf:type owl:ObjectProperty .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:ObjectProperty .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:ObjectProperty .


###  http://www.w3.org/2004/02/skos/core#hasTopConcept
<http://www.w3.org/2004/02/skos/core#hasTopConcept> rdf:type owl:ObjectProperty .


###  http://www.w3.org/2004/02/skos/core#narrower
<http://www.w3.org/2004/02/skos/core#narrower> rdf:type owl:ObjectProperty .


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

###  http://w3id.org/onto4drone#hasAddress
:hasAddress rdf:type owl:DatatypeProperty ;
            rdfs:domain :Region_of_Interest ;
            rdfs:range xsd:string ;
            rdfs:label "has address"@en .


###  http://w3id.org/onto4drone#hasFormat
:hasFormat rdf:type owl:DatatypeProperty ;
           rdfs:domain :Record ;
           rdfs:range xsd:string ;
           rdfs:label "has format"@en .


###  http://w3id.org/onto4drone#hasMaker
:hasMaker rdf:type owl:DatatypeProperty ;
          rdfs:domain :DroneCarryingEquipment ;
          rdfs:range xsd:string ;
          rdfs:label "has maker"@en .


###  http://w3id.org/onto4drone#hasModel
:hasModel rdf:type owl:DatatypeProperty ;
          rdfs:domain :DroneCarryingEquipment ;
          rdfs:range xsd:string ;
          rdfs:label "has model"@en .


###  http://w3id.org/onto4drone#hasOSMType
:hasOSMType rdf:type owl:DatatypeProperty ;
            rdfs:domain :EntityOfInterest ;
            rdfs:range xsd:string ;
            rdfs:label "has OSM type"@en .


###  http://w3id.org/onto4drone#hasPlaceID
:hasPlaceID rdf:type owl:DatatypeProperty ;
            rdfs:domain :Region_of_Interest ;
            rdfs:range xsd:string ;
            rdfs:label "has place ID"@en .


###  http://w3id.org/onto4drone#hasSize
:hasSize rdf:type owl:DatatypeProperty ;
         rdfs:domain :Record ;
         rdfs:range xsd:string ;
         rdfs:label "has size"@en .


###  http://w3id.org/onto4drone#hasStoragePath
:hasStoragePath rdf:type owl:DatatypeProperty ;
                rdfs:domain :Record ;
                rdfs:range xsd:string ;
                rdfs:label "has storage path"@en .


###  http://w3id.org/onto4drone#hasVelocity
:hasVelocity rdf:type owl:DatatypeProperty ;
             rdfs:domain <http://www.datacron-project.eu/datAcron#Geometry> ;
             rdfs:range xsd:string ;
             rdfs:label "has velocity"@en .


###  http://w3id.org/onto4drone#isActivated
:isActivated rdf:type owl:DatatypeProperty ;
             rdfs:domain :Drone ;
             rdfs:range xsd:boolean ;
             rdfs:label "is activated"@en .


###  http://w3id.org/onto4drone#isPaused
:isPaused rdf:type owl:DatatypeProperty ;
          rdfs:domain :Drone ;
          rdfs:range xsd:boolean ;
          rdfs:label "is paused"@en .


###  http://www.datacron-project.eu/datAcron#TimeEnd
<http://www.datacron-project.eu/datAcron#TimeEnd> rdf:type owl:DatatypeProperty .


###  http://www.datacron-project.eu/datAcron#TimeStart
<http://www.datacron-project.eu/datAcron#TimeStart> rdf:type owl:DatatypeProperty .


###  http://www.datacron-project.eu/datAcron#hasAltitude
<http://www.datacron-project.eu/datAcron#hasAltitude> rdf:type owl:DatatypeProperty .


###  http://www.datacron-project.eu/datAcron#hasLattitude
<http://www.datacron-project.eu/datAcron#hasLattitude> rdf:type owl:DatatypeProperty ;
                                                       rdfs:range xsd:string .


###  http://www.datacron-project.eu/datAcron#hasLongitude
<http://www.datacron-project.eu/datAcron#hasLongitude> rdf:type owl:DatatypeProperty ;
                                                       rdfs:range xsd:string .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasIntervalDate
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasIntervalDate> rdf:type owl:DatatypeProperty .


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

###  http://w3id.org/onto4drone#ConstantRecordingPosition
:ConstantRecordingPosition rdf:type owl:Class ;
                           rdfs:subClassOf :RecordingPosition ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :hasOccurredEvent ;
                                             owl:someValuesFrom [ owl:intersectionOf ( :RecordingEvent
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty :produces ;
                                                                                         owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                                                                                         owl:onClass :Record
                                                                                       ]
                                                                                     ) ;
                                                                  rdf:type owl:Class
                                                                ]
                                           ] ;
                           rdfs:comment "The spatiotemporal position on which recording -constantly- occurs."@en ;
                           rdfs:label "Constant Recording Position"@en .


###  http://w3id.org/onto4drone#Drone
:Drone rdf:type owl:Class ;
       rdfs:subClassOf <http://www.datacron-project.eu/datAcron#MovingObject> ,
                       <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalObject> ;
       rdfs:comment "Any type of unmanned vehicle, aerial or marine (surface or underwater)." ;
       rdfs:label "Drone" .


###  http://w3id.org/onto4drone#DroneCarryingEquipment
:DroneCarryingEquipment rdf:type owl:Class ;
                        rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalObject> ;
                        rdfs:comment "The equipment carried by the drone for different purposes."@en ;
                        rdfs:label "Drone Carrying Equipment"@en .


###  http://w3id.org/onto4drone#DroneLaserScanner
:DroneLaserScanner rdf:type owl:Class ;
                   rdfs:subClassOf :DroneRecordingEquipment ;
                   rdfs:comment "The device used for laser scanning."@en ;
                   rdfs:label "Drone Laser Scanner"@en .


###  http://w3id.org/onto4drone#DroneMillitaryEquipment
:DroneMillitaryEquipment rdf:type owl:Class ;
                         rdfs:subClassOf :DroneCarryingEquipment ;
                         rdfs:comment "The equipment used for military purposes, carried by the drone"@en ;
                         rdfs:label "Drone Military Equipment"@en .


###  http://w3id.org/onto4drone#DronePhotographicCamera
:DronePhotographicCamera rdf:type owl:Class ;
                         rdfs:subClassOf :DroneRecordingEquipment ;
                         rdfs:comment "The device used for photography."@en ;
                         rdfs:label "Drone Photographic Camera"@en .


###  http://w3id.org/onto4drone#DroneRecordingEquipment
:DroneRecordingEquipment rdf:type owl:Class ;
                         rdfs:subClassOf :DroneCarryingEquipment ;
                         rdfs:comment "The devices used for the recording, and carried by the drone."@en ;
                         rdfs:label "Drone Recording Equipment"@en .


###  http://w3id.org/onto4drone#DroneVideoCamera
:DroneVideoCamera rdf:type owl:Class ;
                  rdfs:subClassOf :DroneRecordingEquipment ;
                  rdfs:comment "The device used for video recording."@en ;
                  rdfs:label "Drone Video Camera"@en .


###  http://w3id.org/onto4drone#EntityOfInterest
:EntityOfInterest rdf:type owl:Class ;
                  rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity> ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasInterest ;
                                    owl:someValuesFrom <http://www.w3.org/2004/02/skos/core#Concept>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isRecordedIn ;
                                    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass :Record
                                  ] ;
                  rdfs:comment "The entity of interest of any kind (object, event, living organism), that the recording activity aims to record."@en ;
                  rdfs:label "Entity of Interest"@en .


###  http://w3id.org/onto4drone#EventOfInterest
:EventOfInterest rdf:type owl:Class ;
                 rdfs:subClassOf :EntityOfInterest ,
                                 <http://www.datacron-project.eu/datAcron#Event> ;
                 rdfs:comment "The specific event that the recording activity aims to record. This event may be a natural phenomenon, the movement of an individual etc."@en ;
                 rdfs:label "Event of Interest"@en .


###  http://w3id.org/onto4drone#FlyingObject
:FlyingObject rdf:type owl:Class ;
              rdfs:subClassOf <http://www.datacron-project.eu/datAcron#MovingObject> .


###  http://w3id.org/onto4drone#Gun
:Gun rdf:type owl:Class ;
     rdfs:subClassOf :DroneMillitaryEquipment ;
     rdfs:label "Gun"@en .


###  http://w3id.org/onto4drone#GunShootingEvent
:GunShootingEvent rdf:type owl:Class ;
                  rdfs:subClassOf :MilitaryEvent ;
                  rdfs:comment "To model military-related events (of drones carrying guns)"@en ;
                  rdfs:label "GunShooting"@en .


###  http://w3id.org/onto4drone#LaserScanningEvent
:LaserScanningEvent rdf:type owl:Class ;
                    rdfs:subClassOf :RecordingEvent ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasDroneParticipant ;
                                      owl:allValuesFrom [ owl:intersectionOf ( :Drone
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty :carriesEquipment ;
                                                                                 owl:allValuesFrom :DroneLaserScanner
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ]
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :produces ;
                                      owl:allValuesFrom :PointCloud
                                    ] ;
                    rdfs:comment "A laser scanner recording event."@en ;
                    rdfs:label "Laser Scanning Event"@en .


###  http://w3id.org/onto4drone#MarineObject
:MarineObject rdf:type owl:Class ;
              rdfs:subClassOf <http://www.datacron-project.eu/datAcron#MovingObject> .


###  http://w3id.org/onto4drone#MilitaryEvent
:MilitaryEvent rdf:type owl:Class ;
               rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Event> ;
               rdfs:label "Military Event"@en .


###  http://w3id.org/onto4drone#Mission
:Mission rdf:type owl:Class ;
         rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Event> ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :includesFlight ;
                           owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                           owl:onClass <http://www.opengis.net/ont/sf#Flight>
                         ] ;
         rdfs:comment "The mission of the drone flight. It may comprise more than one flight."@en ;
         rdfs:label "Mission"@en .


###  http://w3id.org/onto4drone#ObjectOfInterest
:ObjectOfInterest rdf:type owl:Class ;
                  rdfs:subClassOf :EntityOfInterest ,
                                  <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object> ;
                  rdfs:comment "The specific physical object that the recording activity aims to record. The object of interest may be a tree, a monument, a person etc."@en ;
                  rdfs:label "Object of Interest"@en .


###  http://w3id.org/onto4drone#PanoramicPhotograph
:PanoramicPhotograph rdf:type owl:Class ;
                     rdfs:subClassOf :Photograph ;
                     rdfs:comment "A photograph that captures horizontally elongated fields of view."@en ;
                     rdfs:label "Panoramic Photograph"@en .


###  http://w3id.org/onto4drone#PanoramicShootingEvent
:PanoramicShootingEvent rdf:type owl:Class ;
                        rdfs:subClassOf :PhotoShootingEvent ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty :produces ;
                                          owl:allValuesFrom :PanoramicPhotograph
                                        ] ;
                        rdfs:comment "A photographic camera recording event which results in panoramic photos."@en ;
                        rdfs:label "Panoramic Shooting Event"@en .


###  http://w3id.org/onto4drone#PhotoShootingEvent
:PhotoShootingEvent rdf:type owl:Class ;
                    rdfs:subClassOf :RecordingEvent ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasDroneParticipant ;
                                      owl:allValuesFrom [ owl:intersectionOf ( :Drone
                                                                               [ rdf:type owl:Restriction ;
                                                                                 owl:onProperty :carriesEquipment ;
                                                                                 owl:allValuesFrom :DronePhotographicCamera
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ]
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :produces ;
                                      owl:allValuesFrom :Photograph
                                    ] ;
                    rdfs:comment "A photographic camera recording event."@en ;
                    rdfs:label "Photo Shooting Event"@en .


###  http://w3id.org/onto4drone#Photograph
:Photograph rdf:type owl:Class ;
            rdfs:subClassOf :Record ;
            rdfs:comment "A picture made using a photographic camera."@en ;
            rdfs:label "Photograph"@en .


###  http://w3id.org/onto4drone#PointCloud
:PointCloud rdf:type owl:Class ;
            rdfs:subClassOf :Record ;
            rdfs:comment "A set of data points in space which represent a 3D shape or object captured by a laser scanner."@en ;
            rdfs:label "Point Cloud"@en .


###  http://w3id.org/onto4drone#PointOfInterest
:PointOfInterest rdf:type owl:Class ;
                 rdfs:subClassOf :EntityOfInterest ,
                                 <http://www.datacron-project.eu/datAcron#Point> ;
                 rdfs:comment "The specific spatial point that the recording activity aims to record. The point of interest may be literally one geometric point or an central point of a wider entity of interest."@en ;
                 rdfs:label "Point of Interest"@en .


###  http://w3id.org/onto4drone#ProcessedRecord
:ProcessedRecord rdf:type owl:Class ;
                 rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Document> ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty <http://www.co-ode.org/ontologies/ont.owl#originatesFrom> ;
                                   owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                   owl:onClass :Record
                                 ] ;
                 rdfs:comment "A record which has been processed by experts using specialised software."@en ;
                 rdfs:label "Processed Record"@en .


###  http://w3id.org/onto4drone#Record
:Record rdf:type owl:Class ;
        rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Document> ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isProducedBy ;
                          owl:someValuesFrom :RecordingEvent
                        ] ;
        rdfs:comment "The result of the recording process."@en ;
        rdfs:label "Record"@en .


###  http://w3id.org/onto4drone#RecordingEvent
:RecordingEvent rdf:type owl:Class ;
                rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Event> ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <http://www.datacron-project.eu/datAcron#occurs> ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :RecordingPosition
                                                                     :RecordingSegment
                                                                   )
                                                     ]
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :produces ;
                                  owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :Record
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :records ;
                                  owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass :EntityOfInterest
                                ] ;
                rdfs:comment "The aerial recording (process) of a region of interest, a movable or immovable object of interest, a moving or still object of interest, an event of interest."@en ;
                rdfs:label "Recording Event"@en .


###  http://w3id.org/onto4drone#RecordingPosition
:RecordingPosition rdf:type owl:Class ;
                   rdfs:subClassOf <http://www.datacron-project.eu/datAcron#TrajectoryPart> ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :hasOccurredEvent ;
                                     owl:someValuesFrom :RecordingEvent
                                   ] ;
                   rdfs:comment "The spatiotemporal position on which recording -instantly- occurs."@en ;
                   rdfs:label "Recording Position"@en .


###  http://w3id.org/onto4drone#RecordingSegment
:RecordingSegment rdf:type owl:Class ;
                  rdfs:subClassOf <http://www.datacron-project.eu/datAcron#Segment> ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasOccurredEvent ;
                                    owl:someValuesFrom :RecordingEvent
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <http://www.datacron-project.eu/datAcron#comprises> ;
                                    owl:someValuesFrom :RecordingPosition
                                  ] ;
                  rdfs:comment "The process of recording which takes place in certain spatiotemporal positions regarding the trajectory of the flying drone." ;
                  rdfs:label "Recording Segment"@en .


###  http://w3id.org/onto4drone#Region_of_Interest
:Region_of_Interest rdf:type owl:Class ;
                    rdfs:subClassOf :EntityOfInterest ,
                                    <http://www.datacron-project.eu/datAcron#Region> ;
                    rdfs:comment "The specific region that the recording activity aims to record. The region of interest may be a forest, an archaeological space, a town etc."@en ;
                    rdfs:label "Region of Interest"@en .


###  http://w3id.org/onto4drone#SearchAndRescue
:SearchAndRescue rdf:type owl:Class ;
                 rdfs:subClassOf :MilitaryEvent ;
                 rdfs:label "Search and Rescue"@en .


###  http://w3id.org/onto4drone#Swarm
:Swarm rdf:type owl:Class ;
       rdfs:subClassOf <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Abstract> ;
       rdfs:comment "A group of flying entities which aggregate together and move en masse in the same direction, while they may have the same or close departure and starting point. Perhaps the flying entities have a common or similar mission."@en ;
       rdfs:label "Swarm"@en .


###  http://w3id.org/onto4drone#SwarmOfDrones
:SwarmOfDrones rdf:type owl:Class ;
               rdfs:subClassOf :Swarm ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :hasPartDrone ;
                                 owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                                 owl:onClass :Drone
                               ] ;
               rdfs:comment "A set of drones flying in formation and collaboration to accomplish a mission"@en ;
               rdfs:label "Swarm of drones"@en .


###  http://w3id.org/onto4drone#UAVDrone
:UAVDrone rdf:type owl:Class ;
          rdfs:subClassOf :Drone ,
                          :FlyingObject ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :carriesEquipment ;
                            owl:someValuesFrom :DroneCarryingEquipment
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasFlight ;
                            owl:someValuesFrom <http://www.opengis.net/ont/sf#Flight>
                          ] ;
          rdfs:comment "An aircraft without any human pilot, crew or passengers on board. The flight of the drone can be operated either remotely by a human or by a software."@en ;
          rdfs:isDefinedBy "https://en.wikipedia.org/wiki/Unmanned_aerial_vehicle"@en ;
          rdfs:label "UAV drone"@en .


###  http://w3id.org/onto4drone#UMVDrone
:UMVDrone rdf:type owl:Class ;
          rdfs:subClassOf :Drone ,
                          :MarineObject ;
          rdfs:comment "A marine vehicle without any human pilot, crew or passengers on board. The trip of the drone can be operated either remotely by a human or by a software." ;
          rdfs:label "UMV drone" .


###  http://w3id.org/onto4drone#Video
:Video rdf:type owl:Class ;
       rdfs:subClassOf :Record ;
       rdfs:comment "A record of moving visual images captured by a video camera."@en ;
       rdfs:label "Video"@en .


###  http://w3id.org/onto4drone#VideoRecordingEvent
:VideoRecordingEvent rdf:type owl:Class ;
                     rdfs:subClassOf :RecordingEvent ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :hasDroneParticipant ;
                                       owl:allValuesFrom [ owl:intersectionOf ( :Drone
                                                                                [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty :carriesEquipment ;
                                                                                  owl:allValuesFrom :DroneVideoCamera
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ]
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :produces ;
                                       owl:allValuesFrom :Video
                                     ] ;
                     rdfs:comment "A video camera recording event."@en ;
                     rdfs:label "Video Recording Event"@en .


###  http://www.datacron-project.eu/datAcron#ActualTrajectory
<http://www.datacron-project.eu/datAcron#ActualTrajectory> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Aircraft
<http://www.datacron-project.eu/datAcron#Aircraft> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Document
<http://www.datacron-project.eu/datAcron#Document> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Event
<http://www.datacron-project.eu/datAcron#Event> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Geometry
<http://www.datacron-project.eu/datAcron#Geometry> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Instant
<http://www.datacron-project.eu/datAcron#Instant> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#MovingObject
<http://www.datacron-project.eu/datAcron#MovingObject> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Period
<http://www.datacron-project.eu/datAcron#Period> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Point
<http://www.datacron-project.eu/datAcron#Point> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#RawPosition
<http://www.datacron-project.eu/datAcron#RawPosition> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Region
<http://www.datacron-project.eu/datAcron#Region> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Segment
<http://www.datacron-project.eu/datAcron#Segment> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Time
<http://www.datacron-project.eu/datAcron#Time> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#Trajectory
<http://www.datacron-project.eu/datAcron#Trajectory> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#TrajectoryCluster
<http://www.datacron-project.eu/datAcron#TrajectoryCluster> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#TrajectoryPart
<http://www.datacron-project.eu/datAcron#TrajectoryPart> rdf:type owl:Class .


###  http://www.datacron-project.eu/datAcron#WeatherCondition
<http://www.datacron-project.eu/datAcron#WeatherCondition> rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Abstract
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Abstract> rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Entity> rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object> rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalArtifact
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalArtifact> rdf:type owl:Class .


###  http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalObject
<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#PhysicalObject> rdf:type owl:Class .


###  http://www.opengis.net/ont/sf#Flight
<http://www.opengis.net/ont/sf#Flight> rdf:type owl:Class .


###  http://www.opengis.net/ont/sf#Geometry
<http://www.opengis.net/ont/sf#Geometry> rdf:type owl:Class .


###  http://www.opengis.net/ont/sf#Point
<http://www.opengis.net/ont/sf#Point> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class .


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

###  http://eurovoc.europa.eu/1367
<http://eurovoc.europa.eu/1367> rdf:type owl:NamedIndividual ;
                                rdfs:label "βιομηχανία των πληροφοριών"@el .


###  http://eurovoc.europa.eu/140
<http://eurovoc.europa.eu/140> rdf:type owl:NamedIndividual ;
                               rdfs:label "κατανάλωση τροφίμων"@el .


###  http://eurovoc.europa.eu/1528
<http://eurovoc.europa.eu/1528> rdf:type owl:NamedIndividual ;
                                rdfs:label "νέος"@el .


###  http://eurovoc.europa.eu/160
<http://eurovoc.europa.eu/160> rdf:type owl:NamedIndividual ;
                               rdfs:label "ενήλικος"@el .


###  http://eurovoc.europa.eu/1923
<http://eurovoc.europa.eu/1923> rdf:type owl:NamedIndividual ;
                                rdfs:label "αγροτική μετανάστευση"@el .


###  http://eurovoc.europa.eu/2125
<http://eurovoc.europa.eu/2125> rdf:type owl:NamedIndividual ;
                                rdfs:label "συσκευή εγγραφής"@el .


###  http://eurovoc.europa.eu/2484
<http://eurovoc.europa.eu/2484> rdf:type owl:NamedIndividual ;
                                rdfs:label "δημογραφική πολιτική"@el .


###  http://eurovoc.europa.eu/2594
<http://eurovoc.europa.eu/2594> rdf:type owl:NamedIndividual ;
                                rdfs:label "Παιδιά βρεφικής και νηπιακής ηλικίας"@el .


###  http://eurovoc.europa.eu/2908
<http://eurovoc.europa.eu/2908> rdf:type owl:NamedIndividual ;
                                rdfs:label "απογραφή του πληθυσμού"@el .


###  http://eurovoc.europa.eu/2986
<http://eurovoc.europa.eu/2986> rdf:type owl:NamedIndividual ;
                                rdfs:label "πρόσφυγας"@el .


###  http://eurovoc.europa.eu/3318
<http://eurovoc.europa.eu/3318> rdf:type owl:NamedIndividual ;
                                rdfs:label "πληθυσμιακή δυναμική"@el .


###  http://eurovoc.europa.eu/3544
<http://eurovoc.europa.eu/3544> rdf:type owl:NamedIndividual ;
                                rdfs:label "αλιευτικοί πόροι"@el .


###  http://eurovoc.europa.eu/385
<http://eurovoc.europa.eu/385> rdf:type owl:NamedIndividual ;
                               rdfs:label "δημογραφία"@el .


###  http://eurovoc.europa.eu/389
<http://eurovoc.europa.eu/389> rdf:type owl:NamedIndividual ;
                               rdfs:label "πυκνότητα του πληθυσμού"@el .


###  http://eurovoc.europa.eu/465
<http://eurovoc.europa.eu/465> rdf:type owl:NamedIndividual ;
                               rdfs:label "επισιτιστικοί πόροι"@el .


###  http://eurovoc.europa.eu/756
<http://eurovoc.europa.eu/756> rdf:type owl:NamedIndividual ;
                               rdfs:label "ηλιακή ενέργεια"@el .


###  http://id.loc.gov/authorities/genreForms/gf2011026311
<http://id.loc.gov/authorities/genreForms/gf2011026311> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historical films"@en .


###  http://id.loc.gov/authorities/subjects/sh85007638
<http://id.loc.gov/authorities/subjects/sh85007638> rdf:type owl:NamedIndividual ;
                                                    rdfs:label "Art, Egyptian"@en .


###  http://semantics.gr/authorities/ekt-unesco/1003056170
<http://semantics.gr/authorities/ekt-unesco/1003056170> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/136488168> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2963> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Art imitations"@en ,
                                                                                                        "Απομιμήσεις τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1003178166
<http://semantics.gr/authorities/ekt-unesco/1003178166> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1079854575> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6251> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Racial conflicts"@en ,
                                                                                                       "Racial tensions"@en ,
                                                                                                       "Racial violence"@en ,
                                                                                                       "Tribal conflicts"@en ,
                                                                                                       "Tribalism"@en ,
                                                                                                       "Εθνοτικές εντάσεις"@el ,
                                                                                                       "Εθνοτική βία"@el ,
                                                                                                       "Συγκρούσεις μεταξύ εθνοτήτων"@el ,
                                                                                                       "Φυλετικές συγκρούσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnic conflicts"@en ,
                                                                                                        "Εθνοτικές συγκρούσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1003994483
<http://semantics.gr/authorities/ekt-unesco/1003994483> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept340> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1165362042> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1545564821> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2044335023> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/522687691> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Architecture"@en ,
                                                                                                        "Αρχιτεκτονική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1004496340
<http://semantics.gr/authorities/ekt-unesco/1004496340> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732012802> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept581> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic conditions"@en ,
                                                                                                        "Οικονομικές συνθήκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1004579263
<http://semantics.gr/authorities/ekt-unesco/1004579263> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1659209185> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5222> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1030542233> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientists"@en ,
                                                                                                        "Επιστήμονες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1006298351
<http://semantics.gr/authorities/ekt-unesco/1006298351> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1712841397> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6019> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/123271947> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/873968712> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Computer communications"@en ,
                                                                                                       "Data networks"@en ,
                                                                                                       "Electronic networking"@en ,
                                                                                                       "Δίκτυα δεδομένων"@el ,
                                                                                                       "Επικοινωνίες ηλεκτρονικών υπολογιστών"@el ,
                                                                                                       "Ηλεκτρονική δικτύωση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer networks"@en ,
                                                                                                        "Δίκτυα υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1007885543
<http://semantics.gr/authorities/ekt-unesco/1007885543> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.20> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1396879424> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2015727313> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.20" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social problems"@en ,
                                                                                                        "Κοινωνικά προβλήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1008523664
<http://semantics.gr/authorities/ekt-unesco/1008523664> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/233115720> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1226> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Acoustic equipment"@en ,
                                                                                                        "Ακουστικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1008891995
<http://semantics.gr/authorities/ekt-unesco/1008891995> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.40> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1488858328> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.40" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Curriculum"@en ,
                                                                                                        "Διδακτέα ύλη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1013617695
<http://semantics.gr/authorities/ekt-unesco/1013617695> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1373785288> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6161> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban design"@en ,
                                                                                                        "Αστικός σχεδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1013755686
<http://semantics.gr/authorities/ekt-unesco/1013755686> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1357300460> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5228> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Film industry"@en ,
                                                                                                        "Βιομηχανία κινηματογράφου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1014090635
<http://semantics.gr/authorities/ekt-unesco/1014090635> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1042158431> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4344> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Television studios"@en ,
                                                                                                       "Στούντιο τηλεόρασης"@el ,
                                                                                                       "Τηλεοπτικά στούντιο"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Television stations"@en ,
                                                                                                        "Τηλεοπτικοί σταθμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1014092126
<http://semantics.gr/authorities/ekt-unesco/1014092126> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept539> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1178846282> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1883400588> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2000807750> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Telecommunications equipment"@en ,
                                                                                                        "Τηλεπικοινωνιακός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1016588728
<http://semantics.gr/authorities/ekt-unesco/1016588728> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2405> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Κατοικίδια ζώα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Domestic animals"@en ,
                                                                                                        "Οικόσιτα ζώα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1018144808
<http://semantics.gr/authorities/ekt-unesco/1018144808> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1150979609> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept326> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1027308992> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1242823162> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Authors"@en ,
                                                                                                        "Δημιουργοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1020481892
<http://semantics.gr/authorities/ekt-unesco/1020481892> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1921043218> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5188> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious reform"@en ,
                                                                                                        "Θρησκευτική μεταρρύθμιση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1021005212
<http://semantics.gr/authorities/ekt-unesco/1021005212> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept301> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1522262796> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1870438223> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/490021275> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/596281255> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/887735459> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Historical periods"@en ,
                                                                                                        "Ιστορικές περίοδοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1023209837
<http://semantics.gr/authorities/ekt-unesco/1023209837> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28003338> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14200> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ballistic missiles"@en ,
                                                                                                       "Βαλλιστικά βλήματα"@el ,
                                                                                                       "Βαλλιστικοί πύραυλοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Missiles"@en ,
                                                                                                        "Πύραυλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1023387477
<http://semantics.gr/authorities/ekt-unesco/1023387477> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1561991113> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3168> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Humanitarian action"@en ,
                                                                                                       "Humanitarian aid"@en ,
                                                                                                       "Ανθρωπιστική δράση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Humanitarian assistance"@en ,
                                                                                                        "Ανθρωπιστική βοήθεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1023794105
<http://semantics.gr/authorities/ekt-unesco/1023794105> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept443> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1704807401> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/885985068> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/890243893> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Recreational open spaces"@en ,
                                                                                                       "Ανοιχτοί χώροι αναψυχής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Open spaces"@en ,
                                                                                                        "Ανοιχτοί χώροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1024429029
<http://semantics.gr/authorities/ekt-unesco/1024429029> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2461> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Insects"@en ,
                                                                                                        "Έντομα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1024662637
<http://semantics.gr/authorities/ekt-unesco/1024662637> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept343> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1334569992> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1805955473> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/382022247> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Graphic arts"@en ,
                                                                                                        "Γραφικές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1027308992
<http://semantics.gr/authorities/ekt-unesco/1027308992> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1018144808> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3384> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1029039930> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/77289253> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Writers"@en ,
                                                                                                        "Συγγραφείς"@el .


###  http://semantics.gr/authorities/ekt-unesco/1028130965
<http://semantics.gr/authorities/ekt-unesco/1028130965> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6844> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Torture"@en ,
                                                                                                        "Βασανιστήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1029039930
<http://semantics.gr/authorities/ekt-unesco/1029039930> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1027308992> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8408> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Playwrights"@en ,
                                                                                                        "Δραματουργοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1029593688
<http://semantics.gr/authorities/ekt-unesco/1029593688> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/86728> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11680> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "World war"@en ,
                                                                                                        "Παγκόσμιος πόλεμος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1030032358
<http://semantics.gr/authorities/ekt-unesco/1030032358> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/105515091> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept634> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1154139582> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Agricultural products"@en ,
                                                                                                        "Αγροτικά προϊόντα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1030542233
<http://semantics.gr/authorities/ekt-unesco/1030542233> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1004579263> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9779> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Engineers"@en ,
                                                                                                        "Μηχανικoί"@el .


###  http://semantics.gr/authorities/ekt-unesco/103077433
<http://semantics.gr/authorities/ekt-unesco/103077433> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/848850744> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept414> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/684766735> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social services"@en ,
                                                                                                       "Κοινωνικές υπηρεσίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1031462691
<http://semantics.gr/authorities/ekt-unesco/1031462691> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/751973306> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10862> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2103900338> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fiscal policy"@en ,
                                                                                                        "Φορολογική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1032802733
<http://semantics.gr/authorities/ekt-unesco/1032802733> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7126> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nationalism"@en ,
                                                                                                        "Εθνικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1041090318
<http://semantics.gr/authorities/ekt-unesco/1041090318> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept211> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1043879750> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/163993282> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1820596812> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1913591392> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/368497755> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/747718767> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/94768465> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ecosystems"@en ,
                                                                                                        "Οικοσυστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1042158431
<http://semantics.gr/authorities/ekt-unesco/1042158431> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept479> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1014090635> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/21219909> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Broadcasting corporations"@en ,
                                                                                                       "Broadcasting organizations"@en ,
                                                                                                       "TV/radio industry"@en ,
                                                                                                       "Ραδιοτηλεοπτικοί οργανισμοί"@el ,
                                                                                                       "Ραδιοτηλοπτικές εταιρείες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Broadcasting industry"@en ,
                                                                                                        "Ραδιοτηλεοπτική βιομηχανία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1043808910
<http://semantics.gr/authorities/ekt-unesco/1043808910> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1072571173> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5374> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Lower class"@en ,
                                                                                                       "Proletariat"@en ,
                                                                                                       "Εργατιά"@el ,
                                                                                                       "Κατώτερη τάξη"@el ,
                                                                                                       "Προλεταριάτο"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Working class"@en ,
                                                                                                        "Εργατική τάξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1043879750
<http://semantics.gr/authorities/ekt-unesco/1043879750> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4266> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant ecology"@en ,
                                                                                                        "Οικολογία φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1045598200
<http://semantics.gr/authorities/ekt-unesco/1045598200> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1783833362> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2908> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept4830> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population censuses"@en ,
                                                                                                        "Απογραφές πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1047089838
<http://semantics.gr/authorities/ekt-unesco/1047089838> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept567> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/111864652> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1315296792> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1328869238> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1454545992> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/192388634> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1984593793> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2528715> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/426102079> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/966217885> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political movements"@en ,
                                                                                                        "Πολιτικά κινήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1047456906
<http://semantics.gr/authorities/ekt-unesco/1047456906> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6477> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pop music"@en ,
                                                                                                        "Μουσική ποπ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1048007368
<http://semantics.gr/authorities/ekt-unesco/1048007368> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1664988514> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7879> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional planning"@en ,
                                                                                                        "Περιφερειακός προγραμματισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1050738359
<http://semantics.gr/authorities/ekt-unesco/1050738359> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1791121093> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept575> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1117802002> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1937489735> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/204898314> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2052028937> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/261825069> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/381658295> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/77224544> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International relations"@en ,
                                                                                                        "Διεθνείς σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1051275358
<http://semantics.gr/authorities/ekt-unesco/1051275358> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2535> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Xenophobia"@en ,
                                                                                                        "Ξενοφοβία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1053656863
<http://semantics.gr/authorities/ekt-unesco/1053656863> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7980> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/420541072> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/701856134> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Totalitarianism"@en ,
                                                                                                        "Ολοκληρωτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1054213370
<http://semantics.gr/authorities/ekt-unesco/1054213370> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept442> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Land use"@en ,
                                                                                                        "Χρήση γης"@el .


###  http://semantics.gr/authorities/ekt-unesco/105515091
<http://semantics.gr/authorities/ekt-unesco/105515091> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.55> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1030032358> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/152605345> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1683429293> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2031350917> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/938367010> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.55" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Materials and products"@en ,
                                                                                                       "Υλικά και προϊόντα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1056759742
<http://semantics.gr/authorities/ekt-unesco/1056759742> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept229> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/215652658> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Anthropology"@en ,
                                                                                                        "Ανθρωπολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1057142573
<http://semantics.gr/authorities/ekt-unesco/1057142573> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1791121093> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept574> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1561991113> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1725870958> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Geopolitics"@en ,
                                                                                                       "International affairs"@en ,
                                                                                                       "World politics"@en ,
                                                                                                       "Γεωπολιτική"@el ,
                                                                                                       "Παγκόσμια πολιτική"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International politics"@en ,
                                                                                                        "Διεθνής πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1057926131
<http://semantics.gr/authorities/ekt-unesco/1057926131> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept342> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1174652428> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/990625508> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fine arts"@en ,
                                                                                                        "Καλές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1058960189
<http://semantics.gr/authorities/ekt-unesco/1058960189> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6460> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary culture"@en ,
                                                                                                        "Σύγχρονος πολιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1061639447
<http://semantics.gr/authorities/ekt-unesco/1061639447> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2532> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1334653849> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/162397232> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/371973746> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Discrimination"@en ,
                                                                                                        "Διακρίσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1061837696
<http://semantics.gr/authorities/ekt-unesco/1061837696> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4850> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1576322850> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2001205444> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2103914590> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/630745811> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Σταθμοί ηλεκτροπαραγωγής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Electric power stations"@en ,
                                                                                                        "Σταθμοί παραγωγής ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1064566917
<http://semantics.gr/authorities/ekt-unesco/1064566917> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.50> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/750084940> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.50" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydrology"@en ,
                                                                                                        "Υδρολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/106577070
<http://semantics.gr/authorities/ekt-unesco/106577070> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1557599901> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept227> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/850366629> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Physiology"@en ,
                                                                                                       "Φυσιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/106800510
<http://semantics.gr/authorities/ekt-unesco/106800510> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/92861273> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11241> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Gas resources"@en ,
                                                                                                       "Πόροι αερίων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1070052178
<http://semantics.gr/authorities/ekt-unesco/1070052178> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1598133859> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3321> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Broadcasting content"@en ,
                                                                                                       "Content analysis"@en ,
                                                                                                       "Media content"@en ,
                                                                                                       "Περιεχόμενο μέσων"@el ,
                                                                                                       "Περιεχόμενο μετάδοσης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Programme content"@en ,
                                                                                                        "Περιεχόμενο προγράμματος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1070810041
<http://semantics.gr/authorities/ekt-unesco/1070810041> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/163993282> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2385> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal behaviour"@en ,
                                                                                                        "Συμπεριφορά ζώων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1072355817
<http://semantics.gr/authorities/ekt-unesco/1072355817> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6465> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμός της μάζας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mass culture"@en ,
                                                                                                        "Μαζικός πολιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1072571173
<http://semantics.gr/authorities/ekt-unesco/1072571173> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1251014061> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5376> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1043808910> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1480808627> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/190890918> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2033700020> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social groups"@en ,
                                                                                                       "Κοινωνικές Ομάδες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social class"@en ,
                                                                                                        "Κοινωνική τάξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1072898892
<http://semantics.gr/authorities/ekt-unesco/1072898892> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept375> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Criminology"@en ,
                                                                                                        "Εγκληματολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/107699434
<http://semantics.gr/authorities/ekt-unesco/107699434> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1440350439> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept206> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2058515372> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Disasters"@en ,
                                                                                                       "Καταστροφές"@el .


###  http://semantics.gr/authorities/ekt-unesco/107719265
<http://semantics.gr/authorities/ekt-unesco/107719265> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.05> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.05" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific approach"@en ,
                                                                                                       "Επιστημονική προσέγγιση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1077220062
<http://semantics.gr/authorities/ekt-unesco/1077220062> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2141373940> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8046> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/58795719> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Group size"@en ,
                                                                                                        "Μέγεθος ομάδας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1078420980
<http://semantics.gr/authorities/ekt-unesco/1078420980> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1101681099> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14050> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1158555691> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1630456997> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2042170443> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/280495506> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/45806253> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/980688189> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Printing processes"@en ,
                                                                                                       "Διαδικασίες εκτύπωσης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Printing methods"@en ,
                                                                                                        "Τεχνικές εκτύπωσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1079550722
<http://semantics.gr/authorities/ekt-unesco/1079550722> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://id.loc.gov/authorities/subjects/sh85007638> ,
                                                                                                         <http://semantics.gr/authorities/general-terms-ekt/1756> ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "το πρόσθεσα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Egyptian art"@en ,
                                                                                                        "Αιγυπτιακή τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1079854575
<http://semantics.gr/authorities/ekt-unesco/1079854575> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1654325156> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept419> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1003178166> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Race relations"@en ,
                                                                                                       "Σχέσεις μεταξύ εθνοτήτων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Interethnic relations"@en ,
                                                                                                        "Διεθνικές σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1081398952
<http://semantics.gr/authorities/ekt-unesco/1081398952> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6464> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary theatre"@en ,
                                                                                                        "Σύγχρονο θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1082835428
<http://semantics.gr/authorities/ekt-unesco/1082835428> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14598> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1973796310> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Κοινωνικά πρότυπα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social norms"@en ,
                                                                                                        "Κοινωνικοί κανόνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1085397968
<http://semantics.gr/authorities/ekt-unesco/1085397968> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/766381553> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2877> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1519774478> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/870510490> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Civil defence"@en ,
                                                                                                       "Military defence"@en ,
                                                                                                       "Πολιτική άμυνα"@el ,
                                                                                                       "Στρατιωτική άμυνα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Defence"@en ,
                                                                                                        "Άμυνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/108570301
<http://semantics.gr/authorities/ekt-unesco/108570301> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.25> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.25" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Chemical sciences"@en ,
                                                                                                       "Επιστήμες της Χημείας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1086283936
<http://semantics.gr/authorities/ekt-unesco/1086283936> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1683429293> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Τούβλα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Bricks"@en ,
                                                                                                        "Πλίνθοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1087352633
<http://semantics.gr/authorities/ekt-unesco/1087352633> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain5> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1553481988> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1635403135> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1693897658> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1973886027> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/206652170> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2098409919> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/319530162> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/462727539> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information and communication"@en ,
                                                                                                        "Πληροφορία και επικοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1088294583
<http://semantics.gr/authorities/ekt-unesco/1088294583> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1678891932> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4721> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Caravans"@en ,
                                                                                                       "Τροχόσπιτα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mobile homes"@en ,
                                                                                                        "Κινητά σπίτια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1088429467
<http://semantics.gr/authorities/ekt-unesco/1088429467> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/92167151> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3707> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious belief"@en ,
                                                                                                        "Θρησκευτική πίστη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1089542618
<http://semantics.gr/authorities/ekt-unesco/1089542618> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081621694> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2334> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1152536541> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1422919931> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1889841292> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2118124722> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/289988807> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/40446149> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/505860323> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/783567304> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/880199425> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/902051548> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient religions"@en ,
                                                                                                        "Αρχαίες θρησκείες"@el .


###  http://semantics.gr/authorities/ekt-unesco/108980806
<http://semantics.gr/authorities/ekt-unesco/108980806> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8773> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Φεουδαλισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Feudalism"@en ,
                                                                                                       "Φεουδαρχία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1089996793
<http://semantics.gr/authorities/ekt-unesco/1089996793> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1117320789> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4170> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pumps"@en ,
                                                                                                        "Αντλίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1096170093
<http://semantics.gr/authorities/ekt-unesco/1096170093> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1099188748> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5731> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political communication"@en ,
                                                                                                        "Πολιτική επικοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1096326172
<http://semantics.gr/authorities/ekt-unesco/1096326172> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept288> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1449117371> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1585417517> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/820233274> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mysticism"@en ,
                                                                                                        "Μυστικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1097044166
<http://semantics.gr/authorities/ekt-unesco/1097044166> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10854> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Philosophy of history"@en ,
                                                                                                        "Φιλοσοφία της ιστορίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1097075635
<http://semantics.gr/authorities/ekt-unesco/1097075635> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5610> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/565223689> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/621509446> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Colonies"@en ,
                                                                                                       "Αποικίες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Colonial countries"@en ,
                                                                                                        "Αποικιακές χώρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/109730340
<http://semantics.gr/authorities/ekt-unesco/109730340> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1642050347> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5244> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Integrated circuits"@en ,
                                                                                                       "Ολοκληρωμένα κυκλώματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1098826777
<http://semantics.gr/authorities/ekt-unesco/1098826777> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3574> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Suburbs"@en ,
                                                                                                        "Προάστια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1099188748
<http://semantics.gr/authorities/ekt-unesco/1099188748> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept569> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1096170093> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1577397437> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/314768431> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/786571535> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political sociology"@en ,
                                                                                                        "Πολιτική κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1101681099
<http://semantics.gr/authorities/ekt-unesco/1101681099> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept525> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Typography"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Printing"@en ,
                                                                                                        "Τυπογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1102937967
<http://semantics.gr/authorities/ekt-unesco/1102937967> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1362529969> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1795> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural planning"@en ,
                                                                                                        "Αγροτικός σχεδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1104413824
<http://semantics.gr/authorities/ekt-unesco/1104413824> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/785715038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept243> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pharmacology"@en ,
                                                                                                        "Φαρμακολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1104530856
<http://semantics.gr/authorities/ekt-unesco/1104530856> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526104100> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7142> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural values"@en ,
                                                                                                        "Πολιτιστικές αξίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1106797478
<http://semantics.gr/authorities/ekt-unesco/1106797478> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1676724498> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11570> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2071782696> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political leadership"@en ,
                                                                                                        "Πολιτική ηγεσία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1107115471
<http://semantics.gr/authorities/ekt-unesco/1107115471> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2093313645> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3403> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial robots"@en ,
                                                                                                        "Βιομηχανικά ρομπότ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1107803292
<http://semantics.gr/authorities/ekt-unesco/1107803292> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/896152648> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3890> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Bicycles"@en ,
                                                                                                        "Ποδήλατα"@el .


###  http://semantics.gr/authorities/ekt-unesco/110812489
<http://semantics.gr/authorities/ekt-unesco/110812489> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/419048587> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5098> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Childrens films"@en ,
                                                                                                       "Ταινίες για παιδιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1108734612
<http://semantics.gr/authorities/ekt-unesco/1108734612> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1291843090> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8136> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Συμμετοχή της νεολαίας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth participation"@en ,
                                                                                                        "Συμμετοχή των νέων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1108782792
<http://semantics.gr/authorities/ekt-unesco/1108782792> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2527> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeological objects"@en ,
                                                                                                        "Αρχαιολογικά αντικείμενα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1109830601
<http://semantics.gr/authorities/ekt-unesco/1109830601> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/224563169> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7071> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ιεροί τόποι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sacred sites"@en ,
                                                                                                        "Ιεροί χώροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1110777228
<http://semantics.gr/authorities/ekt-unesco/1110777228> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2689> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeological sociology"@en ,
                                                                                                        "Αρχαιολογική κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1113731165
<http://semantics.gr/authorities/ekt-unesco/1113731165> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/255789568> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept396> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1341167838> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1662273042> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1735361836> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/65005407> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/819685307> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Changing society"@en ,
                                                                                                       "Social dynamics"@en ,
                                                                                                       "Social progress"@en ,
                                                                                                       "Αλλαγή της κοινωνίας"@el ,
                                                                                                       "Κοινωνική δυναμική"@el ,
                                                                                                       "Κοινωνική πρόοδος"@el ,
                                                                                                       "Μεταβαλλόμενη κοινωνία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social change"@en ,
                                                                                                        "Κοινωνική αλλαγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1117320789
<http://semantics.gr/authorities/ekt-unesco/1117320789> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/233115720> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10117> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1089996793> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydraulic equipment"@en ,
                                                                                                        "Υδραυλικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1117802002
<http://semantics.gr/authorities/ekt-unesco/1117802002> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12814> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "South South relations"@en ,
                                                                                                        "Σχέσεις αναπτυσσόμενων χωρών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1118428730
<http://semantics.gr/authorities/ekt-unesco/1118428730> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept531> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1562966456> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Broadcasting equipment"@en ,
                                                                                                        "Εξοπλισμός αναμετάδοσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/111864652
<http://semantics.gr/authorities/ekt-unesco/111864652> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5344> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Revolutions"@en ,
                                                                                                       "Επαναστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1120740612
<http://semantics.gr/authorities/ekt-unesco/1120740612> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973934708> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6168> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musical performances"@en ,
                                                                                                        "Μουσικές παραστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1121702738
<http://semantics.gr/authorities/ekt-unesco/1121702738> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91191405> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10159> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Food shortages"@en ,
                                                                                                        "Ελλείψεις τροφίμων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1123019475
<http://semantics.gr/authorities/ekt-unesco/1123019475> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/490021275> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8948> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Middle Ages"@en ,
                                                                                                        "Μεσαίωνας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1131220142
<http://semantics.gr/authorities/ekt-unesco/1131220142> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/385> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept425> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1444181929> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1783833362> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Demography"@en ,
                                                                                                        "Δημογραφία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "για έργα που αφορούν το μέγεθος, τη δομή, τη διανομή, την ανάπτυξη και τη μετανάστευση του πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1132939670
<http://semantics.gr/authorities/ekt-unesco/1132939670> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.10> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7.10" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Americas and the Caribbean"@en ,
                                                                                                        "Αμερική και Καραϊβική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1134118120
<http://semantics.gr/authorities/ekt-unesco/1134118120> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6507> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Countercultures"@en ,
                                                                                                        "Αντικουλτούρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1135582720
<http://semantics.gr/authorities/ekt-unesco/1135582720> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4979> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious leaders"@en ,
                                                                                                        "Θρησκευτικοί ηγέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1136302363
<http://semantics.gr/authorities/ekt-unesco/1136302363> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/751973306> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10861> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Financial institutions"@en ,
                                                                                                        "Χρηματοπιστωτικά ιδρύματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1137867569
<http://semantics.gr/authorities/ekt-unesco/1137867569> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1597268697> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5315> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political theory"@en ,
                                                                                                        "Πολιτική θεωρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/114264529
<http://semantics.gr/authorities/ekt-unesco/114264529> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.55> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1168083917> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1357300460> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1467158054> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1495660050> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1973934708> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/370118088> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/419048587> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/893016319> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "3.55" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Performing arts"@en ,
                                                                                                       "Παραστατικές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/114454601
<http://semantics.gr/authorities/ekt-unesco/114454601> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2958> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Art history"@en ,
                                                                                                       "Ιστορία της τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1149560079
<http://semantics.gr/authorities/ekt-unesco/1149560079> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8833> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Blockades"@en ,
                                                                                                       "Embargoes"@en ,
                                                                                                       "Εμπάργκο"@el ,
                                                                                                       "Οικονομικοί αποκλεισμοί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic sanctions"@en ,
                                                                                                        "Οικονομικές κυρώσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1149801282
<http://semantics.gr/authorities/ekt-unesco/1149801282> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368072319> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2975> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Art metalwork"@en ,
                                                                                                        "Μεταλλοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1150979609
<http://semantics.gr/authorities/ekt-unesco/1150979609> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.40> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1018144808> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1513463820> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1986432102> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.40" ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "Ομάδα όρων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Literature"@en ,
                                                                                                        "Λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1152536541
<http://semantics.gr/authorities/ekt-unesco/1152536541> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2349> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Judaism"@en ,
                                                                                                        "Ιουδαϊσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1154139582
<http://semantics.gr/authorities/ekt-unesco/1154139582> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1030032358> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1810> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/868367658> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal products"@en ,
                                                                                                        "Ζωικά προϊόντα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1155379740
<http://semantics.gr/authorities/ekt-unesco/1155379740> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.50> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.50" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Technical and vocational study subjects"@en ,
                                                                                                        "Τεχνικά και επαγγελματικά θέματα σπουδών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1155701502
<http://semantics.gr/authorities/ekt-unesco/1155701502> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2145159017> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2016> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φύκια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Marine algae"@en ,
                                                                                                        "Θαλάσσια φύκη"@el .


###  http://semantics.gr/authorities/ekt-unesco/115725983
<http://semantics.gr/authorities/ekt-unesco/115725983> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1846178281> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1730> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Agricultural cooperatives"@en ,
                                                                                                       "Αγροτικοί συνεταιρισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1157327420
<http://semantics.gr/authorities/ekt-unesco/1157327420> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1488858328> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1282> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Extracurricular activities"@en ,
                                                                                                        "Εξωσχολικές δραστηριότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1158440425
<http://semantics.gr/authorities/ekt-unesco/1158440425> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6944> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture of work"@en ,
                                                                                                        "Πολιτισμός της εργασίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1158555691
<http://semantics.gr/authorities/ekt-unesco/1158555691> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9803> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Illustration printing"@en ,
                                                                                                        "Εκτυπώσεις εικονογραφήσεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1159016432
<http://semantics.gr/authorities/ekt-unesco/1159016432> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2396> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal diseases"@en ,
                                                                                                        "Ζωικές ασθένειες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1165362042
<http://semantics.gr/authorities/ekt-unesco/1165362042> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1003994483> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2710> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Palaces"@en ,
                                                                                                        "Ανάκτορα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1168083917
<http://semantics.gr/authorities/ekt-unesco/1168083917> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept357> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/125183702> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/58975444> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatre management"@en ,
                                                                                                        "Διαχείριση θεάτρου"@el .


###  http://semantics.gr/authorities/ekt-unesco/116931618
<http://semantics.gr/authorities/ekt-unesco/116931618> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14294> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Road transport"@en ,
                                                                                                       "Οδικές μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1169735614
<http://semantics.gr/authorities/ekt-unesco/1169735614> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/975256425> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1956> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Air traffic"@en ,
                                                                                                        "Εναέρια κυκλοφορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1170428576
<http://semantics.gr/authorities/ekt-unesco/1170428576> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13670> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/886235982> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Κακή διατροφή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Malnutrition"@en ,
                                                                                                        "Υποσιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1174652428
<http://semantics.gr/authorities/ekt-unesco/1174652428> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1057926131> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10193> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sculpture"@en ,
                                                                                                        "Γλυπτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1175246638
<http://semantics.gr/authorities/ekt-unesco/1175246638> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6950> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1249524650> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/203782093> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/887576367> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/936088916> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Ευρώπης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "European cultures"@en ,
                                                                                                        "Ευρωπαϊκοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1175904069
<http://semantics.gr/authorities/ekt-unesco/1175904069> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2990> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanic art"@en ,
                                                                                                        "Τέχνη της Ωκεανίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1177228612
<http://semantics.gr/authorities/ekt-unesco/1177228612> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732012802> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept580> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/126494334> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1666345723> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Business cycles"@en ,
                                                                                                        "Kύκλος οικονομικής δραστηριότητας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1178846282
<http://semantics.gr/authorities/ekt-unesco/1178846282> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1014092126> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12747> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/493920251> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Videotelephone"@en ,
                                                                                                       "Βιντεοτηλέφωνο"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Telephone"@en ,
                                                                                                        "Τηλέφωνο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1182007305
<http://semantics.gr/authorities/ekt-unesco/1182007305> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15295> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Transport policy"@en ,
                                                                                                        "Πολιτική μεταφορών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1185115569
<http://semantics.gr/authorities/ekt-unesco/1185115569> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept655> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1061837696> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1343066278> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1606915280> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1990963847> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2144441626> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/366248496> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/538932586> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/619658144> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/790114883> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/847992513> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Research facilities"@en ,
                                                                                                       "Ερευνητικές εγκαταστάσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific facilities"@en ,
                                                                                                        "Επιστημονικές εγκατστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1187225323
<http://semantics.gr/authorities/ekt-unesco/1187225323> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2042528725> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6971> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/17212461> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/549321852> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτιστικός βίος"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural life"@en ,
                                                                                                        "Πολιτιστική ζωή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1188196134
<http://semantics.gr/authorities/ekt-unesco/1188196134> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept481> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1252914981> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1536785776> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/244907060> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/268675964> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/381650409> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/695118524> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication personnel"@en ,
                                                                                                        "Προσωπικό επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1189610058
<http://semantics.gr/authorities/ekt-unesco/1189610058> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/448173152> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5174> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/651667036> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious communities"@en ,
                                                                                                        "Θρησκευτικές κοινότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1190542399
<http://semantics.gr/authorities/ekt-unesco/1190542399> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4110> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Δείκτης γεννητικότητας"@el ,
                                                                                                       "Ποσοστά γεννήσεων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Birth rate"@en ,
                                                                                                        "Γεννητικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1191104173
<http://semantics.gr/authorities/ekt-unesco/1191104173> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept212> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1335336423> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/582227042> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/947235366> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Power resources"@en ,
                                                                                                       "Πόροι ενέργειας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Energy resources"@en ,
                                                                                                        "Πηγές ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1192594156
<http://semantics.gr/authorities/ekt-unesco/1192594156> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/271042939> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3516> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Dancers"@en ,
                                                                                                        "Χορευτές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1193359763
<http://semantics.gr/authorities/ekt-unesco/1193359763> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8106> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1829666979> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "War wounded"@en ,
                                                                                                       "Τραυματίες πολέμου"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "War victims"@en ,
                                                                                                        "Θύματα πολέμου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1194660878
<http://semantics.gr/authorities/ekt-unesco/1194660878> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1373785288> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11996> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urbanization"@en ,
                                                                                                        "Αστικοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1198103593
<http://semantics.gr/authorities/ekt-unesco/1198103593> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/306990666> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3068> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Meteorological satellites"@en ,
                                                                                                        "Μετεωρολογικοί δορυφόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1198892339
<http://semantics.gr/authorities/ekt-unesco/1198892339> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1805955473> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7828> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Technical drawing"@en ,
                                                                                                        "Τεχνικό σχέδιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1199131364
<http://semantics.gr/authorities/ekt-unesco/1199131364> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10410> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Μη βιομηχανοποιημένες κοινωνίες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonindustrialized societies"@en ,
                                                                                                        "Μη βιομηχανικές κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1203729792
<http://semantics.gr/authorities/ekt-unesco/1203729792> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/283685562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12207> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Printing workshops"@en ,
                                                                                                        "Εκτυπωτικά εργαστήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1205167573
<http://semantics.gr/authorities/ekt-unesco/1205167573> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1454092595> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2875> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Child soldiers"@en ,
                                                                                                        "Παιδιά στρατιώτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1205483850
<http://semantics.gr/authorities/ekt-unesco/1205483850> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.10> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1526104100> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1913630914> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.10" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural policy and planning"@en ,
                                                                                                        "Πολιτιστική πολιτική και σχεδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1206824739
<http://semantics.gr/authorities/ekt-unesco/1206824739> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1252914981> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10777> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Women journalists"@en ,
                                                                                                        "Γυναίκες δημοσιογράφοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1207427820
<http://semantics.gr/authorities/ekt-unesco/1207427820> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652910038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2255> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cross cultural analysis"@en ,
                                                                                                        "Διαπολιτισμική ανάλυση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1208376751
<http://semantics.gr/authorities/ekt-unesco/1208376751> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept376> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ethnography"@en ,
                                                                                                       "Social anthropology"@en ,
                                                                                                       "Εθνογραφία"@el ,
                                                                                                       "Κοινωνική ανθρωπολογία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnology"@en ,
                                                                                                        "Εθνολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1209637164
<http://semantics.gr/authorities/ekt-unesco/1209637164> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9233> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Indoor games"@en ,
                                                                                                        "Παιχνίδια εσωτερικού χώρου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1211581392
<http://semantics.gr/authorities/ekt-unesco/1211581392> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2505> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Anthropologists"@en ,
                                                                                                        "Ανθρωπολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1215427005
<http://semantics.gr/authorities/ekt-unesco/1215427005> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1938205228> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2745> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αρχειοθέτες"@el ,
                                                                                                       "Αρχειοφύλακες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Archivists"@en ,
                                                                                                        "Αρχειονόμοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/121667042
<http://semantics.gr/authorities/ekt-unesco/121667042> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7889> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/535761272> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing policy"@en ,
                                                                                                       "Πολιτική στέγασης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1217770136
<http://semantics.gr/authorities/ekt-unesco/1217770136> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526104100> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7312> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Oral tradition"@en ,
                                                                                                        "Προφορική παράδοση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1220358042
<http://semantics.gr/authorities/ekt-unesco/1220358042> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/136488168> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2328> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Antiquities"@en ,
                                                                                                        "Αρχαιότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/122225709
<http://semantics.gr/authorities/ekt-unesco/122225709> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6069> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1350310597> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/549727608> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Input output media"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer peripheral equipment"@en ,
                                                                                                       "Περιφερειακός εξοπλισμός υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1222842321
<http://semantics.gr/authorities/ekt-unesco/1222842321> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16136> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Μεταφορές σε αγροτικές περιοχές"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural transport"@en ,
                                                                                                        "Αγροτικές μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1223121546
<http://semantics.gr/authorities/ekt-unesco/1223121546> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1389470504> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7456> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Deaf and dumb"@en ,
                                                                                                        "Κωφάλαλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1228323451
<http://semantics.gr/authorities/ekt-unesco/1228323451> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2042528725> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3896> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural environment"@en ,
                                                                                                        "Πολιτισμικό περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/1231504015
<http://semantics.gr/authorities/ekt-unesco/1231504015> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10387> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Indigenous populations"@en ,
                                                                                                       "Natives"@en ,
                                                                                                       "Αυτόχθονες λαοί"@el ,
                                                                                                       "Ντόπιοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Indigenous peoples"@en ,
                                                                                                        "Ιθαγενείς πληθυσμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/123271947
<http://semantics.gr/authorities/ekt-unesco/123271947> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1006298351> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17067> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Internet"@en ,
                                                                                                       "Διαδίκτυο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1233914628
<http://semantics.gr/authorities/ekt-unesco/1233914628> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1762044729> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5348> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1903418496> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Civilization crises"@en ,
                                                                                                        "Κρίσεις πολιτισμού (ανεπτυγμένη κοινωνία)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1238034679
<http://semantics.gr/authorities/ekt-unesco/1238034679> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1443853438> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept660> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/116931618> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1182007305> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1222842321> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1362826456> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1501176366> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1637011370> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1716436711> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/184735007> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2056130893> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2112149579> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/556069280> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/591166448> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/975256425> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Transport"@en ,
                                                                                                        "Μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1242144670
<http://semantics.gr/authorities/ekt-unesco/1242144670> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973886027> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/71639859> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Secondary documents"@en ,
                                                                                                        "Δευτερογενή έγγραφα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1242796852
<http://semantics.gr/authorities/ekt-unesco/1242796852> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept377> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Psychosociology"@en ,
                                                                                                       "Ψυχοκοινωνιολογία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social psychology"@en ,
                                                                                                        "Κοινωνική ψυχολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1242823162
<http://semantics.gr/authorities/ekt-unesco/1242823162> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1018144808> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3383> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Women authors"@en ,
                                                                                                        "Γυναίκες-δημιουργοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1245591778
<http://semantics.gr/authorities/ekt-unesco/1245591778> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1606915280> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15070> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Scientific journals"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific periodicals"@en ,
                                                                                                        "Επιστημονικά περιοδικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1246426383
<http://semantics.gr/authorities/ekt-unesco/1246426383> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/233115720> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6564> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cooling systems"@en ,
                                                                                                        "Συστήματα ψύξης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1249107522
<http://semantics.gr/authorities/ekt-unesco/1249107522> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.50> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.50" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Manufacturing and transport engineering"@en ,
                                                                                                        "Βιομηχανία και μηχανική μεταφορών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1249524650
<http://semantics.gr/authorities/ekt-unesco/1249524650> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1175246638> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6952> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ιβηρικοί πολιτισμοί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Iberian cultures"@en ,
                                                                                                        "Πολιτισμοί της Ιβηρικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1251014061
<http://semantics.gr/authorities/ekt-unesco/1251014061> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept400> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1072571173> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1635772526> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1955925384> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/644576283> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social differentiation"@en ,
                                                                                                       "Κοινωνική διαφοροποίηση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social stratification"@en ,
                                                                                                        "Κοινωνική διαστρωμάτωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1251186284
<http://semantics.gr/authorities/ekt-unesco/1251186284> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3147> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/880014528> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Asians"@en ,
                                                                                                        "Ασιάτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/125183702
<http://semantics.gr/authorities/ekt-unesco/125183702> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1168083917> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4356> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatrical production"@en ,
                                                                                                       "Θεατρική παραγωγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1252760935
<http://semantics.gr/authorities/ekt-unesco/1252760935> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11740> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ports"@en ,
                                                                                                       "Λιμένες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Harbours"@en ,
                                                                                                        "Λιμάνια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1252914981
<http://semantics.gr/authorities/ekt-unesco/1252914981> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3385> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1206824739> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Correspondents"@en ,
                                                                                                       "Reporters"@en ,
                                                                                                       "Ανταποκριτές τύπου"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Journalists"@en ,
                                                                                                        "Δημοσιογράφοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1253063432
<http://semantics.gr/authorities/ekt-unesco/1253063432> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept486> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Journalism"@en ,
                                                                                                        "Δημοσιογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1254566123
<http://semantics.gr/authorities/ekt-unesco/1254566123> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/66115> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept337> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1079550722> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1175904069> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1382426361> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1466400319> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1716657803> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/401375710> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/438933161> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/524117633> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/784661554> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National art"@en ,
                                                                                                        "Εθνική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1255005069
<http://semantics.gr/authorities/ekt-unesco/1255005069> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526104100> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2474> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Anniversary celebrations"@en ,
                                                                                                        "Εορτασμοί επετείου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1256950161
<http://semantics.gr/authorities/ekt-unesco/1256950161> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/662156455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14180> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Miniature paintings"@en ,
                                                                                                        "Ζωγραφική μινιατούρας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1258282824
<http://semantics.gr/authorities/ekt-unesco/1258282824> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.15> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1312694585> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1779587354> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.15" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Philosophy and ethics"@en ,
                                                                                                        "Φιλοσοφία και ηθική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1258782900
<http://semantics.gr/authorities/ekt-unesco/1258782900> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6853> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/327147618> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Παραβατικότητα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Delinquency"@en ,
                                                                                                        "Εγκληματικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1261973743
<http://semantics.gr/authorities/ekt-unesco/1261973743> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain7> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1132939670> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1867852211> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1941951701> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1958594202> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2086969794> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/299283521> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/875587975> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/882662843> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/91709745> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Countries and country groupings"@en ,
                                                                                                        "Χώρες και ομαδοποίηση χωρών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1262304619
<http://semantics.gr/authorities/ekt-unesco/1262304619> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1490919237> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5861> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Community life"@en ,
                                                                                                       "Κοινοτική ζωή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Community participation"@en ,
                                                                                                        "Συμμετοχή στην κοινότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1263141425
<http://semantics.gr/authorities/ekt-unesco/1263141425> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1357300460> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4717> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Filmmaking"@en ,
                                                                                                       "Παραγωγή ταινίας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Film making"@en ,
                                                                                                        "Δημιουργία ταινίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/126494334
<http://semantics.gr/authorities/ekt-unesco/126494334> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1177228612> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4464> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Inflation"@en ,
                                                                                                       "Πληθωρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1270409016
<http://semantics.gr/authorities/ekt-unesco/1270409016> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1640923519> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8188> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Diseases"@en ,
                                                                                                        "Ασθένειες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1271293919
<http://semantics.gr/authorities/ekt-unesco/1271293919> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1490919237> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2376> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1275326659> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Community leaders"@en ,
                                                                                                        "Κοινοτικοί ηγέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1272611276
<http://semantics.gr/authorities/ekt-unesco/1272611276> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8149> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Conflict affected countries"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "War devastated countries"@en ,
                                                                                                        "Πληγείσες από πόλεμο χώρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1273096335
<http://semantics.gr/authorities/ekt-unesco/1273096335> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77238> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4283> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Boys"@en ,
                                                                                                        "Αγόρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1273357515
<http://semantics.gr/authorities/ekt-unesco/1273357515> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/607843586> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7040> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1377209555> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural nationalism"@en ,
                                                                                                        "Πολιτισμικός εθνικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1274763065
<http://semantics.gr/authorities/ekt-unesco/1274763065> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept292> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1819011600> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/198492316> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/28495492> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/335733974> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious buildings"@en ,
                                                                                                        "Θρησκευτικά κτήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1275326659
<http://semantics.gr/authorities/ekt-unesco/1275326659> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1271293919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2378> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth leaders"@en ,
                                                                                                        "Ηγέτες νεολαίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/128021396
<http://semantics.gr/authorities/ekt-unesco/128021396> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6818> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/304032056> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Fiction"@en ,
                                                                                                       "Μυθιστόρημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1280563908
<http://semantics.gr/authorities/ekt-unesco/1280563908> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3228> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Meteorites"@en ,
                                                                                                        "Μετεωρίτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1281117753
<http://semantics.gr/authorities/ekt-unesco/1281117753> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4264> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1344131824> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/912220704> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Vegetation"@en ,
                                                                                                        "Βλάστηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1281201192
<http://semantics.gr/authorities/ekt-unesco/1281201192> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/848850744> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept416> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1800054191> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social work"@en ,
                                                                                                        "Κοινωνική εργασία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1282291998
<http://semantics.gr/authorities/ekt-unesco/1282291998> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6463> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary literature"@en ,
                                                                                                        "Σύγχρονη λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1282665556
<http://semantics.gr/authorities/ekt-unesco/1282665556> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1629133005> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5619> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Νεοκολλωνισμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Neocolonialism"@en ,
                                                                                                        "Νεοαποικιοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1282756890
<http://semantics.gr/authorities/ekt-unesco/1282756890> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2161> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/710733699> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/866167064> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/889186534> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ιθαγενείς πολιτισμοί της Αμερικής"@el ,
                                                                                                       "Πολιτισμοί των Ινδιάνων της Αμερικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Amerindian cultures"@en ,
                                                                                                        "Αυτόχθονες πολιτισμοί της Αμερικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1289781110
<http://semantics.gr/authorities/ekt-unesco/1289781110> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1912064093> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1604> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Posters"@en ,
                                                                                                        "Αφίσες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1289955029
<http://semantics.gr/authorities/ekt-unesco/1289955029> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1988832887> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1367> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1541509763> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2018192233> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/949701045> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Public administration"@en ,
                                                                                                        "Δημόσια διοίκηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1291459837
<http://semantics.gr/authorities/ekt-unesco/1291459837> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13551> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Underground press"@en ,
                                                                                                        "Παράνομος τύπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1291843090
<http://semantics.gr/authorities/ekt-unesco/1291843090> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5339> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1108734612> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1510282058> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social life"@en ,
                                                                                                       "Κοινωνική ζωή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social participation"@en ,
                                                                                                        "Κοινωνική συμμετοχή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1292661156
<http://semantics.gr/authorities/ekt-unesco/1292661156> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept535> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1553270011> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1642050347> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1642328624> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/49178683> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Electronic equipment"@en ,
                                                                                                        "Ηλεκτρονικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/129271169
<http://semantics.gr/authorities/ekt-unesco/129271169> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1568929968> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3115> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Squatter settlements"@en ,
                                                                                                       "Οικισμοί καταπατητών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1294180728
<http://semantics.gr/authorities/ekt-unesco/1294180728> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1408466067> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12995> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural youth"@en ,
                                                                                                        "Αγροτική νεολαία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1303384323
<http://semantics.gr/authorities/ekt-unesco/1303384323> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/956657817> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept669> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1846178281> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/329430166> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Business"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Enterprises"@en ,
                                                                                                        "Επιχειρήσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1304302751
<http://semantics.gr/authorities/ekt-unesco/1304302751> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1407298312> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept45> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Higher education institutions"@en ,
                                                                                                        "Ανώτατα εκπαιδευτικά ιδρύματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1305779811
<http://semantics.gr/authorities/ekt-unesco/1305779811> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.80> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1444992120> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.80" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Personnel management"@en ,
                                                                                                        "Διαχείριση προσωπικού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1306744066
<http://semantics.gr/authorities/ekt-unesco/1306744066> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3101> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatre directors"@en ,
                                                                                                        "Θεατρικοί σκηνοθέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1307838593
<http://semantics.gr/authorities/ekt-unesco/1307838593> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14251> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Monarchy"@en ,
                                                                                                        "Μοναρχία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1310442148
<http://semantics.gr/authorities/ekt-unesco/1310442148> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.60> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1185115569> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1382165330> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2021264929> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2093313645> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/233115720> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/283685562> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/610504906> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/721607782> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/721714281> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/896152648> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/976327399> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.60" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Equipment and facilities"@en ,
                                                                                                        "Εξοπλισμός και εγκαταστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1310969789
<http://semantics.gr/authorities/ekt-unesco/1310969789> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/412996306> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept78> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Students"@en ,
                                                                                                        "Μαθητές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1312119494
<http://semantics.gr/authorities/ekt-unesco/1312119494> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1390028316> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7705> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Migration law"@en ,
                                                                                                        "Μεταναστευτικό δίκαιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1312621592
<http://semantics.gr/authorities/ekt-unesco/1312621592> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept447> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1098826777> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1493211075> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/14942282> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1745456500> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/370358753> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/49636039> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/670933036> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/677267762> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/782341268> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Cities"@en ,
                                                                                                       "Towns"@en ,
                                                                                                       "Κωμοπόλεις"@el ,
                                                                                                       "Πόλεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban areas"@en ,
                                                                                                        "Αστικές περιοχές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1312694585
<http://semantics.gr/authorities/ekt-unesco/1312694585> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1258282824> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8685> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1377621766> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/138795622> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1416953280> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Philosophy"@en ,
                                                                                                        "Φιλοσοφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1315296792
<http://semantics.gr/authorities/ekt-unesco/1315296792> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5342> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Civil war"@en ,
                                                                                                        "Εμφύλιος πόλεμος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1316259497
<http://semantics.gr/authorities/ekt-unesco/1316259497> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2382> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1348177243> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/28818460> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aquatic animals"@en ,
                                                                                                        "Υδρόβια ζώα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1317895330
<http://semantics.gr/authorities/ekt-unesco/1317895330> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10465> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1788723612> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1949081533> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "European literature"@en ,
                                                                                                        "Ευρωπαϊκή λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1318303874
<http://semantics.gr/authorities/ekt-unesco/1318303874> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1598133859> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4358> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Programme exchange"@en ,
                                                                                                        "Ανταλλαγή προγραμμάτων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1318641574
<http://semantics.gr/authorities/ekt-unesco/1318641574> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1597268697> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15289> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Political development"@en ,
                                                                                                       "Political life"@en ,
                                                                                                       "Πολιτική ζωή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Politics"@en ,
                                                                                                        "Πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/131918256
<http://semantics.gr/authorities/ekt-unesco/131918256> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1780> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/458750508> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Land resources"@en ,
                                                                                                       "Χερσαίοι πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/132258629
<http://semantics.gr/authorities/ekt-unesco/132258629> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/30093459> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15257> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Παγκόσμιος πληθυσμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "World population"@en ,
                                                                                                       "Πληθυσμός της γης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1328075668
<http://semantics.gr/authorities/ekt-unesco/1328075668> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17007> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Information age"@en ,
                                                                                                       "Information revolution"@en ,
                                                                                                       "Knowledge society"@en ,
                                                                                                       "Learning society"@en ,
                                                                                                       "Επανάσταση της πληροφορίας"@el ,
                                                                                                       "Εποχή της πληροφορίας"@el ,
                                                                                                       "Κοινωνία γνώσης"@el ,
                                                                                                       "Κοινωνία μάθησης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information society"@en ,
                                                                                                        "Κοινωνία της πληροφορίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1328676918
<http://semantics.gr/authorities/ekt-unesco/1328676918> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3102> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Women artists"@en ,
                                                                                                        "Γυναίκες-καλλιτέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1328869238
<http://semantics.gr/authorities/ekt-unesco/1328869238> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1291> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Guerrilla"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Guerrilla activities"@en ,
                                                                                                        "Ανταρτοπόλεμος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1331671771
<http://semantics.gr/authorities/ekt-unesco/1331671771> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/821839374> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6459> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial design"@en ,
                                                                                                        "Βιομηχανικό ντιζάιν"@el .


###  http://semantics.gr/authorities/ekt-unesco/1332044276
<http://semantics.gr/authorities/ekt-unesco/1332044276> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1642328624> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16358> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Τρανζίστορ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Transistors"@en ,
                                                                                                        "Κρυσταλλοτρίοδοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/13326846
<http://semantics.gr/authorities/ekt-unesco/13326846> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2981> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Modern art"@en ,
                                                                                                      "Μοντέρνα τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1334569992
<http://semantics.gr/authorities/ekt-unesco/1334569992> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1024662637> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5671> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Illustration"@en ,
                                                                                                        "Εικονογράφηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1334653849
<http://semantics.gr/authorities/ekt-unesco/1334653849> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061639447> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17087> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Anti-gay bias"@en ,
                                                                                                       "Discrimination against sexual minorities"@en ,
                                                                                                       "Sexual orientation discrimination"@en ,
                                                                                                       "Διακρίσεις λόγω σεξουαλικού προσανατολισμού"@el ,
                                                                                                       "Προκατάληψη κατά των ομοφυλοφίλων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Homophobia"@en ,
                                                                                                        "Ομοφοβία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1335336423
<http://semantics.gr/authorities/ekt-unesco/1335336423> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1191104173> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9750> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1700483475> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1765496787> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1818396831> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/295046324> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/325628454> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/500135309> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/936086780> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Renewable energy sources"@en ,
                                                                                                        "Ανανεώσιμες πηγές ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1341167838
<http://semantics.gr/authorities/ekt-unesco/1341167838> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1113731165> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10087> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/311322373> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social promotion"@en ,
                                                                                                       "Κοινωνική προώθηση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social mobility"@en ,
                                                                                                        "Κοινωνική κινητικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1341521490
<http://semantics.gr/authorities/ekt-unesco/1341521490> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3991> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Phytogeography"@en ,
                                                                                                        "Φυτογεωγραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/134302207
<http://semantics.gr/authorities/ekt-unesco/134302207> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1876145373> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12586> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "News programmes (television)"@en ,
                                                                                                      "Προγράμματα ειδήσεων (τηλεόραση)"@el ,
                                                                                                      "Τηλεοπτικές ειδήσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Television news"@en ,
                                                                                                       "Τηλεοπτικά νέα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1343066278
<http://semantics.gr/authorities/ekt-unesco/1343066278> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3221> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Astronomical observatories"@en ,
                                                                                                        "Αστρονομικά παρατηρητήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1344131824
<http://semantics.gr/authorities/ekt-unesco/1344131824> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1281117753> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4700> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Vegetation maps"@en ,
                                                                                                        "Χάρτες βλάστησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1344748994
<http://semantics.gr/authorities/ekt-unesco/1344748994> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.05> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1072898892> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1208376751> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1242796852> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1413921319> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1744055502> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1867639581> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1967454376> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/275200278> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/80599306> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.05" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social sciences"@en ,
                                                                                                        "Κοινωνικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1348177243
<http://semantics.gr/authorities/ekt-unesco/1348177243> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1316259497> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2426> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Θαλάσσια ζώα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Marine animals"@en ,
                                                                                                        "Ζώα της θάλασσας"@el .


###  http://semantics.gr/authorities/ekt-unesco/13485921
<http://semantics.gr/authorities/ekt-unesco/13485921> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/727501687> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3225> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Cosmic matter"@en ,
                                                                                                      "Κοσμική ύλη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1348933017
<http://semantics.gr/authorities/ekt-unesco/1348933017> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1765075331> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5765> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Telecommunications industry"@en ,
                                                                                                        "Βιομηχανία τηλεπικοινωνιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1350310597
<http://semantics.gr/authorities/ekt-unesco/1350310597> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/122225709> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6064> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "COM"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "COM"@el ,
                                                                                                        "Computer output microforms"@en .


###  http://semantics.gr/authorities/ekt-unesco/1351672151
<http://semantics.gr/authorities/ekt-unesco/1351672151> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2693> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Underwater archaeology"@en ,
                                                                                                        "Ενάλια αρχαιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1352998928
<http://semantics.gr/authorities/ekt-unesco/1352998928> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28782983> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2672> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Trees"@en ,
                                                                                                        "Δέντρα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1355238292
<http://semantics.gr/authorities/ekt-unesco/1355238292> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1765075331> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4195> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Mail services"@en ,
                                                                                                       "Postal communications"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Postal services"@en ,
                                                                                                        "Ταχυδρομικές υπηρεσίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1355314368
<http://semantics.gr/authorities/ekt-unesco/1355314368> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10859> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Philosophers"@en ,
                                                                                                        "Φιλόσοφοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1355800982
<http://semantics.gr/authorities/ekt-unesco/1355800982> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept230> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1281117753> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1341521490> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1561673266> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1683804547> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1878291729> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/329902989> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/555636832> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/961794114> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φυτοβιολογία"@el ,
                                                                                                       "Φυτολογία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Botany"@en ,
                                                                                                        "Βοτανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1357300460
<http://semantics.gr/authorities/ekt-unesco/1357300460> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept350> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1013755686> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1263141425> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1650148991> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/465718439> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/539429032> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cinema"@en ,
                                                                                                        "Κινηματογράφος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1362462864
<http://semantics.gr/authorities/ekt-unesco/1362462864> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382426361> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2922> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Chinese art"@en ,
                                                                                                        "Κινεζική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1362529969
<http://semantics.gr/authorities/ekt-unesco/1362529969> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept446> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1102937967> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1865550576> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2059168425> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/877766502> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural development"@en ,
                                                                                                        "Αγροτική ανάπτυξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1362826456
<http://semantics.gr/authorities/ekt-unesco/1362826456> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15714> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Public transport"@en ,
                                                                                                        "Δημόσια συγκοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1364518918
<http://semantics.gr/authorities/ekt-unesco/1364518918> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/724912660> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11365> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth unrest"@en ,
                                                                                                        "Αναταραχές της νεολαίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/136488168
<http://semantics.gr/authorities/ekt-unesco/136488168> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2049680> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3103> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1003056170> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1220358042> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Καλλιτεχνήματα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Works of art"@en ,
                                                                                                       "Έργα τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1368967451
<http://semantics.gr/authorities/ekt-unesco/1368967451> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1722859013> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.65> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2104834093> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.65" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Leisure"@en ,
                                                                                                        "Ελεύθερος χρόνος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1371908471
<http://semantics.gr/authorities/ekt-unesco/1371908471> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4696> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Οδοί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Roads"@en ,
                                                                                                        "Δρόμοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1372364701
<http://semantics.gr/authorities/ekt-unesco/1372364701> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2029014968> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3929> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1952700286> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic relations"@en ,
                                                                                                        "Οικονομικές σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1373367923
<http://semantics.gr/authorities/ekt-unesco/1373367923> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5259> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Periodical press"@en ,
                                                                                                        "Περιοδικός τύπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1373519437
<http://semantics.gr/authorities/ekt-unesco/1373519437> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526104100> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6990> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Λαογραφία"@el ,
                                                                                                       "Λαογραφική παράδοση"@el ,
                                                                                                       "Λαϊκός πολιτισμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Folklore"@en ,
                                                                                                        "Λαϊκή παράδοση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1373785288
<http://semantics.gr/authorities/ekt-unesco/1373785288> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/484358273> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2148> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1013617695> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1194660878> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/25541087> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/344664275> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Town planning"@en ,
                                                                                                       "Αστικός σχεδιασμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban planning"@en ,
                                                                                                        "Πολεοδομικός σχεδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1373913602
<http://semantics.gr/authorities/ekt-unesco/1373913602> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/975305253> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11063> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Forest resources"@en ,
                                                                                                        "Δασικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1377209555
<http://semantics.gr/authorities/ekt-unesco/1377209555> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1273357515> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7123> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National identity"@en ,
                                                                                                        "Εθνική ταυτότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/13773010
<http://semantics.gr/authorities/ekt-unesco/13773010> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6472> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Modern literature"@en ,
                                                                                                      "Μοντέρνα λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1377621766
<http://semantics.gr/authorities/ekt-unesco/1377621766> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312694585> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8685> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/579761444> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Philosophical schools"@en ,
                                                                                                        "Φιλοσοφικές σχολές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1382165330
<http://semantics.gr/authorities/ekt-unesco/1382165330> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept654> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/314018956> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/423329333> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/577141682> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/585152865> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/676755872> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/917250526> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Scientific instruments"@en ,
                                                                                                       "Επιστημονικά όργανα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific equipment"@en ,
                                                                                                        "Επιστημονικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1382426361
<http://semantics.gr/authorities/ekt-unesco/1382426361> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2915> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1362462864> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Asian art"@en ,
                                                                                                        "Ασιατική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1383279212
<http://semantics.gr/authorities/ekt-unesco/1383279212> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/727501687> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept152> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1984648520> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2116572935> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/662291088> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Astronomy"@en ,
                                                                                                        "Αστρονομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1383962255
<http://semantics.gr/authorities/ekt-unesco/1383962255> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577141682> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7537> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Diving equipment"@en ,
                                                                                                        "Καταδυτικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1384065519
<http://semantics.gr/authorities/ekt-unesco/1384065519> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8403> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pantomime"@en ,
                                                                                                        "Παντομίμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1384403432
<http://semantics.gr/authorities/ekt-unesco/1384403432> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/283685562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10674> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Factories"@en ,
                                                                                                       "Εργοστάσια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial plants"@en ,
                                                                                                        "Βιομηχανικά συγκροτήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1385371922
<http://semantics.gr/authorities/ekt-unesco/1385371922> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1497878259> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5850> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Viewers"@en ,
                                                                                                       "Θεατές"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Televiewers"@en ,
                                                                                                        "Τηλεθεατές"@el .


###  http://semantics.gr/authorities/ekt-unesco/138795622
<http://semantics.gr/authorities/ekt-unesco/138795622> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312694585> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8774> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ideologies"@en ,
                                                                                                       "Ιδεολογίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1389301936
<http://semantics.gr/authorities/ekt-unesco/1389301936> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12949> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Moslems"@en ,
                                                                                                        "Μουσουλμάνοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1389470504
<http://semantics.gr/authorities/ekt-unesco/1389470504> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112597562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8098> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1223121546> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Multiply handicapped"@en ,
                                                                                                       "Άτομα με πολλαπλές αναπηρίες"@el ,
                                                                                                       "Πολυανάπηροι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Multiply disabled"@en ,
                                                                                                        "Άτομα με πολυαναπηρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1390028316
<http://semantics.gr/authorities/ekt-unesco/1390028316> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11589> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1312119494> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτική μετανάστευσης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Migration policy"@en ,
                                                                                                        "Mεταναστευτική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1390533116
<http://semantics.gr/authorities/ekt-unesco/1390533116> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2089010419> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4209> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Book reviews"@en ,
                                                                                                        "Βιβλιοκριτικές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1390588067
<http://semantics.gr/authorities/ekt-unesco/1390588067> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973886027> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept502> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1749188258> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Documents"@en ,
                                                                                                        "Έγγραφα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1395528455
<http://semantics.gr/authorities/ekt-unesco/1395528455> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2030935853> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/3544> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept2443> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fishery resources"@en ,
                                                                                                        "Αλιευτικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1396179596
<http://semantics.gr/authorities/ekt-unesco/1396179596> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/970042613> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept664> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Trade"@en ,
                                                                                                        "Εμπορικές συναλλαγές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1396879424
<http://semantics.gr/authorities/ekt-unesco/1396879424> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1007885543> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept407> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1028130965> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1623826083> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1674594693> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1813656448> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1970662430> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/276788152> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/575061996> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/781545761> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/880659806> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Criminality"@en ,
                                                                                                       "Criminals"@en ,
                                                                                                       "Εγκληματίες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Crime"@en ,
                                                                                                        "Έγκλημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1398370018
<http://semantics.gr/authorities/ekt-unesco/1398370018> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7310> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Feasts"@en ,
                                                                                                        "Εορτές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1400173545
<http://semantics.gr/authorities/ekt-unesco/1400173545> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2463> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Reptiles"@en ,
                                                                                                        "Ερπετά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1400201171
<http://semantics.gr/authorities/ekt-unesco/1400201171> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12801> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International tensions"@en ,
                                                                                                        "Διεθνείς εντάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1400629129
<http://semantics.gr/authorities/ekt-unesco/1400629129> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9604> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/517828986> ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "σύμφωνα με την iate ο όρος μετανάστευση αποδίδεται στα ελληνικά και με το immigration και με το migration. Όμως υπάρχει διαφορά στον ορισμό των 2 εννοιών - immigration αφορά άτομα με πρόθεση να μείνουν μόνιμα στον τόπο που πηγαίνουν."@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Immigration"@en ,
                                                                                                        "Εισερχόμενη μετανάστευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1401065171
<http://semantics.gr/authorities/ekt-unesco/1401065171> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4580> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Κανάλια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Canals"@en ,
                                                                                                        "Διώρυγες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1401941773
<http://semantics.gr/authorities/ekt-unesco/1401941773> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/639324059> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5083> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Preschool children"@en ,
                                                                                                        "Παιδιά προσχολικής ηλικίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1403107628
<http://semantics.gr/authorities/ekt-unesco/1403107628> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/314018956> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10236> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φασματογράφος"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Spectrometers"@en ,
                                                                                                        "Φασματόμετρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1404319812
<http://semantics.gr/authorities/ekt-unesco/1404319812> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560206570> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11297> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "World problems"@en ,
                                                                                                        "Παγκόσμια προβλήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1404499332
<http://semantics.gr/authorities/ekt-unesco/1404499332> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept233> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural sciences"@en ,
                                                                                                        "Φυσικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/140657547
<http://semantics.gr/authorities/ekt-unesco/140657547> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/80599306> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14816> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social science organizations"@en ,
                                                                                                       "Οργανισμοί κοινωνικής επιστήμης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1407298312
<http://semantics.gr/authorities/ekt-unesco/1407298312> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.35> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1304302751> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.35" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational institutions"@en ,
                                                                                                        "Εκπαιδευτικά ιδρύματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1408466067
<http://semantics.gr/authorities/ekt-unesco/1408466067> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/4620496> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1839> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1294180728> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/616499503> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/801461348> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural population"@en ,
                                                                                                        "Αγροτικός πληθυσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1411672060
<http://semantics.gr/authorities/ekt-unesco/1411672060> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1744055502> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12631> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociology of change"@en ,
                                                                                                        "Κοινωνιολογία της αλλαγής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1412064174
<http://semantics.gr/authorities/ekt-unesco/1412064174> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6954> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1621118407> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμός του Ισλάμ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Islamic culture"@en ,
                                                                                                        "Ισλαμικός πολιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1413692752
<http://semantics.gr/authorities/ekt-unesco/1413692752> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/192388634> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14790> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αντίσταση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Resistance to oppression"@en ,
                                                                                                        "Αντίσταση στην καταπίεση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1413921319
<http://semantics.gr/authorities/ekt-unesco/1413921319> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept374> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Behavioural sciences"@en ,
                                                                                                        "Επιστήμες της συμπεριφοράς"@el .


###  http://semantics.gr/authorities/ekt-unesco/1416953280
<http://semantics.gr/authorities/ekt-unesco/1416953280> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312694585> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3059> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Logic"@en ,
                                                                                                        "Λογική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1422427215
<http://semantics.gr/authorities/ekt-unesco/1422427215> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/784661554> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3005> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Slav art"@en ,
                                                                                                        "Σλαβική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1422919931
<http://semantics.gr/authorities/ekt-unesco/1422919931> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2347> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Hinduism"@en ,
                                                                                                        "Ινδουϊσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1423538130
<http://semantics.gr/authorities/ekt-unesco/1423538130> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1639635423> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7531> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Furniture"@en ,
                                                                                                        "Επίπλωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1424557084
<http://semantics.gr/authorities/ekt-unesco/1424557084> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2974> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Medieval art"@en ,
                                                                                                        "Μεσαιωνική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1425743804
<http://semantics.gr/authorities/ekt-unesco/1425743804> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91826514> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12584> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "News programmes (radio)"@en ,
                                                                                                       "Προγράμματα ειδήσεων (ραδιόφωνο)"@el ,
                                                                                                       "Ραδιοφωνικές ειδήσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Radio news"@en ,
                                                                                                        "Ραδιοφωνικά νέα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1427332238
<http://semantics.gr/authorities/ekt-unesco/1427332238> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/936086780> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9708> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ocean wave energy"@en ,
                                                                                                       "Ενέργεια από την παλίρροια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tidal energy"@en ,
                                                                                                        "Παλιρροϊκή ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1433487733
<http://semantics.gr/authorities/ekt-unesco/1433487733> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1722859013> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept369> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1500865118> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/850841614> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Recreational facilities"@en ,
                                                                                                        "Εγκαταστάσεις αναψυχής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1436632563
<http://semantics.gr/authorities/ekt-unesco/1436632563> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept485> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1938205228> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2008214159> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/501879359> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/524553517> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Library personnel" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information/library personnel"@en ,
                                                                                                        "Προσωπικό πληροφοριών/βιβλιοθήκης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1436650236
<http://semantics.gr/authorities/ekt-unesco/1436650236> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/92861273> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5499> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Coal resources"@en ,
                                                                                                        "Πόροι γαιάνθρακα"@el .


###  http://semantics.gr/authorities/ekt-unesco/143724792
<http://semantics.gr/authorities/ekt-unesco/143724792> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5957> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious behaviour"@en ,
                                                                                                       "Θρησκευτική συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1440350439
<http://semantics.gr/authorities/ekt-unesco/1440350439> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.60> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/107699434> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.60" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pollution, disasters and safety"@en ,
                                                                                                        "Ρύπανση, καταστροφές και ασφάλεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1442156116
<http://semantics.gr/authorities/ekt-unesco/1442156116> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10409> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nomadism"@en ,
                                                                                                        "Νομαδισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1443853438
<http://semantics.gr/authorities/ekt-unesco/1443853438> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.65> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1238034679> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1492480191> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/423254030> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.65" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Services"@en ,
                                                                                                        "Υπηρεσίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1444181929
<http://semantics.gr/authorities/ekt-unesco/1444181929> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1131220142> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1664> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population distribution"@en ,
                                                                                                        "Κατανομή πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1444992120
<http://semantics.gr/authorities/ekt-unesco/1444992120> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1305779811> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept678> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1675397207> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Occupations"@en ,
                                                                                                        "Επαγγέλματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1449117371
<http://semantics.gr/authorities/ekt-unesco/1449117371> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1096326172> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14427> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Parapsychology"@en ,
                                                                                                        "Παραψυχολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1449508099
<http://semantics.gr/authorities/ekt-unesco/1449508099> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1783833362> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7607> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Στατιστική πληθυσμού"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Demographic statistics"@en ,
                                                                                                        "Δημογραφική στατιστική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1453632534
<http://semantics.gr/authorities/ekt-unesco/1453632534> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/335400681> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3892> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biculturalism"@en ,
                                                                                                        "Πολιτισμικός δυϊσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1454092595
<http://semantics.gr/authorities/ekt-unesco/1454092595> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/766381553> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2870> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1205167573> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Army"@en ,
                                                                                                       "Military personnel"@en ,
                                                                                                       "Soldiers"@en ,
                                                                                                       "Στρατιωτικές δυνάμεις"@el ,
                                                                                                       "Στρατιώτες"@el ,
                                                                                                       "Στρατός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Armed forces"@en ,
                                                                                                        "Ενοπλες δυνάμεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1454545992
<http://semantics.gr/authorities/ekt-unesco/1454545992> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14560> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonviolence"@en ,
                                                                                                        "Μη βία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1459204230
<http://semantics.gr/authorities/ekt-unesco/1459204230> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13550> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Rural newspapers"@en ,
                                                                                                       "Επαρχιακές εφημερίδες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural press"@en ,
                                                                                                        "Επαρχιακός τύπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1461019687
<http://semantics.gr/authorities/ekt-unesco/1461019687> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/785715038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept238> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/788112308> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Health"@en ,
                                                                                                        "Υγεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1461948043
<http://semantics.gr/authorities/ekt-unesco/1461948043> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1779587354> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10081> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ontology"@en ,
                                                                                                        "Οντολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1463858397
<http://semantics.gr/authorities/ekt-unesco/1463858397> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2141373940> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11650> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Στοχευμένες ομάδες"@el ,
                                                                                                       "Συγκεκριμένες ομάδες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Target groups"@en ,
                                                                                                        "Ομάδες-στόχοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/146533596
<http://semantics.gr/authorities/ekt-unesco/146533596> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4327> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Community broadcasting"@en ,
                                                                                                      "Community-owned and participatory media"@en ,
                                                                                                      "Local broadcasting"@en ,
                                                                                                      "Local media"@en ,
                                                                                                      "Κοινοτικά και συμμετοχικά μέσα ενημέρωσης"@el ,
                                                                                                      "Κοινοτική ραδιοτηλεόραση"@el ,
                                                                                                      "Τοπικά μέσα ενημέρωσης"@el ,
                                                                                                      "Τοπική ραδιοτηλεόραση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Community media"@en ,
                                                                                                       "Κοινοτικά μέσα ενημέρωσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1466400319
<http://semantics.gr/authorities/ekt-unesco/1466400319> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2169> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Τέχνη της Λατινικής Αμερικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Latin American art"@en ,
                                                                                                        "Λατινοαμερικάνικη τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/146661609
<http://semantics.gr/authorities/ekt-unesco/146661609> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/204898314> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2062> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Foreign policy"@en ,
                                                                                                       "Εξωτερική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1467035337
<http://semantics.gr/authorities/ekt-unesco/1467035337> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1725870958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3209> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "NGOs"@en ,
                                                                                                       "Voluntary organizations"@en ,
                                                                                                       "Εθελοντικές οργανώσεις"@el ,
                                                                                                       "ΜΚΟ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nongovernmental organizations"@en ,
                                                                                                        "Μη-κυβερνητικές οργανώσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1467158054
<http://semantics.gr/authorities/ekt-unesco/1467158054> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept356> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1081398952> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1384065519> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1506389081> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2048014289> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/354234325> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/416238080> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/754714609> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/868099153> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/904661243> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatre"@en ,
                                                                                                        "Θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1467300749
<http://semantics.gr/authorities/ekt-unesco/1467300749> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2394> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Laboratory animals"@en ,
                                                                                                        "Πειραματόζωα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1469286854
<http://semantics.gr/authorities/ekt-unesco/1469286854> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1628> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Caribbean cultures"@en ,
                                                                                                        "Πολιτισμοί της Καραϊβικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1470322195
<http://semantics.gr/authorities/ekt-unesco/1470322195> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16506> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional societies"@en ,
                                                                                                        "Παραδοσιακές κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1471718213
<http://semantics.gr/authorities/ekt-unesco/1471718213> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept235> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1159016432> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1524254871> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1664719616> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1945214990> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2078260076> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/713686699> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/856177340> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Βιολογία των ζώων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Zoology"@en ,
                                                                                                        "Ζωολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1472755361
<http://semantics.gr/authorities/ekt-unesco/1472755361> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/300847491> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5714> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Community environment"@en ,
                                                                                                       "Local communities"@en ,
                                                                                                       "Rural communities"@en ,
                                                                                                       "Urban communities"@en ,
                                                                                                       "Αστικές κοινωνίες"@el ,
                                                                                                       "Τοπικές κοινωνίες"@el ,
                                                                                                       "Αγροτικές κοινωνίες" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communities"@en ,
                                                                                                        "Κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1473592455
<http://semantics.gr/authorities/ekt-unesco/1473592455> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept293> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1135582720> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1389301936> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1537253335> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1825928750> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/359979206> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/838717060> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious groups"@en ,
                                                                                                        "Θρησκευτικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1474413405
<http://semantics.gr/authorities/ekt-unesco/1474413405> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2026540353> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept682> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/867891768> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Employment"@en ,
                                                                                                        "Απασχόληση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1475649552
<http://semantics.gr/authorities/ekt-unesco/1475649552> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2171> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Βορείου Αμερικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "North American cultures"@en ,
                                                                                                        "Βορειοαμερικάνικοι πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1476367459
<http://semantics.gr/authorities/ekt-unesco/1476367459> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept345> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/434639688> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/997740325> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Photography"@en ,
                                                                                                        "Φωτογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1476898211
<http://semantics.gr/authorities/ekt-unesco/1476898211> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/160> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept1513> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Adults"@en ,
                                                                                                        "Ενήλικοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1477749979
<http://semantics.gr/authorities/ekt-unesco/1477749979> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3395> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Self government"@en ,
                                                                                                        "Αυτοδιοίκηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1480808627
<http://semantics.gr/authorities/ekt-unesco/1480808627> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1072571173> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5372> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Bourgeoisie"@en ,
                                                                                                       "Αστική τάξη"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Middle class"@en ,
                                                                                                        "Μεσαία τάξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1483650945
<http://semantics.gr/authorities/ekt-unesco/1483650945> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2713> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing design"@en ,
                                                                                                        "Σχεδιασμός κατοικιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1483699419
<http://semantics.gr/authorities/ekt-unesco/1483699419> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2324> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient art"@en ,
                                                                                                        "Αρχαία τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/148488354
<http://semantics.gr/authorities/ekt-unesco/148488354> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2093313645> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13600> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εργαλειομηχανές"@el ,
                                                                                                      "Μηχανικά εργαλεία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Machine tools"@en ,
                                                                                                       "Εργαλεία μηχανής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1485707552
<http://semantics.gr/authorities/ekt-unesco/1485707552> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/522360520> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8055> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Diplomatic immunity"@en ,
                                                                                                        "Διπλωματική ασυλία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1485931224
<http://semantics.gr/authorities/ekt-unesco/1485931224> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1553481988> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1544> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/283226477> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Group communication"@en ,
                                                                                                        "Επικοινωνία ομάδας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1486453905
<http://semantics.gr/authorities/ekt-unesco/1486453905> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1941470135> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10975> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Legends"@en ,
                                                                                                        "Θρύλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1486868589
<http://semantics.gr/authorities/ekt-unesco/1486868589> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept426> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/149928587> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1576917705> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1838829751> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1956039036> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2089469028> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/269990862> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/643487890> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "πρόσωπα που ζουν προσωρινά ή μόνιμα σε χώρα όπου δεν γεννήθηκαν και έχουν αποκτήσει σημαντικούς κοινωνικούς δεσμούς με τη χώρα αυτή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Migrants"@en ,
                                                                                                        "Μετανάστες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1488858328
<http://semantics.gr/authorities/ekt-unesco/1488858328> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1008891995> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept49> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1157327420> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Curriculum"@en ,
                                                                                                        "Πρόγραμμα σπουδών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1490070813
<http://semantics.gr/authorities/ekt-unesco/1490070813> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1921043218> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5430> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Missionary work"@en ,
                                                                                                        "Ιεραποστολικό έργο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1490919237
<http://semantics.gr/authorities/ekt-unesco/1490919237> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept439> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1262304619> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1271293919> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1543503711> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1737102503> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/869445362> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ανάπτυξη κοινότητας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Community development"@en ,
                                                                                                        "Κοινοτική ανάπτυξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1492152329
<http://semantics.gr/authorities/ekt-unesco/1492152329> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/73544962> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2125> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept5744> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Recording equipment"@en ,
                                                                                                        "Συσκευές εγγραφής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1492480191
<http://semantics.gr/authorities/ekt-unesco/1492480191> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1443853438> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept659> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1756966264> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/888678678> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Service trades"@en ,
                                                                                                       "Services"@en ,
                                                                                                       "Εμπόριο υπηρεσιών"@el ,
                                                                                                       "Υπηρεσίες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Service industries"@en ,
                                                                                                        "Κλάδος υπηρεσιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1493211075
<http://semantics.gr/authorities/ekt-unesco/1493211075> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2338> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ancient cities"@en ,
                                                                                                       "Αρχαίες πόλεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Historic cities"@en ,
                                                                                                        "Ιστορικές πόλεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/14942282
<http://semantics.gr/authorities/ekt-unesco/14942282> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5287> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Small towns"@en ,
                                                                                                      "Μικρές πόλεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1495660050
<http://semantics.gr/authorities/ekt-unesco/1495660050> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept354> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1047456906> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1562435070> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/198137455> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1981563936> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/240482810> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/28708407> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/302082421> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/527168834> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musical styles"@en ,
                                                                                                        "Μουσικά είδη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1495699147
<http://semantics.gr/authorities/ekt-unesco/1495699147> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept489> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1972568585> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2103282914> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/888076951> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Publishing industry"@en ,
                                                                                                        "Εκδοτική βιομηχανία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1496475471
<http://semantics.gr/authorities/ekt-unesco/1496475471> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/62189039> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept603> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Forestry"@en ,
                                                                                                        "Δασοκομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1497878259
<http://semantics.gr/authorities/ekt-unesco/1497878259> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept482> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1385371922> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/638547454> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication users"@en ,
                                                                                                        "Χρήστες επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/149928587
<http://semantics.gr/authorities/ekt-unesco/149928587> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13125> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Migrant workers"@en ,
                                                                                                       "Διακινούμενοι εργαζόμενοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1499565530
<http://semantics.gr/authorities/ekt-unesco/1499565530> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5934> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αγώνας"@el ,
                                                                                                       "Αγώνισμα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Competition"@en ,
                                                                                                        "Ανταγωνισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1499788356
<http://semantics.gr/authorities/ekt-unesco/1499788356> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1597268697> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8803> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Executive power"@en ,
                                                                                                       "Judicial power"@en ,
                                                                                                       "Legislative power"@en ,
                                                                                                       "Δικαστική εξουσία"@el ,
                                                                                                       "Εκτελεστική εξουσία"@el ,
                                                                                                       "Νομοθετική εξουσία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political power"@en ,
                                                                                                        "Πολιτική εξουσία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1500865118
<http://semantics.gr/authorities/ekt-unesco/1500865118> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1433487733> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12656> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sports facilities"@en ,
                                                                                                        "Αθλητικές εγκαταστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1501176366
<http://semantics.gr/authorities/ekt-unesco/1501176366> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15809> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Railway transport"@en ,
                                                                                                        "Σιδηροδρομικές μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1506389081
<http://semantics.gr/authorities/ekt-unesco/1506389081> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16798> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Travelling theatre"@en ,
                                                                                                        "Πλανόδιο θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1510282058
<http://semantics.gr/authorities/ekt-unesco/1510282058> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1291843090> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14978> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Womens participation"@en ,
                                                                                                        "Συμμετοχή των γυναικών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1510981023
<http://semantics.gr/authorities/ekt-unesco/1510981023> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17003> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Εσκιμώοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Inuit"@en ,
                                                                                                        "Ινουίτ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1511837675
<http://semantics.gr/authorities/ekt-unesco/1511837675> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1919711966> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2967> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Islamic art"@en ,
                                                                                                        "Ισλαμική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1513463820
<http://semantics.gr/authorities/ekt-unesco/1513463820> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1150979609> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept329> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1317895330> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1778193443> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/189146119> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/340281857> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/361447340> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/484409994> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/706967085> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/719585781> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National literatures"@en ,
                                                                                                        "Εθνικές λογοτεχνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1513974041
<http://semantics.gr/authorities/ekt-unesco/1513974041> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1664988514> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8751> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional economy"@en ,
                                                                                                        "Περιφερειακή οικονομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1514725529
<http://semantics.gr/authorities/ekt-unesco/1514725529> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15365> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2111372479> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/763024300> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population problems"@en ,
                                                                                                        "Δημογραφικά προβλήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1516384197
<http://semantics.gr/authorities/ekt-unesco/1516384197> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/821839374> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17030> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Digital art"@en ,
                                                                                                        "Ψηφιακή τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/151650073
<http://semantics.gr/authorities/ekt-unesco/151650073> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7469> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Suicide"@en ,
                                                                                                       "Αυτοκτονία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1517675454
<http://semantics.gr/authorities/ekt-unesco/1517675454> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2093313645> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13604> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/48701963> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Τουρμπίνες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Turbines"@en ,
                                                                                                        "Στρόβιλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1517738436
<http://semantics.gr/authorities/ekt-unesco/1517738436> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15942> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociology of religion"@en ,
                                                                                                        "Κοινωνιολογία της θρησκείας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1519774478
<http://semantics.gr/authorities/ekt-unesco/1519774478> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1085397968> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2901> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Arms sales"@en ,
                                                                                                        "Πωλήσεις όπλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1522262796
<http://semantics.gr/authorities/ekt-unesco/1522262796> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1021005212> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2340> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/670039046> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/99593784> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient history"@en ,
                                                                                                        "Αρχαία ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1522710684
<http://semantics.gr/authorities/ekt-unesco/1522710684> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept213> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1041090318> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1191104173> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/131918256> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1787853818> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1829693799> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2030935853> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/375344884> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/383370590> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/832263111> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/91191405> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/975305253> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural resources"@en ,
                                                                                                        "Φυσικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1524254871
<http://semantics.gr/authorities/ekt-unesco/1524254871> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1765> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal genetics"@en ,
                                                                                                        "Γενετική των ζώων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1524617408
<http://semantics.gr/authorities/ekt-unesco/1524617408> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2680> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeological sites"@en ,
                                                                                                        "Αρχαιολογικοί χώροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1526008836
<http://semantics.gr/authorities/ekt-unesco/1526008836> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept534> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/122225709> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1648518795> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/34223407> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/411426047> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/433646655> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/692519849> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/958976710> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Calculating machines"@en ,
                                                                                                       "Computer hardware"@en ,
                                                                                                       "Υλισμικό υπολογιστών"@el ,
                                                                                                       "Υπολογιστικές μηχανές"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Computers"@en ,
                                                                                                        "Υπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/152605345
<http://semantics.gr/authorities/ekt-unesco/152605345> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/105515091> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept638> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1580391959> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Fuels"@en ,
                                                                                                       "Καύσιμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1526104100
<http://semantics.gr/authorities/ekt-unesco/1526104100> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1205483850> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept278> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1104530856> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1217770136> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1255005069> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1373519437> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Living heritage"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Intangible cultural heritage"@en ,
                                                                                                        "Άυλη πολιτιστική κληρονομιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1533524375
<http://semantics.gr/authorities/ekt-unesco/1533524375> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2034898117> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept197> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1796472148> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Environmental management"@en ,
                                                                                                        "Διαχείριση περιβάλλοντος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1533809542
<http://semantics.gr/authorities/ekt-unesco/1533809542> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1335> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social adjustment"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social adaptation"@en ,
                                                                                                        "Κοινωνική προσαρμογή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1536009057
<http://semantics.gr/authorities/ekt-unesco/1536009057> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1812516779> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3309> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1626391358> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/903120435> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Stereotypes"@en ,
                                                                                                        "Στερεότυπα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1536785776
<http://semantics.gr/authorities/ekt-unesco/1536785776> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5791> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1937954707> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "TV/radio personnel"@en ,
                                                                                                        "Προσωπικό τηλεόρασης/ραδιοφώνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1537253335
<http://semantics.gr/authorities/ekt-unesco/1537253335> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5426> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Clergy"@en ,
                                                                                                        "Κλήρος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1537259754
<http://semantics.gr/authorities/ekt-unesco/1537259754> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7235> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ένδεια"@el ,
                                                                                                       "Απορία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Poverty"@en ,
                                                                                                        "Φτώχεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1541509763
<http://semantics.gr/authorities/ekt-unesco/1541509763> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1289955029> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10360> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1616917300> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Governance"@en ,
                                                                                                        "Διακυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/154340835
<http://semantics.gr/authorities/ekt-unesco/154340835> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1940389184> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7017> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural discrimination"@en ,
                                                                                                       "Πολιτισμική διάκριση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1543503711
<http://semantics.gr/authorities/ekt-unesco/1543503711> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1490919237> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1499> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Community centres"@en ,
                                                                                                        "Κοινοτικά κέντρα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1543719541
<http://semantics.gr/authorities/ekt-unesco/1543719541> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/821839374> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2995> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pop art"@en ,
                                                                                                        "Ποπ αρτ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1545564821
<http://semantics.gr/authorities/ekt-unesco/1545564821> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1003994483> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2708> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Buildings"@en ,
                                                                                                        "Κτήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1546281498
<http://semantics.gr/authorities/ekt-unesco/1546281498> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.40> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1945740353> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/562643526> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.40" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Geography and oceanography"@en ,
                                                                                                        "Γεωγραφία και ωκεανογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1546916770
<http://semantics.gr/authorities/ekt-unesco/1546916770> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4807> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Hunting"@en ,
                                                                                                        "Κυνήγι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1549925660
<http://semantics.gr/authorities/ekt-unesco/1549925660> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033091777> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4557> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φωτογραφικές μηχανές που δέχονται φιλμ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Film cameras"@en ,
                                                                                                        "Αναλογικές φωτογραφικές μηχανές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1553270011
<http://semantics.gr/authorities/ekt-unesco/1553270011> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1292661156> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5746> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ενίσχυση φωτός με εξαναγκασμένη εκπομπή ακτινοβολίας"@el ,
                                                                                                       "Λέηζερ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Lasers"@en ,
                                                                                                        "Λέιζερ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1553481988
<http://semantics.gr/authorities/ekt-unesco/1553481988> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.10> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1485931224> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/900082413> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5.10" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication research and policy"@en ,
                                                                                                        "Κοινωνική έρευνα και πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1557599901
<http://semantics.gr/authorities/ekt-unesco/1557599901> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.70> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/106577070> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/96160993> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.70" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biology"@en ,
                                                                                                        "Βιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/155978655
<http://semantics.gr/authorities/ekt-unesco/155978655> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1780351754> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4083> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Earth (planet)"@en ,
                                                                                                       "Γη (πλανήτης)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1561019807
<http://semantics.gr/authorities/ekt-unesco/1561019807> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4132> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Whites"@en ,
                                                                                                        "Λευκοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1561673266
<http://semantics.gr/authorities/ekt-unesco/1561673266> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4261> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant nutrition"@en ,
                                                                                                        "Διατροφολογία των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1561991113
<http://semantics.gr/authorities/ekt-unesco/1561991113> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1057142573> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6582> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1023387477> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/218145744> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/86183398> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/964231196> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "International assistance"@en ,
                                                                                                       "Διεθνής βοήθεια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International cooperation"@en ,
                                                                                                        "Διεθνής συνεργασία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1562435070
<http://semantics.gr/authorities/ekt-unesco/1562435070> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12981> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Popular music"@en ,
                                                                                                        "Δημοφιλής μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1562966456
<http://semantics.gr/authorities/ekt-unesco/1562966456> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1118428730> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4338> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/255493649> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Radio receivers"@en ,
                                                                                                       "Radio transmitters"@en ,
                                                                                                       "Television cameras"@en ,
                                                                                                       "Television receivers"@en ,
                                                                                                       "Television transmitters"@en ,
                                                                                                       "Δέκτες ραδιοσυχνοτήτων"@el ,
                                                                                                       "Δέκτες τηλεόρασης"@el ,
                                                                                                       "Μηχανές τηλεοπτικής λήψης"@el ,
                                                                                                       "Πομποί τηλεόρασης"@el ,
                                                                                                       "Ραδιοδέκτες"@el ,
                                                                                                       "Ραδιοπομποί"@el ,
                                                                                                       "Τηλεοπτικοί πομποί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "TV/radio equipment"@en ,
                                                                                                        "Εξοπλισμός τηλεόρασης/ραδιοφώνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1563503375
<http://semantics.gr/authorities/ekt-unesco/1563503375> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2899> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Στρατοκρατία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Militarism"@en ,
                                                                                                        "Μιλιταρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1564246608
<http://semantics.gr/authorities/ekt-unesco/1564246608> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2822> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Αρκτικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Arctic cultures"@en ,
                                                                                                        "Αρκτικοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1565441507
<http://semantics.gr/authorities/ekt-unesco/1565441507> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1984593793> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13414> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Feminist movements"@en ,
                                                                                                       "Φεμινιστικά κινήματα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Womens liberation movement"@en ,
                                                                                                        "Απελευθερωτικό κίνημα γυναικών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1568929968
<http://semantics.gr/authorities/ekt-unesco/1568929968> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3618> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/129271169> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/25506752> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing needs"@en ,
                                                                                                        "Ανάγκες στέγασης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1569778130
<http://semantics.gr/authorities/ekt-unesco/1569778130> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1783833362> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2908> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept11035> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Απογραφή πληθυσμού"@el ,
                                                                                                       "Πληθυσμιακή προβολή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population projection"@en ,
                                                                                                        "Προβολή πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1570829025
<http://semantics.gr/authorities/ekt-unesco/1570829025> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1631316865> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12382> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Postindustrial societies"@en ,
                                                                                                        "Μεταβιομηχανικές κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1572203004
<http://semantics.gr/authorities/ekt-unesco/1572203004> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12035> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Prostitution"@en ,
                                                                                                        "Πορνεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1576322850
<http://semantics.gr/authorities/ekt-unesco/1576322850> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061837696> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4865> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/284479364> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/326613140> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar power stations"@en ,
                                                                                                        "Σταθμοί ηλιακής ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1576494480
<http://semantics.gr/authorities/ekt-unesco/1576494480> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/272500916> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2154> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία της Λατινικής Αμερικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Latin American history"@en ,
                                                                                                        "Λατινοαμερικανική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1576917705
<http://semantics.gr/authorities/ekt-unesco/1576917705> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8152> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Displaced persons"@en ,
                                                                                                        "Εκτοπισμένα πρόσωπα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1577397437
<http://semantics.gr/authorities/ekt-unesco/1577397437> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1099188748> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6236> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Conflict research"@en ,
                                                                                                        "Διερεύνηση συγκρούσεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1580391959
<http://semantics.gr/authorities/ekt-unesco/1580391959> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/152605345> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11252> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Petroleum"@en ,
                                                                                                        "Πετρέλαιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1580703190
<http://semantics.gr/authorities/ekt-unesco/1580703190> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1984648520> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3238> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Gravitation"@en ,
                                                                                                        "Βαρύτητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1581945609
<http://semantics.gr/authorities/ekt-unesco/1581945609> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732012802> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept582> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2057865017> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic policy"@en ,
                                                                                                        "Οικονομική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1583600312
<http://semantics.gr/authorities/ekt-unesco/1583600312> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7468> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1907635335> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mortality"@en ,
                                                                                                        "Θνησιμότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1583969501
<http://semantics.gr/authorities/ekt-unesco/1583969501> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/191800830> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4433> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/982015098> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Construction industry"@en ,
                                                                                                        "Κατασκευαστική βιομηχανία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1585413337
<http://semantics.gr/authorities/ekt-unesco/1585413337> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1585417517> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4370> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2035762381> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Witchcraft"@en ,
                                                                                                        "Μαγεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1585417517
<http://semantics.gr/authorities/ekt-unesco/1585417517> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1096326172> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10981> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1585413337> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Magic"@en ,
                                                                                                        "Μαγικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1589542475
<http://semantics.gr/authorities/ekt-unesco/1589542475> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/896152648> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14291> ;
                                                        <http://www.w3.org/2004/02/skos/core#hiddenLabel> "Αυτοκίνητο"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Motor vehicles"@en ,
                                                                                                        "Μηχανοκίνητα οχήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1592188426
<http://semantics.gr/authorities/ekt-unesco/1592188426> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6144> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φυλακισμένοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Prisoners"@en ,
                                                                                                        "Κρατούμενοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1597268697
<http://semantics.gr/authorities/ekt-unesco/1597268697> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept568> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1137867569> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1318641574> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1499788356> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1600034139> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political science"@en ,
                                                                                                        "Πολιτικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1597618333
<http://semantics.gr/authorities/ekt-unesco/1597618333> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/938429929> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept386> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/96321496> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Human behaviour"@en ,
                                                                                                       "Ανθρώπινη συμπεριφορά" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Behaviour"@en ,
                                                                                                        "Συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1598133859
<http://semantics.gr/authorities/ekt-unesco/1598133859> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4326> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1070052178> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1318303874> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Broadcasting programmes"@en ,
                                                                                                        "Ραδιοτηλεοπτικά προγράμματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1599151234
<http://semantics.gr/authorities/ekt-unesco/1599151234> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10726> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Racism (doctrine)"@en ,
                                                                                                        "Ρατσισμός (θεωρία)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1599670693
<http://semantics.gr/authorities/ekt-unesco/1599670693> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/750084940> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept985> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Water supply"@en ,
                                                                                                        "Ύδρευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1600034139
<http://semantics.gr/authorities/ekt-unesco/1600034139> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1597268697> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10361> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Political ethics"@en ,
                                                                                                       "Πολιτική ηθική"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political philosophy"@en ,
                                                                                                        "Πολιτική φιλοσοφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1601046781
<http://semantics.gr/authorities/ekt-unesco/1601046781> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2039923979> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2676> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Radiocarbon dating"@en ,
                                                                                                        "Ραδιοχρονολόγηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1606915280
<http://semantics.gr/authorities/ekt-unesco/1606915280> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15722> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1245591778> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific publications"@en ,
                                                                                                        "Επιστημονικές εκδόσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1607456605
<http://semantics.gr/authorities/ekt-unesco/1607456605> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4328> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National broadcasting"@en ,
                                                                                                        "Εθνική ραδιοτηλεοπτικη μετάδοση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1607806169
<http://semantics.gr/authorities/ekt-unesco/1607806169> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1630650490> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1777> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultivation"@en ,
                                                                                                        "Καλλιέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1609846965
<http://semantics.gr/authorities/ekt-unesco/1609846965> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28003338> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7376> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Land mines"@en ,
                                                                                                        "Νάρκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1611205629
<http://semantics.gr/authorities/ekt-unesco/1611205629> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept490> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Minitel"@en ,
                                                                                                       "Teletext"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Videotex"@en ,
                                                                                                        "Τηλεεικονογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1612551952
<http://semantics.gr/authorities/ekt-unesco/1612551952> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1899000363> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10066> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Epic poetry"@en ,
                                                                                                        "Επική ποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1614280170
<http://semantics.gr/authorities/ekt-unesco/1614280170> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2530> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Antisemitism"@en ,
                                                                                                        "Αντισημιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1616037712
<http://semantics.gr/authorities/ekt-unesco/1616037712> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91191405> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/140> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept6382> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Food consumption"@en ,
                                                                                                        "Κατανάλωση τροφίμων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1616917300
<http://semantics.gr/authorities/ekt-unesco/1616917300> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1541509763> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/browser/thesaurus/en/page/?uri=http%3A%2F%2Fvocabularies.unesco.org%2Fthesaurus%2Fconcept17004> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "E-governance"@en ,
                                                                                                       "Online governance"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Electronic governance"@en ,
                                                                                                        "Ηλεκτρονική διακυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/161971818
<http://semantics.gr/authorities/ekt-unesco/161971818> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6947> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Disappearing cultures"@en ,
                                                                                                       "Πολιτισμοί υπό εξαφάνιση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1621118407
<http://semantics.gr/authorities/ekt-unesco/1621118407> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1412064174> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2645> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Arab culture"@en ,
                                                                                                        "Αραβικός πολιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1621869185
<http://semantics.gr/authorities/ekt-unesco/1621869185> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1725870958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12837> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional organizations"@en ,
                                                                                                        "Περιφερειακοί οργανισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1623826083
<http://semantics.gr/authorities/ekt-unesco/1623826083> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6841> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Assassination"@en ,
                                                                                                       "Murder"@en ,
                                                                                                       "Δολοφονία"@el ,
                                                                                                       "Φόνος"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Homicide"@en ,
                                                                                                        "Ανθρωποκτονία"@el .


###  http://semantics.gr/authorities/ekt-unesco/162397232
<http://semantics.gr/authorities/ekt-unesco/162397232> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061639447> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1657> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Age discrimination"@en ,
                                                                                                       "Διακρίσεις λόγω ηλικίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1626391358
<http://semantics.gr/authorities/ekt-unesco/1626391358> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1536009057> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10281> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Gender stereotypes"@en ,
                                                                                                        "Στερεότυπα των φύλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1629133005
<http://semantics.gr/authorities/ekt-unesco/1629133005> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/494276530> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5615> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1282665556> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Colonialism"@en ,
                                                                                                        "Αποικιοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1630456997
<http://semantics.gr/authorities/ekt-unesco/1630456997> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6022> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Computer typesetting"@en ,
                                                                                                       "Φωτοστοιχειοθεσία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Photocomposition"@en ,
                                                                                                        "Φωτοστοιχειοθέτηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1630494974
<http://semantics.gr/authorities/ekt-unesco/1630494974> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6373> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ενίσχυση της ειρήνης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Peacebuilding"@en ,
                                                                                                        "Οικοδόμηση της Ειρήνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1630650490
<http://semantics.gr/authorities/ekt-unesco/1630650490> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/62189039> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept599> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1607806169> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Agronomy"@en ,
                                                                                                        "Γεωπονία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1631030751
<http://semantics.gr/authorities/ekt-unesco/1631030751> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/448173152> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5175> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious movements"@en ,
                                                                                                        "Θρησκευτικά κινήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1631316865
<http://semantics.gr/authorities/ekt-unesco/1631316865> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7845> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1570829025> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial societies"@en ,
                                                                                                        "Βιομηχανικές κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1632414523
<http://semantics.gr/authorities/ekt-unesco/1632414523> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1870438223> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14909> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Palaeolithic"@en ,
                                                                                                        "Παλαιολιθική εποχή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1635403135
<http://semantics.gr/authorities/ekt-unesco/1635403135> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.35> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5.35" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Documentary information processing"@en ,
                                                                                                        "Διεργασία τεκμηρίωσης πληροφορίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1635772526
<http://semantics.gr/authorities/ekt-unesco/1635772526> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1251014061> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7814> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social inequality"@en ,
                                                                                                        "Κοινωνική ανισότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1637011370
<http://semantics.gr/authorities/ekt-unesco/1637011370> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12861> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International transport"@en ,
                                                                                                        "Διεθνείς μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1639542832
<http://semantics.gr/authorities/ekt-unesco/1639542832> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1676724498> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12789> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political parties"@en ,
                                                                                                        "Πολιτικά κόμματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1639635423
<http://semantics.gr/authorities/ekt-unesco/1639635423> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept341> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1423538130> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/608726621> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Decorative arts"@en ,
                                                                                                        "Διακοσμητικές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/163993282
<http://semantics.gr/authorities/ekt-unesco/163993282> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2407> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1070810041> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/625073866> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Οικολογία των ζώων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal ecology"@en ,
                                                                                                       "Zωοοικολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1640923519
<http://semantics.gr/authorities/ekt-unesco/1640923519> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.85> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1270409016> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.85" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pathology"@en ,
                                                                                                        "Παθολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1641704490
<http://semantics.gr/authorities/ekt-unesco/1641704490> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4633> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Capitalism"@en ,
                                                                                                        "Καπιταλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1642050347
<http://semantics.gr/authorities/ekt-unesco/1642050347> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1292661156> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5242> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/109730340> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Circuits"@en ,
                                                                                                       "Computer circuits"@en ,
                                                                                                       "Digital circuits"@en ,
                                                                                                       "Logic and switching circuits"@en ,
                                                                                                       "Κυκλώματα"@el ,
                                                                                                       "Υπολογιστικά κυκλώματα"@el ,
                                                                                                       "Ψηφιακά κυκλώματα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Electronic circuits"@en ,
                                                                                                        "Ηλεκτρονικά κυκλώματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1642328624
<http://semantics.gr/authorities/ekt-unesco/1642328624> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1292661156> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9546> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1332044276> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Semiconductors"@en ,
                                                                                                        "Ημιαγωγοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1645119766
<http://semantics.gr/authorities/ekt-unesco/1645119766> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526104100> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5473> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1398370018> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1546916770> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/28491309> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/504516213> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/74114791> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/806968892> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Traditions"@en ,
                                                                                                       "Έθιμα και παραδόσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Customs and traditions"@en ,
                                                                                                        "Ήθη και παραδόσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1646094692
<http://semantics.gr/authorities/ekt-unesco/1646094692> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647141340> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2354> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mythology"@en ,
                                                                                                        "Μυθολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1647474181
<http://semantics.gr/authorities/ekt-unesco/1647474181> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/207389007> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6972> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural tourism"@en ,
                                                                                                        "Πολιτιστικός τουρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1647545648
<http://semantics.gr/authorities/ekt-unesco/1647545648> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112597562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8096> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "War handicapped"@en ,
                                                                                                       "Ανάπηροι παλαίμαχοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Disabled war veterans"@en ,
                                                                                                        "Βετεράνοι πολέμου με αναπηρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1648518795
<http://semantics.gr/authorities/ekt-unesco/1648518795> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6124> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Minicomputers"@en ,
                                                                                                        "Μινιυπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1650148991
<http://semantics.gr/authorities/ekt-unesco/1650148991> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1357300460> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5227> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Film festivals"@en ,
                                                                                                        "Φεστιβάλ κινηματογράφου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1652725393
<http://semantics.gr/authorities/ekt-unesco/1652725393> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.15> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1251014061> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1674220031> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1812516779> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1853421408> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1890677738> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2141373940> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/255789568> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/620521797> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/916983599> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.15" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social systems"@en ,
                                                                                                        "Κοινωνικά συστήματα"@el ;
                                                        <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Κοινωνικά συστήματα (ομάδα όρων)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1652910038
<http://semantics.gr/authorities/ekt-unesco/1652910038> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept262> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1207427820> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/601715463> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/617718599> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural research"@en ,
                                                                                                        "Πολιτισμική έρευνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1654325156
<http://semantics.gr/authorities/ekt-unesco/1654325156> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.30> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1079854575> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/579542279> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.30" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnic questions"@en ,
                                                                                                        "Εθνοτικά ζητήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1659209185
<http://semantics.gr/authorities/ekt-unesco/1659209185> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2107037485> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept115> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1004579263> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific personnel"@en ,
                                                                                                        "Επιστημονικό προσωπικό"@el .


###  http://semantics.gr/authorities/ekt-unesco/1662273042
<http://semantics.gr/authorities/ekt-unesco/1662273042> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1113731165> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6369> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Resistance to change"@en ,
                                                                                                        "Αντίσταση στην αλλαγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1663124083
<http://semantics.gr/authorities/ekt-unesco/1663124083> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/670039046> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2332> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Egyptology"@en ,
                                                                                                        "Αιγυπτιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1664719616
<http://semantics.gr/authorities/ekt-unesco/1664719616> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2413> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Zoogeography"@en ,
                                                                                                        "Ζωογεωγραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1664988514
<http://semantics.gr/authorities/ekt-unesco/1664988514> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept444> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1048007368> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1513974041> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1669320191> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional development"@en ,
                                                                                                        "Περιφερειακή ανάπτυξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1666345723
<http://semantics.gr/authorities/ekt-unesco/1666345723> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1177228612> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4462> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic recession"@en ,
                                                                                                        "Οικονομική ύφεση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1669320191
<http://semantics.gr/authorities/ekt-unesco/1669320191> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1664988514> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7799> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional disparities"@en ,
                                                                                                        "Περιφερειακές ανισότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1674220031
<http://semantics.gr/authorities/ekt-unesco/1674220031> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept398> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/168034861> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/474188122> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social interaction"@en ,
                                                                                                        "Κοινωνική αλληλεπίδραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1674594693
<http://semantics.gr/authorities/ekt-unesco/1674594693> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6839> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Διακίνηση ναρκωτικών"@el ,
                                                                                                       "Εμπόριο ναρκωτικών"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Drug traffic"@en ,
                                                                                                        "Εμπορία ναρκωτικών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1675397207
<http://semantics.gr/authorities/ekt-unesco/1675397207> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1444992120> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4476> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Entrepreneurs"@en ,
                                                                                                        "Επιχειρηματίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1676724498
<http://semantics.gr/authorities/ekt-unesco/1676724498> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept565> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1106797478> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1639542832> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/455722262> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/465209358> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/788579775> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Domestic affairs"@en ,
                                                                                                       "Εσωτερικές υποθέσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Internal politics"@en ,
                                                                                                        "Εσωτερική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1678891932
<http://semantics.gr/authorities/ekt-unesco/1678891932> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2712> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1088294583> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Apartment"@en ,
                                                                                                       "Flat"@en ,
                                                                                                       "Διαμερίσματα"@el ,
                                                                                                       "Σπίτια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Houses"@en ,
                                                                                                        "Οικίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1679215744
<http://semantics.gr/authorities/ekt-unesco/1679215744> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept258> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural creation"@en ,
                                                                                                        "Πολιτιστική δημιουργία"@el .


###  http://semantics.gr/authorities/ekt-unesco/168034861
<http://semantics.gr/authorities/ekt-unesco/168034861> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1674220031> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9610> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/574320517> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Human relations"@en ,
                                                                                                      "Ανθρώπινες σχέσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Interpersonal relations"@en ,
                                                                                                       "Διαπροσωπικές σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1683429293
<http://semantics.gr/authorities/ekt-unesco/1683429293> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/105515091> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1086283936> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/290804230> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Building materials"@en ,
                                                                                                        "Οικοδομικά υλικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1683804547
<http://semantics.gr/authorities/ekt-unesco/1683804547> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1766> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant genetics"@en ,
                                                                                                        "Γενετική των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1684993066
<http://semantics.gr/authorities/ekt-unesco/1684993066> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2170> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Λατινικής Αμερικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Latin American cultures"@en ,
                                                                                                        "Λατινοαμερικάνικοι πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1686639740
<http://semantics.gr/authorities/ekt-unesco/1686639740> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732213896> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17044> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Orphans"@en ,
                                                                                                        "Ορφανά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1687301792
<http://semantics.gr/authorities/ekt-unesco/1687301792> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2044335023> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2528> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Historic monuments"@en ,
                                                                                                        "Ιστορικά μνημεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1690010143
<http://semantics.gr/authorities/ekt-unesco/1690010143> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403620946> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11738> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mosaics"@en ,
                                                                                                        "Μωσαϊκά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1693897658
<http://semantics.gr/authorities/ekt-unesco/1693897658> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.40> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1775499353> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5.40" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information technology (software)"@en ,
                                                                                                        "Τεχνολογία πληροφοριών (λογισμικό)"@el .


###  http://semantics.gr/authorities/ekt-unesco/169546603
<http://semantics.gr/authorities/ekt-unesco/169546603> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/255789568> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3622> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Quality of life"@en ,
                                                                                                       "Ποιότητα ζωής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1699236060
<http://semantics.gr/authorities/ekt-unesco/1699236060> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/329902989> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15229> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant transpiration"@en ,
                                                                                                        "Διαπνοή των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1700222240
<http://semantics.gr/authorities/ekt-unesco/1700222240> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2445> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fauna"@en ,
                                                                                                        "Πανίδα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1700483475
<http://semantics.gr/authorities/ekt-unesco/1700483475> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9710> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Steam power"@en ,
                                                                                                        "Ενέργεια ατμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1702878055
<http://semantics.gr/authorities/ekt-unesco/1702878055> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91826514> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4360> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Προγράμματα ραδιοφώνου"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Radio programmes"@en ,
                                                                                                        "Ραδιοφωνικά προγράμματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1703379852
<http://semantics.gr/authorities/ekt-unesco/1703379852> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.25> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1021005212> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1825204154> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1981342253> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2019420287> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/227997186> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/360347970> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/560215094> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/566494261> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/647141340> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.25" ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "Ομάδα όρων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "History"@en ,
                                                                                                        "Ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1704807401
<http://semantics.gr/authorities/ekt-unesco/1704807401> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1023794105> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10211> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban spaces"@en ,
                                                                                                        "Αστικοί χώροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1709040350
<http://semantics.gr/authorities/ekt-unesco/1709040350> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/4620496> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12003> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural environment"@en ,
                                                                                                        "Αγροτικό περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/171171946
<http://semantics.gr/authorities/ekt-unesco/171171946> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1912064093> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3270> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Maps"@en ,
                                                                                                       "Χάρτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1712178443
<http://semantics.gr/authorities/ekt-unesco/1712178443> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721714281> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1942> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αντλίες θερμότητας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Heat pumps"@en ,
                                                                                                        "Αντλίες θέρμανσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1712841397
<http://semantics.gr/authorities/ekt-unesco/1712841397> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept533> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1006298351> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Συστήματα πληροφορικής"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer systems"@en ,
                                                                                                        "Συστήματα υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1716436711
<http://semantics.gr/authorities/ekt-unesco/1716436711> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8744> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Transport economics"@en ,
                                                                                                        "Οικονομικά των μεταφορών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1716657803
<http://semantics.gr/authorities/ekt-unesco/1716657803> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2643> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Arab art"@en ,
                                                                                                        "Αραβική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/17212461
<http://semantics.gr/authorities/ekt-unesco/17212461> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1187225323> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7109> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Καθημερινότητα"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Everyday life"@en ,
                                                                                                      "Καθημερινή ζωή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1722859013
<http://semantics.gr/authorities/ekt-unesco/1722859013> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.65> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1368967451> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1433487733> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/207389007> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ανάπαυση"@el ,
                                                                                                       "Αναψυχή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "ομάδα εννοιών"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Leisure"@en ,
                                                                                                        "Ελεύθερος χρόνος"@el ;
                                                        <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Ελεύθερος χρόνος (ομαδα όρων)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1723829147
<http://semantics.gr/authorities/ekt-unesco/1723829147> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/886429670> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13759> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Submarines"@en ,
                                                                                                        "Υποβρύχια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1724170783
<http://semantics.gr/authorities/ekt-unesco/1724170783> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1916482458> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4285> ;
                                                        <http://www.w3.org/2004/02/skos/core#hiddenLabel> "ανήλικοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Children"@en ,
                                                                                                        "Παιδιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1725870958
<http://semantics.gr/authorities/ekt-unesco/1725870958> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1057142573> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12836> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1467035337> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1621869185> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/467686230> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/922348568> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International organizations"@en ,
                                                                                                        "Διεθνείς οργανισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1728453957
<http://semantics.gr/authorities/ekt-unesco/1728453957> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/314138924> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2601> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Endogenous technology"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional technology"@en ,
                                                                                                        "Παραδοσιακή τεχνολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1728871340
<http://semantics.gr/authorities/ekt-unesco/1728871340> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/917250526> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5845> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ραδιοεντοπιστές"@el ,
                                                                                                       "Ραδιοεντοπιστικές συσκευές"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Radar"@en ,
                                                                                                        "Ραντάρ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1731427029
<http://semantics.gr/authorities/ekt-unesco/1731427029> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1981957339> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1342> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Alcoholism"@en ,
                                                                                                        "Αλκοολισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1734649858
<http://semantics.gr/authorities/ekt-unesco/1734649858> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/786571535> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6678> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Φαυλοκρατία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political corruption"@en ,
                                                                                                        "Πολιτική διαφθορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1735361836
<http://semantics.gr/authorities/ekt-unesco/1735361836> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1113731165> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5945> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Innovation behaviour"@en ,
                                                                                                        "Καινοτόμα συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1737102503
<http://semantics.gr/authorities/ekt-unesco/1737102503> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1490919237> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1492> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Self help"@en ,
                                                                                                        "Αυτοβοήθεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1744055502
<http://semantics.gr/authorities/ekt-unesco/1744055502> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept382> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1411672060> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/343516739> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociology"@en ,
                                                                                                        "Κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1744443289
<http://semantics.gr/authorities/ekt-unesco/1744443289> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14702> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociologists"@en ,
                                                                                                        "Κοινωνιολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1745456500
<http://semantics.gr/authorities/ekt-unesco/1745456500> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14074> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Metropolitan areas"@en ,
                                                                                                        "Μητροπολιτικές περιοχές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1749188258
<http://semantics.gr/authorities/ekt-unesco/1749188258> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1390588067> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8324> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Manuscripts"@en ,
                                                                                                        "Χειρόγραφα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1749482309
<http://semantics.gr/authorities/ekt-unesco/1749482309> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/465209358> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9502> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Womens suffrage"@en ,
                                                                                                        "Δικαίωμα ψήφου στις γυναίκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1751309510
<http://semantics.gr/authorities/ekt-unesco/1751309510> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.75> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1056759742> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1355800982> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1404499332> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1471718213> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/28254909> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/716962194> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/729172889> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.75" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural sciences"@en ,
                                                                                                        "Φυσικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1754796038
<http://semantics.gr/authorities/ekt-unesco/1754796038> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/3318> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept429> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1190542399> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1514725529> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1583600312> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1844511925> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1966422905> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2086704554> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/3311073> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/859331599> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population dynamics"@en ,
                                                                                                        "Πληθυσμιακή δυναμική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1756966264
<http://semantics.gr/authorities/ekt-unesco/1756966264> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1492480191> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12330> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tourist industry"@en ,
                                                                                                        "Τουριστική βιομηχανία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1762044729
<http://semantics.gr/authorities/ekt-unesco/1762044729> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept256> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1233914628> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1910963916> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2062505504> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/886228651> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural change"@en ,
                                                                                                        "Πολιτισμική αλλαγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/176328492
<http://semantics.gr/authorities/ekt-unesco/176328492> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/222015943> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2954> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Stained glass"@en ,
                                                                                                       "Υαλογράφημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1764119955
<http://semantics.gr/authorities/ekt-unesco/1764119955> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1876145373> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4361> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Προγράμματα τηλεόρασης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Television programmes"@en ,
                                                                                                        "Τηλεοπτικά προγράμματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1765067697
<http://semantics.gr/authorities/ekt-unesco/1765067697> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/207389007> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12658> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2026926487> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Tourist facilities"@en ,
                                                                                                        "Τουριστικές εγκαταστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1765075331
<http://semantics.gr/authorities/ekt-unesco/1765075331> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept480> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1348933017> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1355238292> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication industry"@en ,
                                                                                                        "Βιομηχανία των επικοινωνιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1765496787
<http://semantics.gr/authorities/ekt-unesco/1765496787> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1832> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biogas"@en ,
                                                                                                        "Βιοαέριο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1771356225
<http://semantics.gr/authorities/ekt-unesco/1771356225> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28003338> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2866> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Atomic weapons"@en ,
                                                                                                       "Weapons of mass destruction"@en ,
                                                                                                       "Όπλα μαζικής καταστροφής"@el ,
                                                                                                       "Ατομικά όπλα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nuclear weapons"@en ,
                                                                                                        "Πυρηνικά όπλα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1772598214
<http://semantics.gr/authorities/ekt-unesco/1772598214> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/283685562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3249> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Επισκευαστικά εργαστήρια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Repair workshops"@en ,
                                                                                                        "Εργαστήρια επισκευών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1775499353
<http://semantics.gr/authorities/ekt-unesco/1775499353> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1693897658> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept527> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Telecommunications"@en ,
                                                                                                        "Τηλεπικοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1778193443
<http://semantics.gr/authorities/ekt-unesco/1778193443> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1612> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "African literature"@en ,
                                                                                                        "Αφρικανική λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1779587354
<http://semantics.gr/authorities/ekt-unesco/1779587354> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1258282824> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept285> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1461948043> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Metaphysics"@en ,
                                                                                                        "Μεταφυσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1779972790
<http://semantics.gr/authorities/ekt-unesco/1779972790> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.15> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.15" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mathematics and statistics"@en ,
                                                                                                        "Μαθηματικά και στατιστική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1779973470
<http://semantics.gr/authorities/ekt-unesco/1779973470> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1593> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Artistic creation"@en ,
                                                                                                        "Καλλιτεχνική δημιουργία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1780351754
<http://semantics.gr/authorities/ekt-unesco/1780351754> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/715232625> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15197> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/155978655> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Planets"@en ,
                                                                                                        "Πλανήτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1780849665
<http://semantics.gr/authorities/ekt-unesco/1780849665> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/96160993> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1672> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Death"@en ,
                                                                                                        "Θάνατος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1783833362
<http://semantics.gr/authorities/ekt-unesco/1783833362> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1131220142> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7616> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1045598200> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1449508099> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1569778130> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πληθυσμιακή έρευνα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population research"@en ,
                                                                                                        "Δημογραφική έρευνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1784259819
<http://semantics.gr/authorities/ekt-unesco/1784259819> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2462> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/450371473> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/972805076> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mammals"@en ,
                                                                                                        "Θηλαστικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1787853818
<http://semantics.gr/authorities/ekt-unesco/1787853818> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2452> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Είδη υπό εξαφάνιση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Endangered species"@en ,
                                                                                                        "Απειλούμενα είδη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1788326024
<http://semantics.gr/authorities/ekt-unesco/1788326024> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/751973306> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4619> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Investment"@en ,
                                                                                                        "Επένδυση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1788723612
<http://semantics.gr/authorities/ekt-unesco/1788723612> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1317895330> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10476> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scandinavian literature"@en ,
                                                                                                        "Σκανδιναβική λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1791121093
<http://semantics.gr/authorities/ekt-unesco/1791121093> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.20> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1050738359> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1057142573> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/766381553> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/76986958> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.20" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International relations"@en ,
                                                                                                        "Διεθνείς σχέσεις"@el ;
                                                        <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Διεθνείς σχέσεις (ομάδα όρων)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1791231704
<http://semantics.gr/authorities/ekt-unesco/1791231704> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1667> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Γήρας"@el ,
                                                                                                       "Γεροντική ηλικία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Old age"@en ,
                                                                                                        "Γηρατειά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1792807633
<http://semantics.gr/authorities/ekt-unesco/1792807633> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2856> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aristocracy"@en ,
                                                                                                        "Αριστοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1795781711
<http://semantics.gr/authorities/ekt-unesco/1795781711> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/958976710> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6104> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Diskettes"@en ,
                                                                                                       "Floppy disks"@en ,
                                                                                                       "Δισκέτες"@el ,
                                                                                                       "Εύκαμπτοι μαγνητικοί δίσκοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Magnetic discs"@en ,
                                                                                                        "Μαγνητικοί δίσκοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1795852334
<http://semantics.gr/authorities/ekt-unesco/1795852334> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2018192233> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4858> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ministries"@en ,
                                                                                                       "Υπουργεία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Government departments"@en ,
                                                                                                        "Κυβερνητικές υπηρεσίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1796472148
<http://semantics.gr/authorities/ekt-unesco/1796472148> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1533524375> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6317> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Environmental conservation"@en ,
                                                                                                        "Προστασία περιβάλλοντος"@el .


###  http://semantics.gr/authorities/ekt-unesco/1800054191
<http://semantics.gr/authorities/ekt-unesco/1800054191> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1281201192> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3715> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Volunteers"@en ,
                                                                                                        "Εθελοντές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1801326934
<http://semantics.gr/authorities/ekt-unesco/1801326934> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1913630914> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6364> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Restoration"@en ,
                                                                                                        "Αναστήλωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1805257293
<http://semantics.gr/authorities/ekt-unesco/1805257293> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17062> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Human remains"@en ,
                                                                                                        "Ανθρώπινα κατάλοιπα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1805955473
<http://semantics.gr/authorities/ekt-unesco/1805955473> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1024662637> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5670> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1198892339> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Drawing"@en ,
                                                                                                        "Σχέδιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1808754880
<http://semantics.gr/authorities/ekt-unesco/1808754880> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6960> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional cultures"@en ,
                                                                                                        "Παραδοσιακοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1809800078
<http://semantics.gr/authorities/ekt-unesco/1809800078> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5186> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious discrimination"@en ,
                                                                                                        "Θρησκευτικές διακρίσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1811954746
<http://semantics.gr/authorities/ekt-unesco/1811954746> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3230> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Universe"@en ,
                                                                                                        "Σύμπαν"@el .


###  http://semantics.gr/authorities/ekt-unesco/1812516779
<http://semantics.gr/authorities/ekt-unesco/1812516779> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept403> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1536009057> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/575907563> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Value systems"@en ,
                                                                                                        "Συστήματα αξιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1813656448
<http://semantics.gr/authorities/ekt-unesco/1813656448> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1035> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Rape"@en ,
                                                                                                       "Sexual violence"@en ,
                                                                                                       "Βιασμός"@el ,
                                                                                                       "Σεξουαλική βία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sexual abuse"@en ,
                                                                                                        "Σεξουαλική κακοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1818396831
<http://semantics.gr/authorities/ekt-unesco/1818396831> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9721> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/510056760> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Thermal energy"@en ,
                                                                                                        "Θερμική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1819011600
<http://semantics.gr/authorities/ekt-unesco/1819011600> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1274763065> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12950> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mosques"@en ,
                                                                                                        "Τζαμιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/1820346355
<http://semantics.gr/authorities/ekt-unesco/1820346355> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/300847491> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2411> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ενδιαιτήματα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Habitats"@en ,
                                                                                                        "Οικότοποι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1820596812
<http://semantics.gr/authorities/ekt-unesco/1820596812> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2626> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/864796112> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aquatic ecosystems"@en ,
                                                                                                        "Υδάτινα οικοσυστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1821509013
<http://semantics.gr/authorities/ekt-unesco/1821509013> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.20> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.20" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational administration"@en ,
                                                                                                        "Εκπαιδευτική διοίκηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1825204154
<http://semantics.gr/authorities/ekt-unesco/1825204154> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept303> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1904193224> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/235219981> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/272500916> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/950111578> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/979122568> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National history"@en ,
                                                                                                        "Εθνική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1825928750
<http://semantics.gr/authorities/ekt-unesco/1825928750> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4777> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Μάρτυρες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Saints"@en ,
                                                                                                        "Άγιοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1829666979
<http://semantics.gr/authorities/ekt-unesco/1829666979> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1193359763> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12046> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "War prisoners"@en ,
                                                                                                        "Αιχμάλωτοι πολέμου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1829693799
<http://semantics.gr/authorities/ekt-unesco/1829693799> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10925> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/744858191> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Marine resources"@en ,
                                                                                                        "Θαλάσσιοι πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1831650304
<http://semantics.gr/authorities/ekt-unesco/1831650304> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1891508085> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2960> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural history"@en ,
                                                                                                        "Πολιτισμική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1831835070
<http://semantics.gr/authorities/ekt-unesco/1831835070> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8217> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1900816047> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Internal migration"@en ,
                                                                                                        "Εσωτερική μετανάστευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1833489254
<http://semantics.gr/authorities/ekt-unesco/1833489254> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/229520950> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3461> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Visually impaired"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Blind"@en ,
                                                                                                        "Τυφλοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1836937271
<http://semantics.gr/authorities/ekt-unesco/1836937271> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.65> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.65" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational evaluation"@en ,
                                                                                                        "Εκπαιδευτική αξιολόγηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1838829751
<http://semantics.gr/authorities/ekt-unesco/1838829751> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11059> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Άτομα που γεννιούνται στο εξωτερικό και εισέρχονται σε μια χώρα με σκοπό να γίνουν  μόνιμοι κάτοικοι ή πολίτες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#note> "να δούμε την ελληνική απόδοση και για immigrants και για Immigration"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Immigrants"@en ,
                                                                                                        "Εισερχόμενοι μετανάστες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1840844119
<http://semantics.gr/authorities/ekt-unesco/1840844119> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/630745811> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14623> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Fusion reactors"@en ,
                                                                                                       "Αντιδραστήρες σύντηξης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nuclear reactors"@en ,
                                                                                                        "Πυρηνικοί αντιδραστήρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1842099340
<http://semantics.gr/authorities/ekt-unesco/1842099340> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973934708> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14399> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musicology"@en ,
                                                                                                        "Μουσικολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1844511925
<http://semantics.gr/authorities/ekt-unesco/1844511925> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13803> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Ο λόγος του ετήσιου αριθμού γάμων προς τον συνολικό πληθυσμό"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nuptiality"@en ,
                                                                                                        "Γαμηλιότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1846178281
<http://semantics.gr/authorities/ekt-unesco/1846178281> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1303384323> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6600> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/115725983> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cooperatives"@en ,
                                                                                                        "Συνεταιρισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/184735007
<http://semantics.gr/authorities/ekt-unesco/184735007> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5888> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Αστικές συγκοινωνίες"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban transport"@en ,
                                                                                                       "Αστικές μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1847787175
<http://semantics.gr/authorities/ekt-unesco/1847787175> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1913630914> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2695> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Preservation of monuments"@en ,
                                                                                                        "Προστασία μνημείων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1849145841
<http://semantics.gr/authorities/ekt-unesco/1849145841> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1952700286> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11547> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Globalization"@en ,
                                                                                                        "Παγκοσμιοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1851398166
<http://semantics.gr/authorities/ekt-unesco/1851398166> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/419048587> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4714> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cartoons"@en ,
                                                                                                        "Κινούμενα σχέδια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1853421408
<http://semantics.gr/authorities/ekt-unesco/1853421408> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept401> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1792807633> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/439347041> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/484272074> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/64879846> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/67044979> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/676937470> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Κοινωνική διάρθρωση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social structure"@en ,
                                                                                                        "Κοινωνική δομή"@el .


###  http://semantics.gr/authorities/ekt-unesco/1854544525
<http://semantics.gr/authorities/ekt-unesco/1854544525> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/917250526> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5168> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Clocks"@en ,
                                                                                                       "Ρολόγια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Time measuring instruments"@en ,
                                                                                                        "Όργανα μέτρησης χρόνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1856206730
<http://semantics.gr/authorities/ekt-unesco/1856206730> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3001> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Primitive art"@en ,
                                                                                                        "Πρωτόγονη τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1857632051
<http://semantics.gr/authorities/ekt-unesco/1857632051> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12783> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Internationalism"@en ,
                                                                                                        "Διεθνισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1858393187
<http://semantics.gr/authorities/ekt-unesco/1858393187> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1913591392> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4052> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomass"@en ,
                                                                                                        "Βιομάζα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1859972316
<http://semantics.gr/authorities/ekt-unesco/1859972316> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6939> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture of poverty"@en ,
                                                                                                        "Πολιτισμός της φτώχειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1860638460
<http://semantics.gr/authorities/ekt-unesco/1860638460> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept255> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural anthropology"@en ,
                                                                                                        "Πολιτισμική ανθρωπολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1865550576
<http://semantics.gr/authorities/ekt-unesco/1865550576> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1362529969> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1741> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Agricultural extension"@en ,
                                                                                                       "Γεωργική επέκταση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural extension"@en ,
                                                                                                        "Αγροτική επέκταση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1866911248
<http://semantics.gr/authorities/ekt-unesco/1866911248> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept265> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1175246638> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1282756890> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1412064174> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1469286854> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1475649552> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1564246608> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1684993066> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/340771024> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/434535366> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/923952721> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "National cultures"@en ,
                                                                                                        "Εθνικοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1867639581
<http://semantics.gr/authorities/ekt-unesco/1867639581> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept380> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social sciences"@en ,
                                                                                                        "Κοινωνικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1867852211
<http://semantics.gr/authorities/ekt-unesco/1867852211> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.25> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7.25" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political groupings"@en ,
                                                                                                        "Πολιτικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1869607832
<http://semantics.gr/authorities/ekt-unesco/1869607832> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.20> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.20" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Physical sciences"@en ,
                                                                                                        "Επιστήμες της Φυσικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1870438223
<http://semantics.gr/authorities/ekt-unesco/1870438223> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1021005212> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11914> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1632414523> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/95049397> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Prehistory"@en ,
                                                                                                        "Προϊστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1874370634
<http://semantics.gr/authorities/ekt-unesco/1874370634> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.10> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.10" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Human rights"@en ,
                                                                                                        "Ανθρώπινα δικαιώματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1876145373
<http://semantics.gr/authorities/ekt-unesco/1876145373> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4330> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/134302207> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1764119955> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/811303947> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/922493275> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Television"@en ,
                                                                                                        "Τηλεόραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1876856516
<http://semantics.gr/authorities/ekt-unesco/1876856516> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1887076158> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2700> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Architect restorers"@en ,
                                                                                                        "Αρχιτέκτονες-συντηρητές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1878291729
<http://semantics.gr/authorities/ekt-unesco/1878291729> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4259> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnobotany"@en ,
                                                                                                        "Εθνοβοτανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1878774474
<http://semantics.gr/authorities/ekt-unesco/1878774474> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/750777355> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5592> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Communism"@en ,
                                                                                                        "Κομμουνισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1879123471
<http://semantics.gr/authorities/ekt-unesco/1879123471> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4127> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "People of African descent"@en ,
                                                                                                        "Άτομα Αφρικανικής καταγωγής"@el .


###  http://semantics.gr/authorities/ekt-unesco/1883400588
<http://semantics.gr/authorities/ekt-unesco/1883400588> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1014092126> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12870> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Telex"@en ,
                                                                                                        "Τηλετυπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1884901161
<http://semantics.gr/authorities/ekt-unesco/1884901161> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1913591392> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4050> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Διαπλάσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomes"@en ,
                                                                                                        "Μεγαοικοσυστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1885867307
<http://semantics.gr/authorities/ekt-unesco/1885867307> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4318> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Bridges"@en ,
                                                                                                        "Γέφυρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1887076158
<http://semantics.gr/authorities/ekt-unesco/1887076158> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2704> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1876856516> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Architects"@en ,
                                                                                                        "Αρχιτέκτονες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1888499264
<http://semantics.gr/authorities/ekt-unesco/1888499264> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1513> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Adults"@en ,
                                                                                                        "Ενήλικες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1889841292
<http://semantics.gr/authorities/ekt-unesco/1889841292> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2344> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Buddhism"@en ,
                                                                                                        "Βουδισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/1889924940
<http://semantics.gr/authorities/ekt-unesco/1889924940> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8118> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/88991199> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Low income persons"@en ,
                                                                                                       "Άποροι"@el ,
                                                                                                       "Άτομα χαμηλού εισοδήματος"@el ,
                                                                                                       "Ενδεείς"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Poor"@en ,
                                                                                                        "Φτωχοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1890677738
<http://semantics.gr/authorities/ekt-unesco/1890677738> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept395> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1082835428> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1291843090> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1499565530> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1533809542> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/218262533> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/428732550> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/46671818> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/77764668> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/832308702> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/97904585> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/986462657> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social behaviour"@en ,
                                                                                                        "Κοινωνική συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/189146119
<http://semantics.gr/authorities/ekt-unesco/189146119> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13508> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanic literature"@en ,
                                                                                                       "Λογοτεχνία της Ωκεανίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/1891508085
<http://semantics.gr/authorities/ekt-unesco/1891508085> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept264> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1831650304> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1908787895> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/859662969> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/952756897> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture"@en ,
                                                                                                        "Πολιτισμός (κουλτούρα)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1899000363
<http://semantics.gr/authorities/ekt-unesco/1899000363> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2493> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1612551952> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Poetry"@en ,
                                                                                                        "Ποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1900238750
<http://semantics.gr/authorities/ekt-unesco/1900238750> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/271042939> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14403> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/604209971> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musicians"@en ,
                                                                                                        "Μουσικοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1900689821
<http://semantics.gr/authorities/ekt-unesco/1900689821> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain6> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/105515091> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1249107522> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1305779811> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1310442148> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1443853438> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1791121093> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1874370634> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/191800830> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1925664456> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2026540353> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/320599460> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/438676034> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/62189039> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/732012802> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/872850009> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/956657817> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/970042613> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Politics, law and economics"@en ,
                                                                                                        "Πολιτική, δίκαιο και οικονομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1900816047
<http://semantics.gr/authorities/ekt-unesco/1900816047> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1831835070> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/1923> ,
                                                                                                         <http://vocabularies.unesco.org/thesaurus/concept12784> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural migration"@en ,
                                                                                                        "Αγροτική μετανάστευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/190175764
<http://semantics.gr/authorities/ekt-unesco/190175764> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4200> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Proof reading"@en ,
                                                                                                      "Επιμέλεια"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Editing"@en ,
                                                                                                       "Συντακτική επιμέλεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1903418496
<http://semantics.gr/authorities/ekt-unesco/1903418496> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1233914628> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5349> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural crises"@en ,
                                                                                                        "Κρίσεις πολιτισμού (κουλτούρα)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1904193224
<http://semantics.gr/authorities/ekt-unesco/1904193224> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1825204154> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3134> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία της Ασίας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Asian history"@en ,
                                                                                                        "Ασιατική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1904986716
<http://semantics.gr/authorities/ekt-unesco/1904986716> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.45> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1023794105> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1054213370> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1312621592> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1362529969> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1490919237> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1664988514> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/300847491> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/4620496> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/484358273> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.45" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Human settlements and land use"@en ,
                                                                                                        "Ανθρώπινοι οικισμοί και χρήση γης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1907635335
<http://semantics.gr/authorities/ekt-unesco/1907635335> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1583600312> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5070> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Child mortality"@en ,
                                                                                                        "Παιδική θνησιμότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1908787895
<http://semantics.gr/authorities/ekt-unesco/1908787895> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1891508085> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7140> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural philosophy"@en ,
                                                                                                        "Πολιτισμική φιλοσοφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/190890918
<http://semantics.gr/authorities/ekt-unesco/190890918> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1072571173> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2859> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Upper class"@en ,
                                                                                                       "Ανώτερη τάξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1910963916
<http://semantics.gr/authorities/ekt-unesco/1910963916> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1762044729> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6998> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural dynamics"@en ,
                                                                                                        "Πολιτισμική δυναμική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1912064093
<http://semantics.gr/authorities/ekt-unesco/1912064093> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973886027> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept508> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1289781110> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/171171946> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Visual materials"@en ,
                                                                                                        "Οπτικό υλικό"@el .


###  http://semantics.gr/authorities/ekt-unesco/1913591392
<http://semantics.gr/authorities/ekt-unesco/1913591392> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3277> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1858393187> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1884901161> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/532778317> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biosphere"@en ,
                                                                                                        "Βιόσφαιρα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1913630914
<http://semantics.gr/authorities/ekt-unesco/1913630914> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1205483850> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept274> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1801326934> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1847787175> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural property preservation"@en ,
                                                                                                        "Προστασία πολιτιστικής κληρονομιάς"@el .


###  http://semantics.gr/authorities/ekt-unesco/1914702154
<http://semantics.gr/authorities/ekt-unesco/1914702154> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/597179158> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2335> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient scripts"@en ,
                                                                                                        "Αρχαίες γραφές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1916482458
<http://semantics.gr/authorities/ekt-unesco/1916482458> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1666> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1724170783> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/639324059> ;
                                                        <http://www.w3.org/2004/02/skos/core#hiddenLabel> "παιδιά"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Childhood"@en ,
                                                                                                        "Παιδική ηλικία"@el .


###  http://semantics.gr/authorities/ekt-unesco/191800830
<http://semantics.gr/authorities/ekt-unesco/191800830> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.40> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1583969501> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.40" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Industry"@en ,
                                                                                                       "Βιομηχανία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1918968762
<http://semantics.gr/authorities/ekt-unesco/1918968762> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1921043218> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6920> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cults"@en ,
                                                                                                        "Λατρείες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1919019828
<http://semantics.gr/authorities/ekt-unesco/1919019828> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept536> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Office machines"@en ,
                                                                                                       "Μηχανήματα γραφείου"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Office equipment"@en ,
                                                                                                        "Εξοπλισμός γραφείου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1919711966
<http://semantics.gr/authorities/ekt-unesco/1919711966> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3003> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1511837675> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/70476538> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious art"@en ,
                                                                                                        "Θρησκευτική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1921043218
<http://semantics.gr/authorities/ekt-unesco/1921043218> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept291> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1020481892> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1490070813> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1918968762> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/695036512> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious activities"@en ,
                                                                                                        "Θρησκευτικές δραστηριότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/192388634
<http://semantics.gr/authorities/ekt-unesco/192388634> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7979> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1413692752> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Abuse of power"@en ,
                                                                                                      "Κατάχρηση εξουσίας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oppression"@en ,
                                                                                                       "Καταπίεση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1924280812
<http://semantics.gr/authorities/ekt-unesco/1924280812> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368072319> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2940> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/669239652> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ceramic art"@en ,
                                                                                                        "Κεραμική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/1925664456
<http://semantics.gr/authorities/ekt-unesco/1925664456> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.45> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/259515854> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.45" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Civil, military and mining engineering"@en ,
                                                                                                        "Πολιτική, στρατιωτική και μεταλλευτική μηχανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1933567256
<http://semantics.gr/authorities/ekt-unesco/1933567256> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10810> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2024015256> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Popular literature"@en ,
                                                                                                        "Λογοτεχνία μαζικής κατανάλωσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/1936403938
<http://semantics.gr/authorities/ekt-unesco/1936403938> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1988832887> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6791> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/45492730> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political institutions"@en ,
                                                                                                        "Πολιτικοί θεσμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1937489735
<http://semantics.gr/authorities/ekt-unesco/1937489735> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3927> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Bilateral relations"@en ,
                                                                                                        "Διμερείς σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/19375214
<http://semantics.gr/authorities/ekt-unesco/19375214> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/438676034> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept546> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Νομοθεσία"@el ,
                                                                                                     "Νόμοι"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Law"@en ,
                                                                                                      "Δίκαιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1937954707
<http://semantics.gr/authorities/ekt-unesco/1937954707> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1536785776> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10838> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Τηλεοπτικοί/ραδιοφωνικοί παραγωγοί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "TV/radio producers"@en ,
                                                                                                        "Παραγωγοί τηλεόρασης/ραδιοφώνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/1938205228
<http://semantics.gr/authorities/ekt-unesco/1938205228> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1436632563> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2743> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1215427005> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Archive personnel"@en ,
                                                                                                        "Προσωπικό αρχείων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1940389184
<http://semantics.gr/authorities/ekt-unesco/1940389184> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept259> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/154340835> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2060111176> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/373315887> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/869555079> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμική διαφορετικότητα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural differentiation"@en ,
                                                                                                        "Πολιτισμική ετερότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1941470135
<http://semantics.gr/authorities/ekt-unesco/1941470135> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10974> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1486453905> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/922956601> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Folk literature"@en ,
                                                                                                        "Λαϊκή λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1941951701
<http://semantics.gr/authorities/ekt-unesco/1941951701> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.45> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7.45" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Linguistic groupings"@en ,
                                                                                                        "Γλωσσικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1943308267
<http://semantics.gr/authorities/ekt-unesco/1943308267> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9602> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/391315115> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Emigration"@en ,
                                                                                                        "Αποδημία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1945214990
<http://semantics.gr/authorities/ekt-unesco/1945214990> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2456> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal taxonomy"@en ,
                                                                                                        "Ταξινομία των ζώων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1945740353
<http://semantics.gr/authorities/ekt-unesco/1945740353> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1546281498> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept173> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/87795871> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Geomorphology"@en ,
                                                                                                        "Γεωμορφολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1949081533
<http://semantics.gr/authorities/ekt-unesco/1949081533> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1317895330> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10477> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Slav literature"@en ,
                                                                                                        "Σλαβική λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1949871667
<http://semantics.gr/authorities/ekt-unesco/1949871667> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14136> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Return migration"@en ,
                                                                                                        "Παλιννόστηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1952700286
<http://semantics.gr/authorities/ekt-unesco/1952700286> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1372364701> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8619> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1849145841> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "International economic relations"@en ,
                                                                                                        "Διεθνείς οικονομικές σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1955766825
<http://semantics.gr/authorities/ekt-unesco/1955766825> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77388191> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10809> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Novels"@en ,
                                                                                                        "Νουβέλες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1955889470
<http://semantics.gr/authorities/ekt-unesco/1955889470> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/271042939> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1258> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Actors"@en ,
                                                                                                        "Ηθοποιοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1955925384
<http://semantics.gr/authorities/ekt-unesco/1955925384> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1251014061> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14928> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1975774018> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social roles"@en ,
                                                                                                        "Κοινωνικοί ρόλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/1956039036
<http://semantics.gr/authorities/ekt-unesco/1956039036> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11713> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Nomads"@en ,
                                                                                                        "Νομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1958594202
<http://semantics.gr/authorities/ekt-unesco/1958594202> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.05> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7.05" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Africa"@en ,
                                                                                                        "Αφρική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1964025510
<http://semantics.gr/authorities/ekt-unesco/1964025510> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/893016319> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3538> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ballet"@en ,
                                                                                                        "Μπαλέτο"@el .


###  http://semantics.gr/authorities/ekt-unesco/1964093438
<http://semantics.gr/authorities/ekt-unesco/1964093438> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5854> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/472238243> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Democracy"@en ,
                                                                                                        "Δημοκρατία (πολίτευμα)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1966422905
<http://semantics.gr/authorities/ekt-unesco/1966422905> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6826> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Population increase"@en ,
                                                                                                        "Αύξηση πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/1967454376
<http://semantics.gr/authorities/ekt-unesco/1967454376> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept378> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/560206570> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/78429058> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/78692263> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/838209820> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Social science research"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social research"@en ,
                                                                                                        "Κοινωνική έρευνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1970662430
<http://semantics.gr/authorities/ekt-unesco/1970662430> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6842> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Σωματεμπορία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Human trafficking"@en ,
                                                                                                        "Εμπορία ανθρώπων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1972568585
<http://semantics.gr/authorities/ekt-unesco/1972568585> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495699147> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1682> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "News services"@en ,
                                                                                                       "Ειδησεογραφικά πρακτορεία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "News agencies"@en ,
                                                                                                        "Πρακτορεία ειδήσεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1973796310
<http://semantics.gr/authorities/ekt-unesco/1973796310> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1082835428> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3466> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/465094728> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Honours"@en ,
                                                                                                       "Prizes"@en ,
                                                                                                       "Τιμητικές διακρίσεις"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Awards"@en ,
                                                                                                        "Βραβεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1973886027
<http://semantics.gr/authorities/ekt-unesco/1973886027> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.30> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1242144670> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1390588067> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1912064093> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5.30" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information sources"@en ,
                                                                                                        "Πηγές πληροφοριών"@el .


###  http://semantics.gr/authorities/ekt-unesco/1973934708
<http://semantics.gr/authorities/ekt-unesco/1973934708> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept353> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1120740612> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1842099340> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2073516221> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/670924676> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/828901530> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Music"@en ,
                                                                                                        "Μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1973938890
<http://semantics.gr/authorities/ekt-unesco/1973938890> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.60> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "3.60" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Museums"@en ,
                                                                                                        "Μουσεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1975774018
<http://semantics.gr/authorities/ekt-unesco/1975774018> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1955925384> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11346> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Gender roles"@en ,
                                                                                                        "Ρόλοι των φύλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1976514485
<http://semantics.gr/authorities/ekt-unesco/1976514485> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081621694> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5176> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious sects"@en ,
                                                                                                        "Θρησκευτικές αιρέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/1977406822
<http://semantics.gr/authorities/ekt-unesco/1977406822> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/868099153> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5647> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musical comedy"@en ,
                                                                                                        "Μουσική κωμωδία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1978898132
<http://semantics.gr/authorities/ekt-unesco/1978898132> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/80204865> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6906> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Quasars"@en ,
                                                                                                        "Κβάζαρ"@el .


###  http://semantics.gr/authorities/ekt-unesco/1978977858
<http://semantics.gr/authorities/ekt-unesco/1978977858> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/662156455> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14351> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Murals"@en ,
                                                                                                        "Τοιχογραφίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1979583996
<http://semantics.gr/authorities/ekt-unesco/1979583996> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/975256425> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5264> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban traffic"@en ,
                                                                                                        "Αστική κυκλοφορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1981342253
<http://semantics.gr/authorities/ekt-unesco/1981342253> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17090> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Collective memory"@en ,
                                                                                                        "Συλλογική μνήμη"@el .


###  http://semantics.gr/authorities/ekt-unesco/198137455
<http://semantics.gr/authorities/ekt-unesco/198137455> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10982> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional music"@en ,
                                                                                                       "Παραδοσιακή μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1981563936
<http://semantics.gr/authorities/ekt-unesco/1981563936> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14408> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious music"@en ,
                                                                                                        "Θρησκευτική μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/1981957339
<http://semantics.gr/authorities/ekt-unesco/1981957339> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1341> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1731427029> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/391700122> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/420225460> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Εθισμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Addiction"@en ,
                                                                                                        "Εξάρτηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1984357726
<http://semantics.gr/authorities/ekt-unesco/1984357726> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/888076951> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4198> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Έκδοση εγχειριδίων"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Textbook production"@en ,
                                                                                                        "Έκδοση διδακτικών βιβλίων"@el .


###  http://semantics.gr/authorities/ekt-unesco/1984452893
<http://semantics.gr/authorities/ekt-unesco/1984452893> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/871277801> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11949> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mother"@en ,
                                                                                                        "Μητέρα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1984593793
<http://semantics.gr/authorities/ekt-unesco/1984593793> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5617> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1565441507> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Liberation movements"@en ,
                                                                                                        "Απελευθερωτικά κινήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/1984648520
<http://semantics.gr/authorities/ekt-unesco/1984648520> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1383279212> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3218> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1580703190> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Astrophysics"@en ,
                                                                                                        "Αστροφυσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/198492316
<http://semantics.gr/authorities/ekt-unesco/198492316> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1274763065> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17009> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Synagogues"@en ,
                                                                                                       "Συναγωγές"@el .


###  http://semantics.gr/authorities/ekt-unesco/1986432102
<http://semantics.gr/authorities/ekt-unesco/1986432102> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1150979609> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept327> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/128021396> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1282291998> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/13773010> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1899000363> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1933567256> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1941470135> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2066560720> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/559618322> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/66292295> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/77388191> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary forms and genres"@en ,
                                                                                                        "Λογοτεχνικά είδη"@el .


###  http://semantics.gr/authorities/ekt-unesco/198681461
<http://semantics.gr/authorities/ekt-unesco/198681461> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/947235366> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9717> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nuclear energy"@en ,
                                                                                                       "Πυρηνική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/1987733746
<http://semantics.gr/authorities/ekt-unesco/1987733746> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11559> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "World state"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "World government"@en ,
                                                                                                        "Παγκόσμια κυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1988832887
<http://semantics.gr/authorities/ekt-unesco/1988832887> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept564> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1289955029> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1936403938> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/86118160> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Government"@en ,
                                                                                                        "Κυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/1990963847
<http://semantics.gr/authorities/ekt-unesco/1990963847> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10251> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Space stations"@en ,
                                                                                                        "Διαστημικοί σταθμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/1994532590
<http://semantics.gr/authorities/ekt-unesco/1994532590> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2799> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Palaeography"@en ,
                                                                                                        "Παλαιογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/1994910185
<http://semantics.gr/authorities/ekt-unesco/1994910185> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15388> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Pornography"@en ,
                                                                                                        "Πορνογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/199512961
<http://semantics.gr/authorities/ekt-unesco/199512961> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain3> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/114264529> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1150979609> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1205483850> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1258282824> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1703379852> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1722859013> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1973938890> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/257176627> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/286485296> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/482791087> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/66115> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "3" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture"@en ,
                                                                                                       "Πολιτισμός (κουλτούρα)"@el ;
                                                       <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Πολιτισμός (κουλτούρα) (κλάδος)"@el .


###  http://semantics.gr/authorities/ekt-unesco/1995196551
<http://semantics.gr/authorities/ekt-unesco/1995196551> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/655542259> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1894> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Black holes"@en ,
                                                                                                        "Μαύρες τρύπες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1996754063
<http://semantics.gr/authorities/ekt-unesco/1996754063> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/255789568> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10681> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social factors"@en ,
                                                                                                        "Κοινωνικοί παράγοντες"@el .


###  http://semantics.gr/authorities/ekt-unesco/1997629627
<http://semantics.gr/authorities/ekt-unesco/1997629627> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17106> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Radicalism"@en ,
                                                                                                       "Violent extremism"@en ,
                                                                                                       "Βίαιος εξτρεμισμός"@el ,
                                                                                                       "Ριζοσπαστισμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Extremism"@en ,
                                                                                                        "Εξτρεμισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2000597127
<http://semantics.gr/authorities/ekt-unesco/2000597127> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732012802> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept586> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Income and wealth"@en ,
                                                                                                        "Εισόδημα και πλούτος"@el .


###  http://semantics.gr/authorities/ekt-unesco/2000807750
<http://semantics.gr/authorities/ekt-unesco/2000807750> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1014092126> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7421> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Facsimile transmitters"@en ,
                                                                                                       "Συσκευή τηλεομοιοτυπίας"@el ,
                                                                                                       "Φαξ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fax"@en ,
                                                                                                        "Τηλεομοιοτυπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2001205444
<http://semantics.gr/authorities/ekt-unesco/2001205444> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061837696> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4861> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Μονάδες υδροηλεκτρικής ενέργειας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydroelectric power stations"@en ,
                                                                                                        "Υδροηλεκτρικοί σταθμοί παραγωγής ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/200474416
<http://semantics.gr/authorities/ekt-unesco/200474416> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.25> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.25" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational management"@en ,
                                                                                                       "Εκπαιδευτική διαχείριση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2008214159
<http://semantics.gr/authorities/ekt-unesco/2008214159> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1436632563> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2774> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Βοηθοί βιβλιοθήκης"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Library technicians"@en ,
                                                                                                        "Τεχνικοί βιβλιοθήκης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2012204906
<http://semantics.gr/authorities/ekt-unesco/2012204906> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2141373940> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11653> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Lobbies"@en ,
                                                                                                       "Pressure groups"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Interest groups"@en ,
                                                                                                        "Ομάδες συμφερόντων"@el .


###  http://semantics.gr/authorities/ekt-unesco/2015149626
<http://semantics.gr/authorities/ekt-unesco/2015149626> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10388> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Multiracial societies"@en ,
                                                                                                       "Πολυφυλετικές κοινωνίες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Multiethnic societies"@en ,
                                                                                                        "Πολυεθνικές κοινωνίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2015389304
<http://semantics.gr/authorities/ekt-unesco/2015389304> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3009> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociology of art"@en ,
                                                                                                        "Κοινωνιολογία της τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2015727313
<http://semantics.gr/authorities/ekt-unesco/2015727313> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1007885543> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept408> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1592188426> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1889924940> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2057327929> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2112597562> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/459792214> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/666871> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/713458937> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/732213896> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/96279030> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Groups of concern"@en ,
                                                                                                       "Socially disadvantaged"@en ,
                                                                                                       "Underprivileged groups"@en ,
                                                                                                       "Vulnerable groups"@en ,
                                                                                                       "Ευάλωτες ομάδες"@el ,
                                                                                                       "Ευπαθείς ομάδες"@el ,
                                                                                                       "Μη προνομιούχες ομάδες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Disadvantaged groups"@en ,
                                                                                                        "Μειονεκτούσες ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2016792222
<http://semantics.gr/authorities/ekt-unesco/2016792222> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/66115> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept334> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/114454601> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1779973470> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2015389304> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2146026655> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/339937778> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/547545593> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Art theory"@en ,
                                                                                                        "Θεωρία της τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2017797575
<http://semantics.gr/authorities/ekt-unesco/2017797575> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/448173152> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5171> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/379003444> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Church"@en ,
                                                                                                        "Εκκλησία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2018192233
<http://semantics.gr/authorities/ekt-unesco/2018192233> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1289955029> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1386> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1795852334> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/44528813> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Federal government"@en ,
                                                                                                       "National government"@en ,
                                                                                                       "Εθνική κυβέρνηση"@el ,
                                                                                                       "Ομοσπονδιακή κυβέρνηση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Central government"@en ,
                                                                                                        "Κεντρική κυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2019420287
<http://semantics.gr/authorities/ekt-unesco/2019420287> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept299> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Genealogy"@en ,
                                                                                                        "Γενεαλογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/202058377
<http://semantics.gr/authorities/ekt-unesco/202058377> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/864796112> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5508> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mangrove areas"@en ,
                                                                                                       "Μαγκρόβια (βλάστηση)"@el .


###  http://semantics.gr/authorities/ekt-unesco/2021264929
<http://semantics.gr/authorities/ekt-unesco/2021264929> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept652> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/28003338> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Military equipment"@en ,
                                                                                                        "Στρατιωτικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2023983985
<http://semantics.gr/authorities/ekt-unesco/2023983985> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77388191> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6912> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Short stories"@en ,
                                                                                                        "Διηγήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/2024015256
<http://semantics.gr/authorities/ekt-unesco/2024015256> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1933567256> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3563> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Comics"@en ,
                                                                                                        "Κομικς"@el .


###  http://semantics.gr/authorities/ekt-unesco/2026014315
<http://semantics.gr/authorities/ekt-unesco/2026014315> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/670039046> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2331> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Assyriology"@en ,
                                                                                                        "Ασσυριολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2026540353
<http://semantics.gr/authorities/ekt-unesco/2026540353> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.85> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1474413405> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "6.85" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Labour"@en ,
                                                                                                        "Εργασία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2026926487
<http://semantics.gr/authorities/ekt-unesco/2026926487> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1765067697> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1983> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth hostels"@en ,
                                                                                                        "Ξενώνες νεότητας"@el .


###  http://semantics.gr/authorities/ekt-unesco/2029014968
<http://semantics.gr/authorities/ekt-unesco/2029014968> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732012802> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept587> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1372364701> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Interdependence"@en ,
                                                                                                        "Αλληλοεξάρτηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2030935853
<http://semantics.gr/authorities/ekt-unesco/2030935853> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2410> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1395528455> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal resources"@en ,
                                                                                                        "Ζωικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/2031350917
<http://semantics.gr/authorities/ekt-unesco/2031350917> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/105515091> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/901276465> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Metals"@en ,
                                                                                                        "Μέταλλα"@el .


###  http://semantics.gr/authorities/ekt-unesco/2033091777
<http://semantics.gr/authorities/ekt-unesco/2033091777> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept537> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1549925660> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/240515844> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/463918040> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Photographic equipment"@en ,
                                                                                                        "Φωτογραφικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2033700020
<http://semantics.gr/authorities/ekt-unesco/2033700020> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1072571173> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1838> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αγροτική κοινότητα"@el ,
                                                                                                       "Αγροτική τάξη"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Peasantry"@en ,
                                                                                                        "Αγρότες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2033746593
<http://semantics.gr/authorities/ekt-unesco/2033746593> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/66115> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept333> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/13326846> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1424557084> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1483699419> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1856206730> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1919711966> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/363147883> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/459965754> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/626841773> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/821839374> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/853014821> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Καλλιτεχνικά στυλ"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Art styles"@en ,
                                                                                                        "Είδη τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2034898117
<http://semantics.gr/authorities/ekt-unesco/2034898117> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.55> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1533524375> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2122351607> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2135339359> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.55" ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Επιστήμες περιβάλλοντος και μηχανική"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Environmental sciences and engineering"@en ,
                                                                                                        "Περιβαλλοντικές επιστήμες και μηχανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2035762381
<http://semantics.gr/authorities/ekt-unesco/2035762381> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1585413337> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6931> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Voodoo"@en ,
                                                                                                        "Βουντού"@el .


###  http://semantics.gr/authorities/ekt-unesco/203782093
<http://semantics.gr/authorities/ekt-unesco/203782093> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1175246638> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3545> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Baltic cultures"@en ,
                                                                                                       "Πολιτισμοί της Βαλτικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/2039923979
<http://semantics.gr/authorities/ekt-unesco/2039923979> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/522414840> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5166> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1601046781> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/418322249> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Dating"@en ,
                                                                                                        "Χρονολόγηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2042170443
<http://semantics.gr/authorities/ekt-unesco/2042170443> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5983> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Composition (printing)"@en ,
                                                                                                       "Στοιχειοθεσία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Typesetting"@en ,
                                                                                                        "Στοιχειοθέτηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2042528725
<http://semantics.gr/authorities/ekt-unesco/2042528725> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept257> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1187225323> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1228323451> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/225718176> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural conditions"@en ,
                                                                                                        "Πολιτισμικές συνθήκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2042603248
<http://semantics.gr/authorities/ekt-unesco/2042603248> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112597562> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8097> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Mentally handicapped"@en ,
                                                                                                       "Άτομα με διανοητική αναπηρία"@el ,
                                                                                                       "Άτομα με διανοητική μειονεξία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Mentally disabled"@en ,
                                                                                                        "Άτομα με νοητική υστέρηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2044335023
<http://semantics.gr/authorities/ekt-unesco/2044335023> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1003994483> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2709> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1687301792> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Monuments"@en ,
                                                                                                        "Μνημεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2048014289
<http://semantics.gr/authorities/ekt-unesco/2048014289> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13781> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Puppets"@en ,
                                                                                                        "Μαριονέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/204898314
<http://semantics.gr/authorities/ekt-unesco/204898314> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11048> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/146661609> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/376000924> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/522360520> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/665759143> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/753131451> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Foreign relations"@en ,
                                                                                                       "Εξωτερικές σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/2049680
<http://semantics.gr/authorities/ekt-unesco/2049680> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/66115> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept336> ;
                                                     <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/136488168> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Arts"@en ,
                                                                                                     "Τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2052028937
<http://semantics.gr/authorities/ekt-unesco/2052028937> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12813> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "North South relations"@en ,
                                                                                                        "Σχέσεις Βορρά-Νότου"@el .


###  http://semantics.gr/authorities/ekt-unesco/2052734109
<http://semantics.gr/authorities/ekt-unesco/2052734109> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16969> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Doping"@en ,
                                                                                                        "Νόθευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/205274307
<http://semantics.gr/authorities/ekt-unesco/205274307> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2144441626> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13099> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanographic laboratories"@en ,
                                                                                                       "Ωκεανογραφικά εργαστήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/2055874222
<http://semantics.gr/authorities/ekt-unesco/2055874222> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/504516213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10563> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Genital mutilation"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Excision"@en ,
                                                                                                        "Εκτομή"@el .


###  http://semantics.gr/authorities/ekt-unesco/2056130893
<http://semantics.gr/authorities/ekt-unesco/2056130893> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11744> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Sea transport"@en ,
                                                                                                       "Shipping industry"@en ,
                                                                                                       "Ναυτιλία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Maritime transport"@en ,
                                                                                                        "Θαλάσσιες μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/2057327929
<http://semantics.gr/authorities/ekt-unesco/2057327929> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8111> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Socially disadvantaged youth"@en ,
                                                                                                       "Underprivileged youth"@en ,
                                                                                                       "Μη ευνοημένοι νέοι"@el ,
                                                                                                       "Μη προνομιούχοι νέοι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Disadvantaged youth"@en ,
                                                                                                        "Μειονεκτούντες νέοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/2057865017
<http://semantics.gr/authorities/ekt-unesco/2057865017> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1581945609> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8813> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Denationalization"@en ,
                                                                                                       "Αποκρατικοποίηση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Privatization"@en ,
                                                                                                        "Ιδιωτικοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2058515372
<http://semantics.gr/authorities/ekt-unesco/2058515372> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/107699434> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4772> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural disasters"@en ,
                                                                                                        "Φυσικές καταστροφές"@el .


###  http://semantics.gr/authorities/ekt-unesco/2059168425
<http://semantics.gr/authorities/ekt-unesco/2059168425> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1362529969> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16135> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Rural life"@en ,
                                                                                                       "Rural society"@en ,
                                                                                                       "Αγροτική ζωή"@el ,
                                                                                                       "Αγροτική κοινωνία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural sociology"@en ,
                                                                                                        "Αγροτική κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2060111176
<http://semantics.gr/authorities/ekt-unesco/2060111176> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1940389184> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7019> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural inequality"@en ,
                                                                                                        "Πολιτισμική ανισότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/2062505504
<http://semantics.gr/authorities/ekt-unesco/2062505504> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1762044729> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6999> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμικοί νεωτερισμοί"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural innovations"@en ,
                                                                                                        "Πολιτισμικές καινοτομίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/206652170
<http://semantics.gr/authorities/ekt-unesco/206652170> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.25> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Documentary information systems"@en ,
                                                                                                       "Συστήματα τεκμηριακής πληροφόρησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2066560720
<http://semantics.gr/authorities/ekt-unesco/2066560720> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8165> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Speeches"@en ,
                                                                                                        "Διαλέξεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/2071782696
<http://semantics.gr/authorities/ekt-unesco/2071782696> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1106797478> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11755> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2078252963> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Politicians"@en ,
                                                                                                        "Πολιτικοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/2073516221
<http://semantics.gr/authorities/ekt-unesco/2073516221> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973934708> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12693> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Musical instruments"@en ,
                                                                                                        "Μουσικά όργανα"@el .


###  http://semantics.gr/authorities/ekt-unesco/207389007
<http://semantics.gr/authorities/ekt-unesco/207389007> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1722859013> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept370> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1647474181> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1765067697> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/446019781> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/933793550> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Tourism"@en ,
                                                                                                       "Τουρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/207407916
<http://semantics.gr/authorities/ekt-unesco/207407916> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3261> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/29634631> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sports competitions"@en ,
                                                                                                       "Αθλητικοί αγώνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2074623943
<http://semantics.gr/authorities/ekt-unesco/2074623943> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/524081211> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11778> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/229675344> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical personnel"@en ,
                                                                                                        "Ιατρικό προσωπικό"@el .


###  http://semantics.gr/authorities/ekt-unesco/2077964617
<http://semantics.gr/authorities/ekt-unesco/2077964617> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6479> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary society"@en ,
                                                                                                        "Σύγχρονη κοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2078252963
<http://semantics.gr/authorities/ekt-unesco/2078252963> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2071782696> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10773> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Women in politics"@en ,
                                                                                                        "Γυναίκες στην πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2078260076
<http://semantics.gr/authorities/ekt-unesco/2078260076> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4104> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ornithology"@en ,
                                                                                                        "Ορνιθολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2078493944
<http://semantics.gr/authorities/ekt-unesco/2078493944> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2244> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary analysis"@en ,
                                                                                                        "Λογοτεχνική ανάλυση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2081071812
<http://semantics.gr/authorities/ekt-unesco/2081071812> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/257176627> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept314> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Translation"@en ,
                                                                                                        "Μετάφραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2081621694
<http://semantics.gr/authorities/ekt-unesco/2081621694> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept290> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1089542618> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1976514485> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/653879866> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Religions"@en ,
                                                                                                        "Θρησκείες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2081726718
<http://semantics.gr/authorities/ekt-unesco/2081726718> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain4> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1007885543> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1344748994> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1652725393> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1654325156> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1904986716> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2096973700> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/264457752> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/848850744> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/938429929> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Social and human sciences"@en ,
                                                                                                        "Κοινωνικές και ανθρωπιστικές επιστήμες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2082968813
<http://semantics.gr/authorities/ekt-unesco/2082968813> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/947235366> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14587> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Petroleum resources"@en ,
                                                                                                        "Πετρελαϊκοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/2085139382
<http://semantics.gr/authorities/ekt-unesco/2085139382> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77388191> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9829> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Essays"@en ,
                                                                                                        "Δοκίμια"@el .


###  http://semantics.gr/authorities/ekt-unesco/2085925025
<http://semantics.gr/authorities/ekt-unesco/2085925025> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/848910761> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6297> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Conscientious objection"@en ,
                                                                                                        "Αντίρρηση συνείδησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/2086704554
<http://semantics.gr/authorities/ekt-unesco/2086704554> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1659> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Population ageing"@en ,
                                                                                                       "Πληθυσμιακή γήρανση"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Συνεχιζόμενη αύξηση της αναλογίας του ηλικιωμένου πληθυσμού στο συνολικό πληθυσμό μιας κοινωνίας."@el ;
                                                        <http://www.w3.org/2004/02/skos/core#hiddenLabel> "γηράσκων πληθυσμός"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Ageing population"@en ,
                                                                                                        "Δημογραφική γήρανση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2086969794
<http://semantics.gr/authorities/ekt-unesco/2086969794> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.20> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "7.20" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Europe"@en ,
                                                                                                        "Ευρώπη"@el .


###  http://semantics.gr/authorities/ekt-unesco/2089010419
<http://semantics.gr/authorities/ekt-unesco/2089010419> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2933> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1390533116> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary criticism"@en ,
                                                                                                        "Λογοτεχνική κριτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2089469028
<http://semantics.gr/authorities/ekt-unesco/2089469028> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10577> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Άτομα που εκδιώχθηκαν από την πατρίδα τους από δημόσια αρχή για πολιτικούς λόγους."@el ;
                                                        <http://www.w3.org/2004/02/skos/core#hiddenLabel> "Πολιτικοί πρόσφυγες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#note> """να δούμε αν το πολιτικός πρόσφυγας είναι εναλλακτική - να το σβήσουμε αν είναι από hidden
στο eurovoc political refugee UF political exile 
ως current 
ttp://eurovoc.europa.eu/2991"""@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Exiles"@en ,
                                                                                                        "Εξόριστοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/2093313645
<http://semantics.gr/authorities/ekt-unesco/2093313645> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept650> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1107115471> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/148488354> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1517675454> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/391935526> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Μηχανήματα"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Machines"@en ,
                                                                                                        "Μηχανές"@el .


###  http://semantics.gr/authorities/ekt-unesco/2096973700
<http://semantics.gr/authorities/ekt-unesco/2096973700> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.40> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/27860066> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "4.40" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Family"@en ,
                                                                                                        "Οικογένεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/2097158236
<http://semantics.gr/authorities/ekt-unesco/2097158236> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6393> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Political history"@en ,
                                                                                                        "Πολιτική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2097181052
<http://semantics.gr/authorities/ekt-unesco/2097181052> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/871277801> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10730> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Father"@en ,
                                                                                                        "Πατέρας"@el .


###  http://semantics.gr/authorities/ekt-unesco/2098409919
<http://semantics.gr/authorities/ekt-unesco/2098409919> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.45> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1014092126> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1118428730> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1292661156> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1526008836> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1712841397> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1919019828> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2033091777> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/59532952> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/73544962> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "5.45" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Information technology (hardware)"@en ,
                                                                                                        "Τεχνολογία πληροφοριών (υλισμικό)"@el .


###  http://semantics.gr/authorities/ekt-unesco/2101472137
<http://semantics.gr/authorities/ekt-unesco/2101472137> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1567> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αερολιμένες"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Airports"@en ,
                                                                                                        "Αεροδρόμια"@el .


###  http://semantics.gr/authorities/ekt-unesco/2103282914
<http://semantics.gr/authorities/ekt-unesco/2103282914> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495699147> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14106> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Microcopying"@en ,
                                                                                                       "Micropublishing"@en ,
                                                                                                       "Μικροέκδοση"@el ,
                                                                                                       "Μικροαναπαραγωγή"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Microphotography"@en ,
                                                                                                        "Μικροφωτογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2103900338
<http://semantics.gr/authorities/ekt-unesco/2103900338> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1031462691> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10908> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Taxation"@en ,
                                                                                                        "Φορολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2103914590
<http://semantics.gr/authorities/ekt-unesco/2103914590> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061837696> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4867> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Θερμικές εγκαταστάσεις παραγωγής ενέργειας"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Thermal power stations"@en ,
                                                                                                        "Θερμοηλεκτρικοί σταθμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/2104834093
<http://semantics.gr/authorities/ekt-unesco/2104834093> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1368967451> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13362> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Sociology of leisure"@en ,
                                                                                                        "Κοινωνιολογία του ελεύθερου χρόνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/2105876162
<http://semantics.gr/authorities/ekt-unesco/2105876162> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/534030091> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6248> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural conflicts"@en ,
                                                                                                        "Πολιτισμικές συγκρούσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/2107037485
<http://semantics.gr/authorities/ekt-unesco/2107037485> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.10> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1659209185> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/314138924> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "2.10" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Science and research management"@en ,
                                                                                                        "Επιστήμη και διαχείριση της έρευνας"@el .


###  http://semantics.gr/authorities/ekt-unesco/2107861634
<http://semantics.gr/authorities/ekt-unesco/2107861634> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/522360520> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8056> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Εθιμοτυπία"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Etiquette"@en ,
                                                                                                        "Πρωτόκολλο"@el .


###  http://semantics.gr/authorities/ekt-unesco/2108162308
<http://semantics.gr/authorities/ekt-unesco/2108162308> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4348> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Phonorecord industry"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Record industry"@en ,
                                                                                                        "Βιομηχανία δίσκων"@el .


###  http://semantics.gr/authorities/ekt-unesco/2111372479
<http://semantics.gr/authorities/ekt-unesco/2111372479> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1514725529> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4116> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Overpopulation"@en ,
                                                                                                        "Υπερπληθυσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2112149579
<http://semantics.gr/authorities/ekt-unesco/2112149579> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1959> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/747122424> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Αεροπορικές μεταφορές"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Air transport"@en ,
                                                                                                        "Εναέριες μεταφορές"@el .


###  http://semantics.gr/authorities/ekt-unesco/2112597562
<http://semantics.gr/authorities/ekt-unesco/2112597562> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8094> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1389470504> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1647545648> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2042603248> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/229520950> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/994263885> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Handicapped"@en ,
                                                                                                       "Ανάπηροι"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Disabled persons"@en ,
                                                                                                        "Άτομα με αναπηρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2115884913
<http://semantics.gr/authorities/ekt-unesco/2115884913> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17063> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Fulbe"@en ,
                                                                                                        "Ιθαγενείς πληθυσμοί της Δυτικής Αφρικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/2116572935
<http://semantics.gr/authorities/ekt-unesco/2116572935> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1383279212> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3234> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Celestial mechanics"@en ,
                                                                                                        "Ουράνια μηχανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2117758456
<http://semantics.gr/authorities/ekt-unesco/2117758456> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6366> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Traditionalism"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Conservatism"@en ,
                                                                                                        "Συντηρητισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2118124722
<http://semantics.gr/authorities/ekt-unesco/2118124722> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2350> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Shamanism"@en ,
                                                                                                        "Σαμανισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/21219909
<http://semantics.gr/authorities/ekt-unesco/21219909> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1042158431> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4343> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Radio studios"@en ,
                                                                                                     "Ραδιοφωνικά στούντιο"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Radio stations"@en ,
                                                                                                      "Ραδιοφωνικοί σταθμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/2122351607
<http://semantics.gr/authorities/ekt-unesco/2122351607> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2034898117> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept194> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Energy policy"@en ,
                                                                                                        "Ενεργειακή πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2126510747
<http://semantics.gr/authorities/ekt-unesco/2126510747> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732213896> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept977> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Deserted children"@en ,
                                                                                                       "Έκθετα παιδιά"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Abandoned children"@en ,
                                                                                                        "Εγκαταλειμμένα παιδιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/213129073
<http://semantics.gr/authorities/ekt-unesco/213129073> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10594> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious experience"@en ,
                                                                                                       "Θρησκευτική εμπειρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/213380779
<http://semantics.gr/authorities/ekt-unesco/213380779> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3098> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Film makers"@en ,
                                                                                                       "Σκηνοθέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2135339359
<http://semantics.gr/authorities/ekt-unesco/2135339359> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2034898117> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept195> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Environment"@en ,
                                                                                                        "Περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/2136189710
<http://semantics.gr/authorities/ekt-unesco/2136189710> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.70> ;
                                                        <http://purl.org/dc/elements/1.1/identifier> "1.70" ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational facilities"@en ,
                                                                                                        "Εκπαιδευτικές εγκαταστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/2138063113
<http://semantics.gr/authorities/ekt-unesco/2138063113> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2534> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/356961455> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/386137482> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ghettos"@en ,
                                                                                                       "Γκέτο"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Racial segregation"@en ,
                                                                                                        "Φυλετικός διαχωρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/2141373940
<http://semantics.gr/authorities/ekt-unesco/2141373940> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept394> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1077220062> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/1463858397> ,
                                                                                                       <http://semantics.gr/authorities/ekt-unesco/2012204906> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Groups"@en ,
                                                                                                        "Ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/2144441626
<http://semantics.gr/authorities/ekt-unesco/2144441626> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13097> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/205274307> ;
                                                        <http://www.w3.org/2004/02/skos/core#altLabel> "Ερευνητικά εργαστήρια"@el ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Research laboratories"@en ,
                                                                                                        "Εργαστήρια ερευνών"@el .


###  http://semantics.gr/authorities/ekt-unesco/2145159017
<http://semantics.gr/authorities/ekt-unesco/2145159017> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28782983> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2630> ;
                                                        <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1155701502> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Aquatic plants"@en ,
                                                                                                        "Υδρόβια φυτά"@el .


###  http://semantics.gr/authorities/ekt-unesco/2146026655
<http://semantics.gr/authorities/ekt-unesco/2146026655> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2961> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Iconography"@en ,
                                                                                                        "Εικονογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/215372691
<http://semantics.gr/authorities/ekt-unesco/215372691> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/976327399> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17045> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Alarm systems"@en ,
                                                                                                      "Warning devices"@en ,
                                                                                                      "Συστήματα συναγερμού"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Warning systems"@en ,
                                                                                                       "Συστήματα προειδοποίησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/215652658
<http://semantics.gr/authorities/ekt-unesco/215652658> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1056759742> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2509> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Prehistoric man"@en ,
                                                                                                       "Προϊστορικός άνθρωπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/218145744
<http://semantics.gr/authorities/ekt-unesco/218145744> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1561991113> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1902> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Foreign aid"@en ,
                                                                                                       "Ξένη βοήθεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/218262533
<http://semantics.gr/authorities/ekt-unesco/218262533> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12671> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Institutionalization"@en ,
                                                                                                       "Θεσμοθέτηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/22062849
<http://semantics.gr/authorities/ekt-unesco/22062849> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11874> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Social history"@en ,
                                                                                                      "Κοινωνική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/222015943
<http://semantics.gr/authorities/ekt-unesco/222015943> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368072319> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2953> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/176328492> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Art glass"@en ,
                                                                                                       "Υαλοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/222790744
<http://semantics.gr/authorities/ekt-unesco/222790744> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.45> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.45" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Meteorology"@en ,
                                                                                                       "Μετεωρολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/224563169
<http://semantics.gr/authorities/ekt-unesco/224563169> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890243893> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7070> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1109830601> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural landscapes"@en ,
                                                                                                       "Πολιτιστικά τοπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/225718176
<http://semantics.gr/authorities/ekt-unesco/225718176> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2042528725> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7004> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural factors"@en ,
                                                                                                       "Πολιτισμικοί παράγοντες"@el .


###  http://semantics.gr/authorities/ekt-unesco/227846061
<http://semantics.gr/authorities/ekt-unesco/227846061> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577173242> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13122> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/730740076> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Labour migration"@en ,
                                                                                                       "Μετανάστευση εργατικού δυναμικού"@el .


###  http://semantics.gr/authorities/ekt-unesco/227997186
<http://semantics.gr/authorities/ekt-unesco/227997186> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept302> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1097044166> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2097158236> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/22062849> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/332357857> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/372998375> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "History (discipline)"@en ,
                                                                                                       "Ιστορία (επιστήμη)"@el .


###  http://semantics.gr/authorities/ekt-unesco/229520950
<http://semantics.gr/authorities/ekt-unesco/229520950> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112597562> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7459> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1833489254> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/881312839> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Physically handicapped"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Physically disabled"@en ,
                                                                                                       "Άτομα με σωματική μειονεξία"@el .


###  http://semantics.gr/authorities/ekt-unesco/229675344
<http://semantics.gr/authorities/ekt-unesco/229675344> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2074623943> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13903> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Physicians"@en ,
                                                                                                       "Γιατροί"@el .


###  http://semantics.gr/authorities/ekt-unesco/233115720
<http://semantics.gr/authorities/ekt-unesco/233115720> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept651> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1008523664> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1117320789> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1246426383> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Μηχανικός εξοπλισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mechanical equipment"@en ,
                                                                                                       "Μηχανολογικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/235219981
<http://semantics.gr/authorities/ekt-unesco/235219981> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1825204154> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4489> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "European history"@en ,
                                                                                                       "Ευρωπαϊκή ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/237439710
<http://semantics.gr/authorities/ekt-unesco/237439710> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/67066577> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8133> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonproliferation treaties"@en ,
                                                                                                       "Συνθήκες μη διάδοσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/239809180
<http://semantics.gr/authorities/ekt-unesco/239809180> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2362> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Epigraphy"@en ,
                                                                                                       "Επιγραφική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2404129
<http://semantics.gr/authorities/ekt-unesco/2404129> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/285883064> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13577> ;
                                                     <http://www.w3.org/2004/02/skos/core#altLabel> "Φεγγάρι"@el ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Moon"@en ,
                                                                                                     "Σελήνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/240482810
<http://semantics.gr/authorities/ekt-unesco/240482810> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Classical music"@en ,
                                                                                                       "Κλασική μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/240515844
<http://semantics.gr/authorities/ekt-unesco/240515844> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033091777> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10103> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Microfilm cameras"@en ,
                                                                                                      "Microfilm readers"@en ,
                                                                                                      "Αναγνώστες μικροφίλμ"@el ,
                                                                                                      "Κάμερες μικροφίλμ"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Microform equipment"@en ,
                                                                                                       "Εξοπλισμός μικροφίλμ"@el .


###  http://semantics.gr/authorities/ekt-unesco/244907060
<http://semantics.gr/authorities/ekt-unesco/244907060> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5790> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Επιμελητής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Editors"@en ,
                                                                                                       "Επιμελητές έκδοσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/245883785
<http://semantics.gr/authorities/ekt-unesco/245883785> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/916983599> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14301> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Κινήματα της νεολαίας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth movements"@en ,
                                                                                                       "Κινήματα των νέων"@el .


###  http://semantics.gr/authorities/ekt-unesco/248689009
<http://semantics.gr/authorities/ekt-unesco/248689009> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1150979609> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept328> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2078493944> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2089010419> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/354884489> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/749934328> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/831129704> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/847134787> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Literature"@en ,
                                                                                                       "Λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/2490196
<http://semantics.gr/authorities/ekt-unesco/2490196> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12984> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Play"@en ,
                                                                                                     "Παιχνίδι"@el .


###  http://semantics.gr/authorities/ekt-unesco/250967839
<http://semantics.gr/authorities/ekt-unesco/250967839> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/465209358> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6315> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Voting"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Elections"@en ,
                                                                                                       "Εκλογές"@el .


###  http://semantics.gr/authorities/ekt-unesco/251782405
<http://semantics.gr/authorities/ekt-unesco/251782405> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/87795871> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11085> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/446399757> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Land forms"@en ,
                                                                                                       "Γεωλογικοί σχηματισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/251931532
<http://semantics.gr/authorities/ekt-unesco/251931532> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/802350626> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2547> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Racial prejudice"@en ,
                                                                                                       "Φυλετικές προκαταλήψεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/252834119
<http://semantics.gr/authorities/ekt-unesco/252834119> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1540> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Commercial broadcasting"@en ,
                                                                                                       "Εμπορική ραδιοτηλεόραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/2528715
<http://semantics.gr/authorities/ekt-unesco/2528715> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14308> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Revolutionary movements"@en ,
                                                                                                     "Επαναστατικά κινήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/253567865
<http://semantics.gr/authorities/ekt-unesco/253567865> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6942> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture of peace"@en ,
                                                                                                       "Πολιτισμός της ειρήνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/253607350
<http://semantics.gr/authorities/ekt-unesco/253607350> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13542> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Community press"@en ,
                                                                                                      "Κοινοτικός τύπος"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Local press"@en ,
                                                                                                       "Τοπικός τύπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/254661303
<http://semantics.gr/authorities/ekt-unesco/254661303> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/484358273> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16538> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Urban life"@en ,
                                                                                                      "Urban society"@en ,
                                                                                                      "Αστική ζωή"@el ,
                                                                                                      "Αστική κοινωνία" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban sociology"@en ,
                                                                                                       "Αστική κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/25506752
<http://semantics.gr/authorities/ekt-unesco/25506752> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1568929968> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3589> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Shanty towns"@en ,
                                                                                                     "Παραγκουπόλεις"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Slums"@en ,
                                                                                                      "Φτωχογειτονιές"@el .


###  http://semantics.gr/authorities/ekt-unesco/25541087
<http://semantics.gr/authorities/ekt-unesco/25541087> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1373785288> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7504> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban decentralization"@en ,
                                                                                                      "Αστική αποκέντρωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/255493649
<http://semantics.gr/authorities/ekt-unesco/255493649> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1562966456> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2488> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Antennas"@en ,
                                                                                                       "Κεραίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/255527256
<http://semantics.gr/authorities/ekt-unesco/255527256> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6935> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμός των Επιστημών"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Scientific culture"@en ,
                                                                                                       "Πολιτισμός της Επιστήμης"@el .


###  http://semantics.gr/authorities/ekt-unesco/255789568
<http://semantics.gr/authorities/ekt-unesco/255789568> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept397> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1113731165> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/169546603> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1996754063> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/352615467> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social environment"@en ,
                                                                                                       "Κοινωνικό περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/256932927
<http://semantics.gr/authorities/ekt-unesco/256932927> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.10> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.10" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational policy"@en ,
                                                                                                       "Εκπαιδευτική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/257176627
<http://semantics.gr/authorities/ekt-unesco/257176627> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.30> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2081071812> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/597179158> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "3.30" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Linguistics"@en ,
                                                                                                       "Γλωσσολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/259515854
<http://semantics.gr/authorities/ekt-unesco/259515854> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1925664456> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept612> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydraulic engineering"@en ,
                                                                                                       "Υδραυλική μηχανική"@el .


###  http://semantics.gr/authorities/ekt-unesco/2606829
<http://semantics.gr/authorities/ekt-unesco/2606829> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/727501687> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept155> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Time"@en ,
                                                                                                     "Χρόνος"@el .


###  http://semantics.gr/authorities/ekt-unesco/261825069
<http://semantics.gr/authorities/ekt-unesco/261825069> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12843> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Multilateral relations"@en ,
                                                                                                       "Πολυμερείς σχέσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/264457752
<http://semantics.gr/authorities/ekt-unesco/264457752> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.35> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1131220142> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1486868589> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1754796038> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/30093459> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/402949090> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/526421305> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/577173242> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/811463774> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "4.35" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Population"@en ,
                                                                                                       "Πληθυσμός"@el ;
                                                       <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Πληθυσμός (ομάδα όρων)"@el .


###  http://semantics.gr/authorities/ekt-unesco/268675964
<http://semantics.gr/authorities/ekt-unesco/268675964> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4230> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Booksellers"@en ,
                                                                                                       "Βιβλιοπώλες"@el .


###  http://semantics.gr/authorities/ekt-unesco/269990862
<http://semantics.gr/authorities/ekt-unesco/269990862> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10423> ;
                                                       <http://www.w3.org/2004/02/skos/core#hiddenLabel> "ξένοι"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Foreigners"@en ,
                                                                                                       "Αλλοδαποί"@el .


###  http://semantics.gr/authorities/ekt-unesco/270062260
<http://semantics.gr/authorities/ekt-unesco/270062260> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3259> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Athletes"@en ,
                                                                                                       "Αθλητές"@el .


###  http://semantics.gr/authorities/ekt-unesco/271042939
<http://semantics.gr/authorities/ekt-unesco/271042939> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3080> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1192594156> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1900238750> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1955889470> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Περφόρμερς"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Performers"@en ,
                                                                                                       "Καλλιτέχνες (εκτελεστές)"@el .


###  http://semantics.gr/authorities/ekt-unesco/272500916
<http://semantics.gr/authorities/ekt-unesco/272500916> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1825204154> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2153> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1576494480> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/887834993> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία της Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "American history"@en ,
                                                                                                       "Αμερικανική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/275200278
<http://semantics.gr/authorities/ekt-unesco/275200278> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept381> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1211581392> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1355314368> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1744443289> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/285159624> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/444543015> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/61626419> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/619264936> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/874684472> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/902000480> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social scientists"@en ,
                                                                                                       "Κοινωνικοί επιστήμονες"@el .


###  http://semantics.gr/authorities/ekt-unesco/276788152
<http://semantics.gr/authorities/ekt-unesco/276788152> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept980> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Battered children"@en ,
                                                                                                      "Cruelty to children"@en ,
                                                                                                      "Paedophilia"@en ,
                                                                                                      "Κακοποίηση παιδιών"@el ,
                                                                                                      "Κακοποιημένα παιδιά"@el ,
                                                                                                      "Παιδοφιλία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Child abuse"@en ,
                                                                                                       "Κακοποίηση ανηλίκων"@el .


###  http://semantics.gr/authorities/ekt-unesco/277825790
<http://semantics.gr/authorities/ekt-unesco/277825790> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10747> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Federalism"@en ,
                                                                                                       "Ομοσπονδιακό σύστημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/27860066
<http://semantics.gr/authorities/ekt-unesco/27860066> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2096973700> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5362> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/871277801> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Family relatives"@en ,
                                                                                                     "Συγγένεια"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Kinship"@en ,
                                                                                                      "Συγγενείς"@el .


###  http://semantics.gr/authorities/ekt-unesco/27876554
<http://semantics.gr/authorities/ekt-unesco/27876554> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/620521797> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14432> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/350250163> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Nations"@en ,
                                                                                                      "Έθνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/28003338
<http://semantics.gr/authorities/ekt-unesco/28003338> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2021264929> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2864> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1023209837> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1609846965> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1771356225> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Weapons"@en ,
                                                                                                      "Όπλα"@el .


###  http://semantics.gr/authorities/ekt-unesco/280495506
<http://semantics.gr/authorities/ekt-unesco/280495506> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3939> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Στάχωση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Binding"@en ,
                                                                                                       "Βιβλιοδεσία"@el .


###  http://semantics.gr/authorities/ekt-unesco/282133593
<http://semantics.gr/authorities/ekt-unesco/282133593> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/898348863> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6744> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Press cuttings"@en ,
                                                                                                       "Αποκόμματα τύπου"@el .


###  http://semantics.gr/authorities/ekt-unesco/282208914
<http://semantics.gr/authorities/ekt-unesco/282208914> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/862005065> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2014> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Carpets"@en ,
                                                                                                       "Τάπητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/28254909
<http://semantics.gr/authorities/ekt-unesco/28254909> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept234> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Species"@en ,
                                                                                                      "Είδος"@el .


###  http://semantics.gr/authorities/ekt-unesco/283226477
<http://semantics.gr/authorities/ekt-unesco/283226477> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1485931224> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6218> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Conferences"@en ,
                                                                                                       "Συνέδρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/283685562
<http://semantics.gr/authorities/ekt-unesco/283685562> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept649> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1203729792> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1384403432> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1772598214> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial facilities"@en ,
                                                                                                       "Βιομηχανικές εγκαταστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/284479364
<http://semantics.gr/authorities/ekt-unesco/284479364> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1576322850> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1975> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar stills"@en ,
                                                                                                       "Ηλιακοί αποστακτήρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/28491309
<http://semantics.gr/authorities/ekt-unesco/28491309> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5474> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Costumes"@en ,
                                                                                                     "Ενδυμασίες"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Fashion"@en ,
                                                                                                      "Μόδα"@el .


###  http://semantics.gr/authorities/ekt-unesco/28495492
<http://semantics.gr/authorities/ekt-unesco/28495492> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1274763065> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14272> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Temples"@en ,
                                                                                                      "Ναοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/285159624
<http://semantics.gr/authorities/ekt-unesco/285159624> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13466> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Linguists"@en ,
                                                                                                       "Γλωσσολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/285624975
<http://semantics.gr/authorities/ekt-unesco/285624975> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/78692263> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15705> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Opinion surveys"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Public opinion polls"@en ,
                                                                                                       "Δημοσκοπήσεις κοινής γνώμης"@el .


###  http://semantics.gr/authorities/ekt-unesco/285883064
<http://semantics.gr/authorities/ekt-unesco/285883064> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/715232625> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3070> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2404129> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Satellites"@en ,
                                                                                                       "Δορυφόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/28628014
<http://semantics.gr/authorities/ekt-unesco/28628014> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10386> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Gypsies"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Roma"@en ,
                                                                                                      "Ρομά"@el .


###  http://semantics.gr/authorities/ekt-unesco/286485296
<http://semantics.gr/authorities/ekt-unesco/286485296> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.50> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1003994483> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1024662637> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1057926131> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1476367459> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1639635423> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/368072319> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/403620946> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "3.50" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Visual arts"@en ,
                                                                                                       "Εικαστικές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/28708407
<http://semantics.gr/authorities/ekt-unesco/28708407> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6476> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Jazz"@en ,
                                                                                                      "Τζαζ"@el .


###  http://semantics.gr/authorities/ekt-unesco/28782983
<http://semantics.gr/authorities/ekt-unesco/28782983> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/912220704> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10957> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1352998928> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/2145159017> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/451480737> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Plants"@en ,
                                                                                                      "Φυτά"@el .


###  http://semantics.gr/authorities/ekt-unesco/28818460
<http://semantics.gr/authorities/ekt-unesco/28818460> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1316259497> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2625> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Ιχθύς"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Fish"@en ,
                                                                                                      "Ψάρι"@el .


###  http://semantics.gr/authorities/ekt-unesco/289988807
<http://semantics.gr/authorities/ekt-unesco/289988807> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2351> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Taoism"@en ,
                                                                                                       "Ταοϊσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/290804230
<http://semantics.gr/authorities/ekt-unesco/290804230> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1683429293> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/598007912> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Building stones"@en ,
                                                                                                       "Δομικοί λίθοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/292105881
<http://semantics.gr/authorities/ekt-unesco/292105881> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/419048587> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8332> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Documentary films"@en ,
                                                                                                       "Ντοκιμαντέρ"@el .


###  http://semantics.gr/authorities/ekt-unesco/295046324
<http://semantics.gr/authorities/ekt-unesco/295046324> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3980> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomass energy"@en ,
                                                                                                       "Ενέργεια βιομάζας"@el .


###  http://semantics.gr/authorities/ekt-unesco/29634631
<http://semantics.gr/authorities/ekt-unesco/29634631> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/207407916> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12999> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Olympic Games"@en ,
                                                                                                      "Ολυμπιακοί αγώνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/297187998
<http://semantics.gr/authorities/ekt-unesco/297187998> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/534030091> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1970> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural isolation"@en ,
                                                                                                       "Πολιτισμική απομόνωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/299283521
<http://semantics.gr/authorities/ekt-unesco/299283521> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.30> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "7.30" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic groupings"@en ,
                                                                                                       "Οικονομικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/300256681
<http://semantics.gr/authorities/ekt-unesco/300256681> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.35> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.35" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Earth sciences"@en ,
                                                                                                       "Επιστήμες της Γης"@el .


###  http://semantics.gr/authorities/ekt-unesco/300847491
<http://semantics.gr/authorities/ekt-unesco/300847491> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept441> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1472755361> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1820346355> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/439375823> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Land settlement"@en ,
                                                                                                      "Population settlements"@en ,
                                                                                                      "Settlement patterns"@en ,
                                                                                                      "Ανθρώπινες εγκαταστάσεις"@el ,
                                                                                                      "Εγκαταστάσεις πληθυσμών"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Human settlements"@en ,
                                                                                                       "Ανθρώπινοι οικισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/30093459
<http://semantics.gr/authorities/ekt-unesco/30093459> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept428> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/132258629> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Population"@en ,
                                                                                                      "Πληθυσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/302082421
<http://semantics.gr/authorities/ekt-unesco/302082421> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6172> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Concrete music"@en ,
                                                                                                       "Ηλεκτρονική μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/304032056
<http://semantics.gr/authorities/ekt-unesco/304032056> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/128021396> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5204> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Science fiction"@en ,
                                                                                                       "Επιστημονική φαντασία"@el .


###  http://semantics.gr/authorities/ekt-unesco/304603373
<http://semantics.gr/authorities/ekt-unesco/304603373> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/828901530> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5293> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "National anthems"@en ,
                                                                                                       "Εθνικοί ύμνοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/306990666
<http://semantics.gr/authorities/ekt-unesco/306990666> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/366248496> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3066> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1198103593> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/828964337> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Artificial satellites"@en ,
                                                                                                       "Τεχνητοί δορυφόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/310454651
<http://semantics.gr/authorities/ekt-unesco/310454651> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8952> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Music publishing"@en ,
                                                                                                       "Έκδοση μουσικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/311322373
<http://semantics.gr/authorities/ekt-unesco/311322373> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1341167838> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8120> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Marginalization"@en ,
                                                                                                      "Pauperization"@en ,
                                                                                                      "Proletarianization"@en ,
                                                                                                      "Περιθωριοποίηση"@el ,
                                                                                                      "Προλεταριοποίηση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social exclusion"@en ,
                                                                                                       "Κοινωνικός αποκλεισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/314018956
<http://semantics.gr/authorities/ekt-unesco/314018956> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10109> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1403107628> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/372848830> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Laboratory instruments"@en ,
                                                                                                      "Εξοπλισμός εργαστηρίου"@el ,
                                                                                                      "Εργαστηριακά όργανα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Laboratory equipment"@en ,
                                                                                                       "Εργαστηριακός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/314138924
<http://semantics.gr/authorities/ekt-unesco/314138924> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2107037485> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept116> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1728453957> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Science and technology"@en ,
                                                                                                      "Επιστήμη και τεχνολογία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Technology"@en ,
                                                                                                       "Τεχνολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/314768431
<http://semantics.gr/authorities/ekt-unesco/314768431> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1099188748> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12802> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "War studies"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Polemology"@en ,
                                                                                                       "Πολεμολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/317299089
<http://semantics.gr/authorities/ekt-unesco/317299089> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4325> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Broadcasting production"@en ,
                                                                                                       "Ραδιοτηλεοπτική παραγωγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/319530162
<http://semantics.gr/authorities/ekt-unesco/319530162> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.05> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "5.05" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Information sciences"@en ,
                                                                                                       "Επιστήμες πληροφόρησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/320599460
<http://semantics.gr/authorities/ekt-unesco/320599460> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.30> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.30" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Economic and social development"@en ,
                                                                                                       "Οικονομική και κοινωνική ανάπτυξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/323509993
<http://semantics.gr/authorities/ekt-unesco/323509993> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403620946> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9801> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Engraving"@en ,
                                                                                                       "Εγχάραξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/325628454
<http://semantics.gr/authorities/ekt-unesco/325628454> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/756> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept9719> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar energy"@en ,
                                                                                                       "Ηλιακή ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/326613140
<http://semantics.gr/authorities/ekt-unesco/326613140> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1576322850> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4820> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ηλιακά κύτταρα"@el ,
                                                                                                      "Ηλιακές κυψέλες"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar cells"@en ,
                                                                                                       "Φωτοβολταϊκά στοιχεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/327147618
<http://semantics.gr/authorities/ekt-unesco/327147618> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1258782900> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6654> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εγκληματικότητα των νέων"@el ,
                                                                                                      "Νεανική εγκληματικότητα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Juvenile delinquency"@en ,
                                                                                                       "Νεανική παραβατικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/329430166
<http://semantics.gr/authorities/ekt-unesco/329430166> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1303384323> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9676> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Public enterprises"@en ,
                                                                                                       "Δημόσιες επιχειρήσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/329846599
<http://semantics.gr/authorities/ekt-unesco/329846599> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/419048587> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://id.loc.gov/authorities/genreForms/gf2011026311> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept8334> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Historical films"@en ,
                                                                                                       "Ιστορικές ταινίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/329902989
<http://semantics.gr/authorities/ekt-unesco/329902989> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4262> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1699236060> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant physiology"@en ,
                                                                                                       "Φυσιολογία των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/3311073
<http://semantics.gr/authorities/ekt-unesco/3311073> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8198> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Morbidity"@en ,
                                                                                                     "Νοσηρότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/332357857
<http://semantics.gr/authorities/ekt-unesco/332357857> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11919> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Historical sociology"@en ,
                                                                                                       "Ιστορική κοινωνιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/335400681
<http://semantics.gr/authorities/ekt-unesco/335400681> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7021> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1453632534> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/711481993> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural diversity"@en ,
                                                                                                       "Πολιτισμική ποικιλομορφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/335733974
<http://semantics.gr/authorities/ekt-unesco/335733974> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1274763065> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17008> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Churches"@en ,
                                                                                                       "Εκκλησίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/33578655
<http://semantics.gr/authorities/ekt-unesco/33578655> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/893016319> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3542> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Modern dance"@en ,
                                                                                                      "Μοντέρνος χορός"@el .


###  http://semantics.gr/authorities/ekt-unesco/339937778
<http://semantics.gr/authorities/ekt-unesco/339937778> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1592> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Art criticism"@en ,
                                                                                                       "Κριτική της τέχνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/340281857
<http://semantics.gr/authorities/ekt-unesco/340281857> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2646> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Arab literature"@en ,
                                                                                                       "Αραβική λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/340771024
<http://semantics.gr/authorities/ekt-unesco/340771024> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3121> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/607543852> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Ασίας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Asian cultures"@en ,
                                                                                                       "Ασιατικοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/34223407
<http://semantics.gr/authorities/ekt-unesco/34223407> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6123> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Laptop computers"@en ,
                                                                                                     "PCs"@en ,
                                                                                                     "Personal computers"@en ,
                                                                                                     "Προσωπικοί υπολογιστές"@el ,
                                                                                                     "Φορητοί υπολογιστές"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Microcomputers"@en ,
                                                                                                      "Μικροϋπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/343516739
<http://semantics.gr/authorities/ekt-unesco/343516739> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1744055502> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6989> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ethnocentrism"@en ,
                                                                                                      "Εθνοκεντρισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnopsychology"@en ,
                                                                                                       "Εθνοψυχολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/344664275
<http://semantics.gr/authorities/ekt-unesco/344664275> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1373785288> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15971> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban renewal"@en ,
                                                                                                       "Αστική ανανέωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/349008392
<http://semantics.gr/authorities/ekt-unesco/349008392> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2030> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Social isolation"@en ,
                                                                                                      "Κοινωνική απομόνωση"@el ,
                                                                                                      "Κοινωνική αποξένωση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social alienation"@en ,
                                                                                                       "Κοινωνικός αποκλεισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/349347828
<http://semantics.gr/authorities/ekt-unesco/349347828> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/67066577> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2891> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Gradual disarmament"@en ,
                                                                                                      "Σταδιακός αφοπλισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Arms control"@en ,
                                                                                                       "Έλεγχος όπλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/350250163
<http://semantics.gr/authorities/ekt-unesco/350250163> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/27876554> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6399> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nation building"@en ,
                                                                                                       "Οικοδόμηση του έθνους"@el .


###  http://semantics.gr/authorities/ekt-unesco/352615467
<http://semantics.gr/authorities/ekt-unesco/352615467> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/255789568> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17054> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Social networks"@en ,
                                                                                                      "Social relations"@en ,
                                                                                                      "Social ties"@en ,
                                                                                                      "Κοινωνικά δίκτυα"@el ,
                                                                                                      "Κοινωνικές σχέσεις"@el ,
                                                                                                      "Κοινωνικοί δεσμοί"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social capital"@en ,
                                                                                                       "Κοινωνικό κεφάλαιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/354234325
<http://semantics.gr/authorities/ekt-unesco/354234325> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14463> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "National theatre"@en ,
                                                                                                       "Εθνικό θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/354734965
<http://semantics.gr/authorities/ekt-unesco/354734965> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/964231196> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4015> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Global commons"@en ,
                                                                                                       "Παγκόσμια κοινότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/354884489
<http://semantics.gr/authorities/ekt-unesco/354884489> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13510> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Representative literary works"@en ,
                                                                                                       "Αντιπροσωπευτικά λογοτεχνικά έργα"@el .


###  http://semantics.gr/authorities/ekt-unesco/356174075
<http://semantics.gr/authorities/ekt-unesco/356174075> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1007885543> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept409> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1061639447> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1170428576> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1258782900> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/151650073> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1537259754> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1572203004> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1981957339> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1994910185> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1997629627> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/349008392> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/724912660> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/908532> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social problems"@en ,
                                                                                                       "Κοινωνικά προβλήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/356961455
<http://semantics.gr/authorities/ekt-unesco/356961455> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2138063113> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7789> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Αρση των διακρίσεων λευκών και μαύρων"@el ,
                                                                                                      "Εξάλειψη των διακρίσεων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Desegregation"@en ,
                                                                                                       "Εξάλειψη των διαχωρισμών"@el .


###  http://semantics.gr/authorities/ekt-unesco/357338500
<http://semantics.gr/authorities/ekt-unesco/357338500> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15318> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Republic"@en ,
                                                                                                       "Δημοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/359979206
<http://semantics.gr/authorities/ekt-unesco/359979206> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5153> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Christians"@en ,
                                                                                                       "Χριστιανοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/360347970
<http://semantics.gr/authorities/ekt-unesco/360347970> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept304> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Numismatics"@en ,
                                                                                                       "Νομισματική"@el .


###  http://semantics.gr/authorities/ekt-unesco/361447340
<http://semantics.gr/authorities/ekt-unesco/361447340> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4683> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Caribbean literature"@en ,
                                                                                                       "Λογοτεχνία της Καραϊβικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/36256856
<http://semantics.gr/authorities/ekt-unesco/36256856> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5494> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Διασκέδαση"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Entertainment"@en ,
                                                                                                      "Ψυχαγωγία"@el .


###  http://semantics.gr/authorities/ekt-unesco/363147883
<http://semantics.gr/authorities/ekt-unesco/363147883> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2997> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Folk art"@en ,
                                                                                                       "Λαϊκή τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/366248496
<http://semantics.gr/authorities/ekt-unesco/366248496> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14202> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/306990666> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Space vehicles"@en ,
                                                                                                      "Διαστημικό σκάφος"@el ,
                                                                                                      "Διαστημικό όχημα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Spacecraft"@en ,
                                                                                                       "Διαστημόπλοιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/367695323
<http://semantics.gr/authorities/ekt-unesco/367695323> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/8780503> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7046> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Festivals"@en ,
                                                                                                       "Φεστιβάλ"@el .


###  http://semantics.gr/authorities/ekt-unesco/368072319
<http://semantics.gr/authorities/ekt-unesco/368072319> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept346> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1149801282> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1924280812> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/222015943> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plastic arts"@en ,
                                                                                                       "Πλαστικές τέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/368497755
<http://semantics.gr/authorities/ekt-unesco/368497755> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8703> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/749970290> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/816398301> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/899352391> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ecological balance"@en ,
                                                                                                       "Οικολογική ισορροπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/370009693
<http://semantics.gr/authorities/ekt-unesco/370009693> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4329> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural broadcasting"@en ,
                                                                                                       "Επαρχιακή αναμετάδοση"@el .


###  http://semantics.gr/authorities/ekt-unesco/370118088
<http://semantics.gr/authorities/ekt-unesco/370118088> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1313> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatrical companies"@en ,
                                                                                                       "Θεατρικές εταιρείες"@el .


###  http://semantics.gr/authorities/ekt-unesco/370358753
<http://semantics.gr/authorities/ekt-unesco/370358753> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15260> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/862999546> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban population"@en ,
                                                                                                       "Αστικός πληθυσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/371973746
<http://semantics.gr/authorities/ekt-unesco/371973746> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061639447> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1660> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Sex discrimination"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Gender discrimination"@en ,
                                                                                                       "Διακρίσεις λόγω φύλου"@el .


###  http://semantics.gr/authorities/ekt-unesco/372848830
<http://semantics.gr/authorities/ekt-unesco/372848830> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/314018956> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6903> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Microscopes"@en ,
                                                                                                       "Μικροσκόπια"@el .


###  http://semantics.gr/authorities/ekt-unesco/372998375
<http://semantics.gr/authorities/ekt-unesco/372998375> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11909> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Historical research"@en ,
                                                                                                       "Ιστορική έρευνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/373315887
<http://semantics.gr/authorities/ekt-unesco/373315887> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1940389184> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7006> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural minorities"@en ,
                                                                                                       "Πολιτισμικές μειονότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/375344884
<http://semantics.gr/authorities/ekt-unesco/375344884> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5692> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mineral resources"@en ,
                                                                                                       "Ορυκτοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/376000924
<http://semantics.gr/authorities/ekt-unesco/376000924> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/204898314> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2028> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Alliances"@en ,
                                                                                                       "Συμμαχίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/379003444
<http://semantics.gr/authorities/ekt-unesco/379003444> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2017797575> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5172> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Church and State"@en ,
                                                                                                       "Εκκλησία και κράτος"@el .


###  http://semantics.gr/authorities/ekt-unesco/381650409
<http://semantics.gr/authorities/ekt-unesco/381650409> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4207> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Publishers"@en ,
                                                                                                       "Εκδότες"@el .


###  http://semantics.gr/authorities/ekt-unesco/381658295
<http://semantics.gr/authorities/ekt-unesco/381658295> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8617> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "East West relations"@en ,
                                                                                                       "Σχέσεις Ανατολής-Δύσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/382022247
<http://semantics.gr/authorities/ekt-unesco/382022247> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1024662637> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4545> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Calligraphy"@en ,
                                                                                                       "Καλλιγραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/383370590
<http://semantics.gr/authorities/ekt-unesco/383370590> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14477> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Renewable resources"@en ,
                                                                                                       "Ανανεώσιμοι πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/386137482
<http://semantics.gr/authorities/ekt-unesco/386137482> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2138063113> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2546> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Έγκλημα φυλετικού χωρισμού"@el ,
                                                                                                      "Πολιτική φυλετικού διαχωρισμού"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Apartheid"@en ,
                                                                                                       "Απαρτχάιντ"@el .


###  http://semantics.gr/authorities/ekt-unesco/391315115
<http://semantics.gr/authorities/ekt-unesco/391315115> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1943308267> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4297> ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Μαζική μετανάστευση εξειδικευμένων επαγγελματιών"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Brain drain"@en ,
                                                                                                       "Διαρροή εγκεφάλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/391700122
<http://semantics.gr/authorities/ekt-unesco/391700122> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1981957339> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1343> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Drug addiction"@en ,
                                                                                                      "Drug dependency"@en ,
                                                                                                      "Τοξικοεξάρτηση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Drug abuse"@en ,
                                                                                                       "Χρήση ναρκωτικών"@el .


###  http://semantics.gr/authorities/ekt-unesco/391935526
<http://semantics.gr/authorities/ekt-unesco/391935526> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2093313645> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1759> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Agricultural machinery"@en ,
                                                                                                       "Γεωργικά μηχανήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/39297755
<http://semantics.gr/authorities/ekt-unesco/39297755> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5548> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Peaceful coexistence"@en ,
                                                                                                      "Ειρηνική συνύπαρξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/394085601
<http://semantics.gr/authorities/ekt-unesco/394085601> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.30> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.30" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational systems and levels"@en ,
                                                                                                       "Εκπαιδευτικά συστήματα και επίπεδα"@el .


###  http://semantics.gr/authorities/ekt-unesco/39461812
<http://semantics.gr/authorities/ekt-unesco/39461812> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/788579775> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4450> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Government control"@en ,
                                                                                                      "Κυβερνητικός έλεγχος"@el .


###  http://semantics.gr/authorities/ekt-unesco/39644758
<http://semantics.gr/authorities/ekt-unesco/39644758> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403620946> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2977> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Jewelry"@en ,
                                                                                                      "Κοσμηματοποιία"@el .


###  http://semantics.gr/authorities/ekt-unesco/39755565
<http://semantics.gr/authorities/ekt-unesco/39755565> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6238> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Peace research"@en ,
                                                                                                      "Έρευνα για την ειρήνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/400583019
<http://semantics.gr/authorities/ekt-unesco/400583019> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560206570> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11293> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Future"@en ,
                                                                                                      "Μέλλον"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Future society"@en ,
                                                                                                       "Μελλοντική κοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/401375710
<http://semantics.gr/authorities/ekt-unesco/401375710> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2987> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Τέχνη της Βορείου Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "North American art"@en ,
                                                                                                       "Βορειοαμερικανική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/402949090
<http://semantics.gr/authorities/ekt-unesco/402949090> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept431> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/83014> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sex distribution"@en ,
                                                                                                       "Κατα φύλο κατανομή"@el .


###  http://semantics.gr/authorities/ekt-unesco/403226875
<http://semantics.gr/authorities/ekt-unesco/403226875> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1722859013> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept368> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2490196> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/36256856> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/65208925> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/8780503> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Δραστηριότητες αναψυχής"@el ,
                                                                                                      "Δραστηριότητες ελεύθερου χρόνου"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Leisure time activities"@en ,
                                                                                                       "Ψυχαγωγικές δραστηριότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/403620946
<http://semantics.gr/authorities/ekt-unesco/403620946> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/286485296> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept344> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1690010143> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/323509993> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/39644758> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/862005065> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Handicrafts"@en ,
                                                                                                       "Χειροτεχνήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/40446149
<http://semantics.gr/authorities/ekt-unesco/40446149> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2343> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Brahmanism"@en ,
                                                                                                      "Βραχμανισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/407744717
<http://semantics.gr/authorities/ekt-unesco/407744717> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept263> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1058960189> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1072355817> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1134118120> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1158440425> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/161971818> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1808754880> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1859972316> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/253567865> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/255527256> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/335400681> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/687226496> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/762507822> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/86797891> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/918006267> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural systems"@en ,
                                                                                                       "Πολιτισμικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/408115503
<http://semantics.gr/authorities/ekt-unesco/408115503> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91191405> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8222> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εφοδιασμός τροφίμων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Food supply"@en ,
                                                                                                       "Επισιτιστικός εφοδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/408800637
<http://semantics.gr/authorities/ekt-unesco/408800637> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10749> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Separatism"@en ,
                                                                                                       "Αυτονομισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/410367744
<http://semantics.gr/authorities/ekt-unesco/410367744> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept487> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/429905642> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "ΜΜΕ"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mass media"@en ,
                                                                                                       "Μέσα μαζικής επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/411426047
<http://semantics.gr/authorities/ekt-unesco/411426047> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2258> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Analogue computers"@en ,
                                                                                                       "Αναλογικοί υπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/412996306
<http://semantics.gr/authorities/ekt-unesco/412996306> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.55> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1310969789> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.55" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational population"@en ,
                                                                                                       "Εκπαιδευτικός πληθυσμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/415169332
<http://semantics.gr/authorities/ekt-unesco/415169332> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/750777355> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5593> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Socialism"@en ,
                                                                                                       "Σοσιαλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/416238080
<http://semantics.gr/authorities/ekt-unesco/416238080> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15356> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Popular theatre"@en ,
                                                                                                       "Λαϊκό θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/418322249
<http://semantics.gr/authorities/ekt-unesco/418322249> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2039923979> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2674> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeological dating"@en ,
                                                                                                       "Αρχαιολογική χρονολόγηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/419048587
<http://semantics.gr/authorities/ekt-unesco/419048587> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept352> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/110812489> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1851398166> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/292105881> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/329846599> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/881235316> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Films"@en ,
                                                                                                       "Ταινίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/420225460
<http://semantics.gr/authorities/ekt-unesco/420225460> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1981957339> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1344> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Smoking"@en ,
                                                                                                       "Κάπνισμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/420541072
<http://semantics.gr/authorities/ekt-unesco/420541072> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1053656863> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7977> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Fascism"@en ,
                                                                                                       "Φασισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/423254030
<http://semantics.gr/authorities/ekt-unesco/423254030> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1443853438> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept661> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/878357841> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Travel"@en ,
                                                                                                       "Ταξίδια"@el .


###  http://semantics.gr/authorities/ekt-unesco/423329333
<http://semantics.gr/authorities/ekt-unesco/423329333> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8550> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Medical instruments"@en ,
                                                                                                      "Ιατρικά όργανα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical equipment"@en ,
                                                                                                       "Ιατρικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/426102079
<http://semantics.gr/authorities/ekt-unesco/426102079> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8258> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εξεγέρσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Riots"@en ,
                                                                                                       "Ταραχές"@el .


###  http://semantics.gr/authorities/ekt-unesco/428732550
<http://semantics.gr/authorities/ekt-unesco/428732550> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1284> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Δραστηριότητες της νεολαίας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth activities"@en ,
                                                                                                       "Δραστηριότητες των νέων"@el .


###  http://semantics.gr/authorities/ekt-unesco/429495332
<http://semantics.gr/authorities/ekt-unesco/429495332> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/727501687> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept153> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Outer space"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Space"@en ,
                                                                                                       "Διάστημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/429905642
<http://semantics.gr/authorities/ekt-unesco/429905642> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/410367744> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17089> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Social networks (online)"@en ,
                                                                                                      "Κοινωνικά δίκτυα (διαδίκτυο)"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social media"@en ,
                                                                                                       "Μέσα κοινωνικής δικτύωσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/433646655
<http://semantics.gr/authorities/ekt-unesco/433646655> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4516> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ηλεκτρονικοί υπολογιστές"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Digital computers"@en ,
                                                                                                       "Ψηφιακοί υπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/434535366
<http://semantics.gr/authorities/ekt-unesco/434535366> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3374> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanic cultures"@en ,
                                                                                                       "Πολιτισμοί της Ωκεανίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/434639688
<http://semantics.gr/authorities/ekt-unesco/434639688> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1476367459> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11930> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Holography"@en ,
                                                                                                       "Ολογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/435994454
<http://semantics.gr/authorities/ekt-unesco/435994454> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/862005065> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4694> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Tapestry"@en ,
                                                                                                       "Ταπισερί"@el .


###  http://semantics.gr/authorities/ekt-unesco/438676034
<http://semantics.gr/authorities/ekt-unesco/438676034> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.05> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/19375214> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/635888502> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.05" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Legal systems"@en ,
                                                                                                       "Νομικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/438933161
<http://semantics.gr/authorities/ekt-unesco/438933161> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1610> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "African art"@en ,
                                                                                                       "Αφρικανική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/439347041
<http://semantics.gr/authorities/ekt-unesco/439347041> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2858> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Power elite"@en ,
                                                                                                      "Κυρίαρχη τάξη"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ruling class"@en ,
                                                                                                       "Άρχουσα τάξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/439375823
<http://semantics.gr/authorities/ekt-unesco/439375823> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/300847491> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7041> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Manmade environment"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Human environment"@en ,
                                                                                                       "Ανθρώπινο περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/444543015
<http://semantics.gr/authorities/ekt-unesco/444543015> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13930> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Psychologists"@en ,
                                                                                                       "Ψυχολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/44528813
<http://semantics.gr/authorities/ekt-unesco/44528813> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2018192233> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1424> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/56601198> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Civil service"@en ,
                                                                                                      "Δημόσια υπηρεσία"@el .


###  http://semantics.gr/authorities/ekt-unesco/446019781
<http://semantics.gr/authorities/ekt-unesco/446019781> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/207389007> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11925> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Holidays"@en ,
                                                                                                       "Διακοπές"@el .


###  http://semantics.gr/authorities/ekt-unesco/446399757
<http://semantics.gr/authorities/ekt-unesco/446399757> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/251782405> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4800> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Caves"@en ,
                                                                                                       "Σπήλαια"@el .


###  http://semantics.gr/authorities/ekt-unesco/448173152
<http://semantics.gr/authorities/ekt-unesco/448173152> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept294> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1189610058> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1631030751> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2017797575> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious institutions"@en ,
                                                                                                       "Θρησκευτικά ιδρύματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/450371473
<http://semantics.gr/authorities/ekt-unesco/450371473> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1784259819> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4084> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Άνθρωποι"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Human species"@en ,
                                                                                                       "Ανθρώπινο είδος"@el .


###  http://semantics.gr/authorities/ekt-unesco/450835866
<http://semantics.gr/authorities/ekt-unesco/450835866> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2670> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Dispute settlement"@en ,
                                                                                                      "Επίλυση διαφορών"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Conflict resolution"@en ,
                                                                                                       "Επίλυση των συγκρούσεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/451480737
<http://semantics.gr/authorities/ekt-unesco/451480737> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/28782983> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8551> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Θεραπευτικά φυτά"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Medicinal plants"@en ,
                                                                                                       "Φαρμακευτικά φυτά"@el .


###  http://semantics.gr/authorities/ekt-unesco/452288098
<http://semantics.gr/authorities/ekt-unesco/452288098> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/455722262> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6254> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political conflicts"@en ,
                                                                                                       "Πολιτικές συγκρούσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/453795602
<http://semantics.gr/authorities/ekt-unesco/453795602> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/727501687> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept151> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1280563908> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1811954746> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/589217394> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/655542259> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/715232625> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/80204865> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Celestial bodies"@en ,
                                                                                                      "Ουράνια σώματα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Astronomical systems"@en ,
                                                                                                       "Αστρονομικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/45492730
<http://semantics.gr/authorities/ekt-unesco/45492730> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1936403938> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4977> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Heads of state"@en ,
                                                                                                      "Αρχηγοί κρατών"@el .


###  http://semantics.gr/authorities/ekt-unesco/455722262
<http://semantics.gr/authorities/ekt-unesco/455722262> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1676724498> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6874> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/452288098> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political crises"@en ,
                                                                                                       "Πολιτικές κρίσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/457029711
<http://semantics.gr/authorities/ekt-unesco/457029711> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77388191> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3994> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biographies"@en ,
                                                                                                       "Βιογραφίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/45806253
<http://semantics.gr/authorities/ekt-unesco/45806253> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12200> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Laser printing"@en ,
                                                                                                      "Εκτύπωση με λέιζερ"@el .


###  http://semantics.gr/authorities/ekt-unesco/458292493
<http://semantics.gr/authorities/ekt-unesco/458292493> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/958976710> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3565> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Cassettes (computer)"@en ,
                                                                                                      "DAT"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Magnetic tapes"@en ,
                                                                                                       "Μαγνητικές ταινίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/458750508
<http://semantics.gr/authorities/ekt-unesco/458750508> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/131918256> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1781> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Soil resources"@en ,
                                                                                                       "Εδαφικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/459792214
<http://semantics.gr/authorities/ekt-unesco/459792214> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8117> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Gender minorities"@en ,
                                                                                                       "Διεμφυλικές μειονότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/459965754
<http://semantics.gr/authorities/ekt-unesco/459965754> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2936> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Τέχνη avant-garde"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Avant-garde art"@en ,
                                                                                                       "Αβαγκαρντισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/4620496
<http://semantics.gr/authorities/ekt-unesco/4620496> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept445> ;
                                                     <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1408466067> ,
                                                                                                    <http://semantics.gr/authorities/ekt-unesco/1709040350> ;
                                                     <http://www.w3.org/2004/02/skos/core#altLabel> "Agricultural areas"@en ,
                                                                                                    "Villages"@en ,
                                                                                                    "Χωριά"@el ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural areas"@en ,
                                                                                                     "Αγροτικές περιοχές"@el .


###  http://semantics.gr/authorities/ekt-unesco/462727539
<http://semantics.gr/authorities/ekt-unesco/462727539> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt5.15> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "5.15" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Information management"@en ,
                                                                                                       "Διαχείριση πληροφορίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/463918040
<http://semantics.gr/authorities/ekt-unesco/463918040> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033091777> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3343> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Μηχανές προβολής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Projectors"@en ,
                                                                                                       "Προβολείς"@el .


###  http://semantics.gr/authorities/ekt-unesco/465094728
<http://semantics.gr/authorities/ekt-unesco/465094728> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973796310> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3470> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "UNESCO awards and honours"@en ,
                                                                                                       "Βραβεία και τιμητικές διακρίσεις της UNESCO"@el .


###  http://semantics.gr/authorities/ekt-unesco/465209358
<http://semantics.gr/authorities/ekt-unesco/465209358> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1676724498> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9501> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1749482309> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/250967839> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Electoral systems"@en ,
                                                                                                       "Εκλογικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/465718439
<http://semantics.gr/authorities/ekt-unesco/465718439> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1357300460> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5229> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "History of cinema"@en ,
                                                                                                       "Ιστορία κινηματογράφου"@el .


###  http://semantics.gr/authorities/ekt-unesco/46671818
<http://semantics.gr/authorities/ekt-unesco/46671818> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6521> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Social pressure"@en ,
                                                                                                     "Κοινωνική πίεση"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Social control"@en ,
                                                                                                      "Κοινωνικός έλεγχος"@el .


###  http://semantics.gr/authorities/ekt-unesco/467686230
<http://semantics.gr/authorities/ekt-unesco/467686230> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1725870958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1369> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "International civil service"@en ,
                                                                                                       "Διεθνής δημόσια διοίκηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/472238243
<http://semantics.gr/authorities/ekt-unesco/472238243> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1964093438> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7590> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Parliamentary systems"@en ,
                                                                                                       "Κοινοβουλευτικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/473651286
<http://semantics.gr/authorities/ekt-unesco/473651286> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/80599306> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7754> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social science development"@en ,
                                                                                                       "Ανάπτυξη κοινωνικών επιστημών"@el .


###  http://semantics.gr/authorities/ekt-unesco/474188122
<http://semantics.gr/authorities/ekt-unesco/474188122> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1674220031> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11644> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Intergroup relations"@en ,
                                                                                                       "Σχέσεις μεταξύ ομίλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/478684321
<http://semantics.gr/authorities/ekt-unesco/478684321> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain1> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1008891995> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1155379740> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1407298312> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1821509013> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1836937271> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/200474416> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2136189710> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/256932927> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/394085601> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/412996306> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/745589638> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/866186966> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/873091286> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/948269263> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Education"@en ,
                                                                                                       "Εκπαίδευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/482791087
<http://semantics.gr/authorities/ekt-unesco/482791087> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.20> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1096326172> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1274763065> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/143724792> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1473592455> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1517738436> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1809800078> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1921043218> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2081621694> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/213129073> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/448173152> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/876615885> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/92167151> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "3.20" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religion"@en ,
                                                                                                       "Θρησκεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/484272074
<http://semantics.gr/authorities/ekt-unesco/484272074> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4733> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Slave trade"@en ,
                                                                                                      "Δουλεμπόριο"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Slavery"@en ,
                                                                                                       "Δουλεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/484358273
<http://semantics.gr/authorities/ekt-unesco/484358273> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept448> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1373785288> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/254661303> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban development"@en ,
                                                                                                       "Αστική ανάπτυξη"@el .


###  http://semantics.gr/authorities/ekt-unesco/484409994
<http://semantics.gr/authorities/ekt-unesco/484409994> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13506> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Λογοτεχνία της Βορείου Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "North American literature"@en ,
                                                                                                       "Βορειοαμερικάνικη λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/48701963
<http://semantics.gr/authorities/ekt-unesco/48701963> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1517675454> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12080> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Water turbines"@en ,
                                                                                                      "Υδροστρόβιλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/490021275
<http://semantics.gr/authorities/ekt-unesco/490021275> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1021005212> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4490> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1123019475> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Medieval history"@en ,
                                                                                                       "Μεσαιωνική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/49178683
<http://semantics.gr/authorities/ekt-unesco/49178683> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1292661156> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6127> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Chip"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Microprocessors"@en ,
                                                                                                      "Μικροϋπολογιστές"@el .


###  http://semantics.gr/authorities/ekt-unesco/493920251
<http://semantics.gr/authorities/ekt-unesco/493920251> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1178846282> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17086> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Cell phones"@en ,
                                                                                                      "Cellphones"@en ,
                                                                                                      "Cellular phones"@en ,
                                                                                                      "Smartphones"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mobile phones"@en ,
                                                                                                       "Κινητά τηλέφωνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/494276530
<http://semantics.gr/authorities/ekt-unesco/494276530> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5616> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1629133005> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Imperialism"@en ,
                                                                                                       "Ιμπεριαλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/49636039
<http://semantics.gr/authorities/ekt-unesco/49636039> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5283> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial towns"@en ,
                                                                                                      "Βιομηχανικές πόλεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/500135309
<http://semantics.gr/authorities/ekt-unesco/500135309> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9712> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Wind power"@en ,
                                                                                                       "Αιολική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/501879359
<http://semantics.gr/authorities/ekt-unesco/501879359> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1436632563> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2772> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Information officers"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Information scientists"@en ,
                                                                                                       "Επιστήμονες της πληροφόρησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/504516213
<http://semantics.gr/authorities/ekt-unesco/504516213> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6930> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2055874222> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/735371747> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rites"@en ,
                                                                                                       "Τελετουργίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/505860323
<http://semantics.gr/authorities/ekt-unesco/505860323> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2345> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/580380672> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/935062218> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Christianity"@en ,
                                                                                                       "Χριστιανισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/506620926
<http://semantics.gr/authorities/ekt-unesco/506620926> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5314> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Neo-liberalism"@en ,
                                                                                                      "Neoliberalism"@en ,
                                                                                                      "Νεοφιλελευθερισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Liberalism"@en ,
                                                                                                       "Φιλελευθερισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/510056760
<http://semantics.gr/authorities/ekt-unesco/510056760> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1818396831> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9714> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Geothermal energy"@en ,
                                                                                                       "Γεωθερμική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/510373880
<http://semantics.gr/authorities/ekt-unesco/510373880> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/958976710> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6105> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "CD-ROM"@en ,
                                                                                                      "DVD"@en ,
                                                                                                      "Digital optical disks"@en ,
                                                                                                      "Digital versatile disks"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Optical discs"@en ,
                                                                                                       "Οπτικοί δίσκοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/511596506
<http://semantics.gr/authorities/ekt-unesco/511596506> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/893016319> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7361> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional dance"@en ,
                                                                                                       "Παραδοσιακός χορός"@el .


###  http://semantics.gr/authorities/ekt-unesco/517828986
<http://semantics.gr/authorities/ekt-unesco/517828986> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1400629129> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12171> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Παράνομη μετανάστευση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Illegal immigration"@en ,
                                                                                                       "Λαθρομετανάστευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/520363522
<http://semantics.gr/authorities/ekt-unesco/520363522> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6021> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Computer assisted publishing"@en ,
                                                                                                      "Desktop publishing"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Electronic publishing"@en ,
                                                                                                       "Ηλεκτρονικές εκδόσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/522360520
<http://semantics.gr/authorities/ekt-unesco/522360520> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/204898314> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2061> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1485707552> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2107861634> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Diplomacy"@en ,
                                                                                                       "Διπλωματία"@el .


###  http://semantics.gr/authorities/ekt-unesco/522414840
<http://semantics.gr/authorities/ekt-unesco/522414840> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4526> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2039923979> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Chronology"@en ,
                                                                                                       "Χρονολογική ταξινόμηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/522687691
<http://semantics.gr/authorities/ekt-unesco/522687691> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1003994483> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2711> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional architecture"@en ,
                                                                                                       "Παραδοσιακή αρχιτεκτονική"@el .


###  http://semantics.gr/authorities/ekt-unesco/523065607
<http://semantics.gr/authorities/ekt-unesco/523065607> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6244> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Peacemaking"@en ,
                                                                                                       "Ειρήνευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/524081211
<http://semantics.gr/authorities/ekt-unesco/524081211> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/785715038> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept239> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2074623943> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical profession"@en ,
                                                                                                       "Ιατρικό επάγγελμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/524117633
<http://semantics.gr/authorities/ekt-unesco/524117633> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2920> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Byzantine art"@en ,
                                                                                                       "Βυζαντινή τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/524553517
<http://semantics.gr/authorities/ekt-unesco/524553517> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1436632563> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2773> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Cataloguers"@en ,
                                                                                                      "Documentalists"@en ,
                                                                                                      "Indexers"@en ,
                                                                                                      "Special librarians"@en ,
                                                                                                      "Βιβλιοθηκάριοι"@el ,
                                                                                                      "Καταλογογράφοι"@el ,
                                                                                                      "Τεκμηριωτές"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Librarians"@en ,
                                                                                                       "Βιβλιοθηκονόμοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/526421305
<http://semantics.gr/authorities/ekt-unesco/526421305> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept424> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                       <http://www.w3.org/2004/02/skos/core#hiddenLabel> "δημογραφία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Age distribution"@en ,
                                                                                                       "Ηλικιακή κατανομή"@el .


###  http://semantics.gr/authorities/ekt-unesco/527168834
<http://semantics.gr/authorities/ekt-unesco/527168834> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495660050> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6174> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary music"@en ,
                                                                                                       "Σύγχρονη μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/532778317
<http://semantics.gr/authorities/ekt-unesco/532778317> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1913591392> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4014> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biosphere reserves"@en ,
                                                                                                       "Απόθεμα βιόσφαιρας"@el .


###  http://semantics.gr/authorities/ekt-unesco/534030091
<http://semantics.gr/authorities/ekt-unesco/534030091> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept261> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2105876162> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/297187998> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural interaction"@en ,
                                                                                                       "Πολιτισμική αλληλεπίδραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/535761272
<http://semantics.gr/authorities/ekt-unesco/535761272> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/121667042> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4399> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing finance"@en ,
                                                                                                       "Χρηματοδότηση στέγασης"@el .


###  http://semantics.gr/authorities/ekt-unesco/535972869
<http://semantics.gr/authorities/ekt-unesco/535972869> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/811463774> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7896> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Population programme"@en ,
                                                                                                       "Δημογραφικό πρόγραμμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/537091006
<http://semantics.gr/authorities/ekt-unesco/537091006> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/962277315> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14444> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Swimming"@en ,
                                                                                                       "Κολύμπι"@el .


###  http://semantics.gr/authorities/ekt-unesco/538924757
<http://semantics.gr/authorities/ekt-unesco/538924757> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept525> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Typography"@en ,
                                                                                                      "Τυπογραφία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Printing"@en ,
                                                                                                       "Εκτύπωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/538932586
<http://semantics.gr/authorities/ekt-unesco/538932586> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1122> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Cyclotrons"@en ,
                                                                                                      "Κύκλοτρα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Particle accelerators"@en ,
                                                                                                       "Επιταχυντές σωματιδίων"@el .


###  http://semantics.gr/authorities/ekt-unesco/539429032
<http://semantics.gr/authorities/ekt-unesco/539429032> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1357300460> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3165> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cinema attendance"@en ,
                                                                                                       "Κινηματογραφικό κοινό"@el .


###  http://semantics.gr/authorities/ekt-unesco/547545593
<http://semantics.gr/authorities/ekt-unesco/547545593> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2016792222> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1586> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aesthetics"@en ,
                                                                                                       "Αισθητική"@el .


###  http://semantics.gr/authorities/ekt-unesco/549321852
<http://semantics.gr/authorities/ekt-unesco/549321852> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1187225323> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7110> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Στυλ ζωής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Life styles"@en ,
                                                                                                       "Τρόποι ζωής"@el .


###  http://semantics.gr/authorities/ekt-unesco/549721352
<http://semantics.gr/authorities/ekt-unesco/549721352> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/62189039> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept601> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Fisheries"@en ,
                                                                                                       "Αλιεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/549727608
<http://semantics.gr/authorities/ekt-unesco/549727608> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/122225709> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6066> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer printers"@en ,
                                                                                                       "Εκτυπωτές υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/555636832
<http://semantics.gr/authorities/ekt-unesco/555636832> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4263> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant taxonomy"@en ,
                                                                                                       "Ταξινομία των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/556069280
<http://semantics.gr/authorities/ekt-unesco/556069280> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5887> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Transport planning"@en ,
                                                                                                       "Συγκοινωνιακός σχεδιασμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/559618322
<http://semantics.gr/authorities/ekt-unesco/559618322> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12067> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Humour (literary)"@en ,
                                                                                                       "Κωμωδία (λογοτέχνημα)"@el .


###  http://semantics.gr/authorities/ekt-unesco/560206570
<http://semantics.gr/authorities/ekt-unesco/560206570> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1967454376> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11034> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1404319812> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/400583019> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Future oriented studies"@en ,
                                                                                                      "Futurology"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Future studies"@en ,
                                                                                                       "Μελλοντολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/560215094
<http://semantics.gr/authorities/ekt-unesco/560215094> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept298> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1108782792> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1110777228> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1351672151> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1524617408> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1805257293> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/855170647> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeology"@en ,
                                                                                                       "Αρχαιολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/562643526
<http://semantics.gr/authorities/ekt-unesco/562643526> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1546281498> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7430> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Geographical data"@en ,
                                                                                                       "Γεωγραφικά δεδομένα"@el .


###  http://semantics.gr/authorities/ekt-unesco/565223689
<http://semantics.gr/authorities/ekt-unesco/565223689> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1097075635> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5612> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Colonization"@en ,
                                                                                                       "Αποικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/56601198
<http://semantics.gr/authorities/ekt-unesco/56601198> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/44528813> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5331> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Public servants"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Civil servants"@en ,
                                                                                                      "Δημόσιοι υπάλληλοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/566494261
<http://semantics.gr/authorities/ekt-unesco/566494261> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept300> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/67960423> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εμβλήματα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Heraldry"@en ,
                                                                                                       "Εραλδική"@el .


###  http://semantics.gr/authorities/ekt-unesco/573460597
<http://semantics.gr/authorities/ekt-unesco/573460597> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/607843586> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1194> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμική αφομοίωση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Acculturation"@en ,
                                                                                                       "Πολιτισμική ενσωμάτωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/574320517
<http://semantics.gr/authorities/ekt-unesco/574320517> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/168034861> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1693> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aggressiveness"@en ,
                                                                                                       "Επιθετικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/575061996
<http://semantics.gr/authorities/ekt-unesco/575061996> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6676> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Δωροδοκία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Corruption"@en ,
                                                                                                       "Διαφθορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/575907563
<http://semantics.gr/authorities/ekt-unesco/575907563> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1812516779> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16481> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social values"@en ,
                                                                                                       "Κοινωνικές αξίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/577141682
<http://semantics.gr/authorities/ekt-unesco/577141682> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10122> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1383962255> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/801261805> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanographic equipment"@en ,
                                                                                                       "Ωκεανογραφικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/577173242
<http://semantics.gr/authorities/ekt-unesco/577173242> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept427> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1390028316> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1400629129> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1442156116> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1831835070> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1943308267> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1949871667> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/227846061> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Migration"@en ,
                                                                                                       "Μετανάστευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/579542279
<http://semantics.gr/authorities/ekt-unesco/579542279> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1654325156> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept420> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Minorities"@en ,
                                                                                                      "Μειονότητες"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Minority groups"@en ,
                                                                                                       "Μειονοτικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/579761444
<http://semantics.gr/authorities/ekt-unesco/579761444> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1377621766> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3255> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ουμανισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Humanism"@en ,
                                                                                                       "Ανθρωπισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/580380672
<http://semantics.gr/authorities/ekt-unesco/580380672> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/505860323> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5155> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Protestantism"@en ,
                                                                                                       "Προτεσταντισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/582227042
<http://semantics.gr/authorities/ekt-unesco/582227042> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1191104173> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9508> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Electrical energy"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Electric power"@en ,
                                                                                                       "Ηλεκτρική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/584609126
<http://semantics.gr/authorities/ekt-unesco/584609126> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890243893> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2722> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Landscape architecture"@en ,
                                                                                                      "Αρχιτεκτονική τοπίου"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Landscape design"@en ,
                                                                                                       "Σχεδιασμός τοπίου"@el .


###  http://semantics.gr/authorities/ekt-unesco/585152865
<http://semantics.gr/authorities/ekt-unesco/585152865> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3237> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Lenses"@en ,
                                                                                                      "Mirrors"@en ,
                                                                                                      "Telescopes"@en ,
                                                                                                      "Κάτοπτρα"@el ,
                                                                                                      "Τηλεσκόπια"@el ,
                                                                                                      "Φακοί"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Optical instruments"@en ,
                                                                                                       "Οπτικά όργανα"@el .


###  http://semantics.gr/authorities/ekt-unesco/586614938
<http://semantics.gr/authorities/ekt-unesco/586614938> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7593> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Dictatorship"@en ,
                                                                                                       "Δικτατορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/58795719
<http://semantics.gr/authorities/ekt-unesco/58795719> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1077220062> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11646> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Small groups"@en ,
                                                                                                      "Μικρές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/589217394
<http://semantics.gr/authorities/ekt-unesco/589217394> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3226> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Stellar systems"@en ,
                                                                                                      "Αστρικά συστήματα" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Galaxies"@en ,
                                                                                                       "Γαλαξίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/58975444
<http://semantics.gr/authorities/ekt-unesco/58975444> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1168083917> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1314> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Theatrical performances"@en ,
                                                                                                      "Θεατρικές παραστάσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/590438251
<http://semantics.gr/authorities/ekt-unesco/590438251> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/795236192> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1456> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/85616307> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εφηβική ηλικία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Adolescence"@en ,
                                                                                                       "Εφηβεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/591166448
<http://semantics.gr/authorities/ekt-unesco/591166448> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4582> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Inland water transport"@en ,
                                                                                                       "Εσωτερική ναυσιπλοΐα"@el .


###  http://semantics.gr/authorities/ekt-unesco/59532952
<http://semantics.gr/authorities/ekt-unesco/59532952> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept538> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Printing machines"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Printing equipment"@en ,
                                                                                                      "Εκτυπωτικές μηχανές"@el .


###  http://semantics.gr/authorities/ekt-unesco/59570319
<http://semantics.gr/authorities/ekt-unesco/59570319> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/917250526> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8610> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Seismographs"@en ,
                                                                                                     "Σεισμογράφοι"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Seismometers"@en ,
                                                                                                      "Σεισμόμετρα"@el .


###  http://semantics.gr/authorities/ekt-unesco/596281255
<http://semantics.gr/authorities/ekt-unesco/596281255> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1021005212> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11865> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία των μοντέρνων χρόνων"@el ,
                                                                                                      "Ιστορία των νεότερων χρόνων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Modern history"@en ,
                                                                                                       "Νεότερη ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/597179158
<http://semantics.gr/authorities/ekt-unesco/597179158> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/257176627> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept315> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1914702154> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Writing systems"@en ,
                                                                                                       "Συστήματα γραφής"@el .


###  http://semantics.gr/authorities/ekt-unesco/598007912
<http://semantics.gr/authorities/ekt-unesco/598007912> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/290804230> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Limestone"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Lime"@en ,
                                                                                                       "Ασβεστόλιθος"@el .


###  http://semantics.gr/authorities/ekt-unesco/601715463
<http://semantics.gr/authorities/ekt-unesco/601715463> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652910038> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7119> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural models"@en ,
                                                                                                       "Πολιτισμικά μοντέλα"@el .


###  http://semantics.gr/authorities/ekt-unesco/602293864
<http://semantics.gr/authorities/ekt-unesco/602293864> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6401> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing construction"@en ,
                                                                                                       "Κατασκευή κατοικιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/604209971
<http://semantics.gr/authorities/ekt-unesco/604209971> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900238750> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5979> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Composers"@en ,
                                                                                                       "Συνθέτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/607543852
<http://semantics.gr/authorities/ekt-unesco/607543852> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/340771024> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3132> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Central Asian cultures"@en ,
                                                                                                       "Πολιτισμοί της Κεντρικής Ασίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/607843586
<http://semantics.gr/authorities/ekt-unesco/607843586> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/91641456> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept260> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1273357515> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/573460597> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural identity"@en ,
                                                                                                       "Πολιτισμική ταυτότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/608726621
<http://semantics.gr/authorities/ekt-unesco/608726621> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1639635423> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2714> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Interior architecture"@en ,
                                                                                                       "Εσωτερική αρχιτεκτονική"@el .


###  http://semantics.gr/authorities/ekt-unesco/610504906
<http://semantics.gr/authorities/ekt-unesco/610504906> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept647> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/825304809> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/968640583> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ηλεκτρικός εξοπλισμός"@el ,
                                                                                                      "Ηλεκτρολογικό υλικό"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Electrical equipment"@en ,
                                                                                                       "Ηλεκτρολογικός εξοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/613841593
<http://semantics.gr/authorities/ekt-unesco/613841593> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept484> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Βιομηχανία των πληροφοριών"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Information industry"@en ,
                                                                                                       "Βιομηχανία της πληροφόρησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/61626419
<http://semantics.gr/authorities/ekt-unesco/61626419> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11893> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Historians"@en ,
                                                                                                      "Ιστορικοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/616499503
<http://semantics.gr/authorities/ekt-unesco/616499503> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1408466067> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10781> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural women"@en ,
                                                                                                       "Αγρότισσες"@el .


###  http://semantics.gr/authorities/ekt-unesco/617718599
<http://semantics.gr/authorities/ekt-unesco/617718599> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652910038> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1629> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural studies"@en ,
                                                                                                       "Πολιτισμικές σπουδές"@el .


###  http://semantics.gr/authorities/ekt-unesco/619264936
<http://semantics.gr/authorities/ekt-unesco/619264936> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8857> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Economists"@en ,
                                                                                                       "Οικονομολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/619658144
<http://semantics.gr/authorities/ekt-unesco/619658144> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8605> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Seismological observatories"@en ,
                                                                                                       "Σεισμολογικά παρατηρητήρια"@el .


###  http://semantics.gr/authorities/ekt-unesco/620521797
<http://semantics.gr/authorities/ekt-unesco/620521797> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept402> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1199131364> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1328075668> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1470322195> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1631316865> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2077964617> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/27876554> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Society"@en ,
                                                                                                      "Κοινωνία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social systems"@en ,
                                                                                                       "Κοινωνικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/621509446
<http://semantics.gr/authorities/ekt-unesco/621509446> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1097075635> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5613> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Decolonization"@en ,
                                                                                                       "Αποαποικιοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/62189039
<http://semantics.gr/authorities/ekt-unesco/62189039> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.35> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1496475471> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1630650490> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/549721352> ;
                                                      <http://purl.org/dc/elements/1.1/identifier> "6.35" ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Agriculture"@en ,
                                                                                                      "Γεωργία"@el .


###  http://semantics.gr/authorities/ekt-unesco/624194762
<http://semantics.gr/authorities/ekt-unesco/624194762> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/896152648> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1577> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aircraft"@en ,
                                                                                                       "Αεροσκάφη"@el .


###  http://semantics.gr/authorities/ekt-unesco/625073866
<http://semantics.gr/authorities/ekt-unesco/625073866> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/163993282> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2389> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal migration"@en ,
                                                                                                       "Μετανάστευση ζώων"@el .


###  http://semantics.gr/authorities/ekt-unesco/626841773
<http://semantics.gr/authorities/ekt-unesco/626841773> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1539> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Commercial art"@en ,
                                                                                                       "Εμπορική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/630745811
<http://semantics.gr/authorities/ekt-unesco/630745811> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1061837696> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4863> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1840844119> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πυρηνικοί σταθμοί ηλεκτροπαραγωγής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nuclear power stations"@en ,
                                                                                                       "Πυρηνικοί σταθμοί παραγωγής ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/635888502
<http://semantics.gr/authorities/ekt-unesco/635888502> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/438676034> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept548> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/805339512> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Legal profession"@en ,
                                                                                                       "Νομικό επάγγελμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/637722085
<http://semantics.gr/authorities/ekt-unesco/637722085> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/900082413> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1532> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Publicity"@en ,
                                                                                                      "Δημοσιότητα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Advertising"@en ,
                                                                                                       "Διαφήμιση"@el .


###  http://semantics.gr/authorities/ekt-unesco/638547454
<http://semantics.gr/authorities/ekt-unesco/638547454> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1497878259> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3359> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Radio listeners"@en ,
                                                                                                       "Ακροατές ραδιοφώνου"@el .


###  http://semantics.gr/authorities/ekt-unesco/639324059
<http://semantics.gr/authorities/ekt-unesco/639324059> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1916482458> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2594> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept5091> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1401941773> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Early childhood"@en ,
                                                                                                       "Παιδιά βρεφικής και νηπιακής ηλικίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/64120958
<http://semantics.gr/authorities/ekt-unesco/64120958> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1904986716> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept440> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/121667042> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1483650945> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1568929968> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1678891932> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/602293864> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/876955653> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Housing"@en ,
                                                                                                      "Στέγαση"@el .


###  http://semantics.gr/authorities/ekt-unesco/643487890
<http://semantics.gr/authorities/ekt-unesco/643487890> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1486868589> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2986> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept8119> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Refugees"@en ,
                                                                                                       "Πρόσφυγες"@el .


###  http://semantics.gr/authorities/ekt-unesco/644576283
<http://semantics.gr/authorities/ekt-unesco/644576283> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1251014061> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6181> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Socio-economic status"@en ,
                                                                                                      "Socioeconomic status"@en ,
                                                                                                      "Κοινωνική κατάσταση"@el ,
                                                                                                      "Κοινωνικοοικονομική κατάσταση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social status"@en ,
                                                                                                       "Κοινωνική θέση"@el .


###  http://semantics.gr/authorities/ekt-unesco/644762397
<http://semantics.gr/authorities/ekt-unesco/644762397> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/713458937> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2194> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Αγράμματοι"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Illiterates"@en ,
                                                                                                       "Αναλφάβητοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/647141340
<http://semantics.gr/authorities/ekt-unesco/647141340> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1703379852> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept305> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1646094692> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious history"@en ,
                                                                                                       "Θρησκευτική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/647994836
<http://semantics.gr/authorities/ekt-unesco/647994836> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1087352633> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/1367> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/mt5.20> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1042158431> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1101681099> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1188196134> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1253063432> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1436632563> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1495699147> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1497878259> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1611205629> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1765075331> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/410367744> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/538924757> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/613841593> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/664947579> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/866376485> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Information industry"@en ,
                                                                                                       "Βιομηχανία των πληροφοριών"@el .


###  http://semantics.gr/authorities/ekt-unesco/64879846
<http://semantics.gr/authorities/ekt-unesco/64879846> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4732> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Caste"@en ,
                                                                                                      "Κάστα"@el .


###  http://semantics.gr/authorities/ekt-unesco/65005407
<http://semantics.gr/authorities/ekt-unesco/65005407> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1113731165> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7592> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Democratization"@en ,
                                                                                                      "Εκδημοκρατισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/65127243
<http://semantics.gr/authorities/ekt-unesco/65127243> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/77764668> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7029> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Group dynamics"@en ,
                                                                                                      "Δυναμική ομάδας"@el .


###  http://semantics.gr/authorities/ekt-unesco/651667036
<http://semantics.gr/authorities/ekt-unesco/651667036> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1189610058> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5187> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious minorities"@en ,
                                                                                                       "Θρησκευτικές μειονότητες"@el .


###  http://semantics.gr/authorities/ekt-unesco/65208925
<http://semantics.gr/authorities/ekt-unesco/65208925> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3207> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Clubs"@en ,
                                                                                                      "Σύλλογοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/653879866
<http://semantics.gr/authorities/ekt-unesco/653879866> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081621694> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2355> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Primitive religions"@en ,
                                                                                                       "Πρωτόγονες θρησκείες"@el .


###  http://semantics.gr/authorities/ekt-unesco/654041644
<http://semantics.gr/authorities/ekt-unesco/654041644> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/908532> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5051> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Domestic violence"@en ,
                                                                                                       "Ενδοοικογενειακή βία"@el .


###  http://semantics.gr/authorities/ekt-unesco/655129576
<http://semantics.gr/authorities/ekt-unesco/655129576> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/908532> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7160> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Vandalism"@en ,
                                                                                                       "Βανδαλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/655420238
<http://semantics.gr/authorities/ekt-unesco/655420238> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/766381553> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3531> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Collective security"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "International security"@en ,
                                                                                                       "Διεθνής ασφάλεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/655542259
<http://semantics.gr/authorities/ekt-unesco/655542259> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3227> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1995196551> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Interstellar space"@en ,
                                                                                                       "Διαστρικό διάστημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/66115
<http://semantics.gr/authorities/ekt-unesco/66115> rdf:type owl:NamedIndividual ,
                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.45> ;
                                                   <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1254566123> ,
                                                                                                  <http://semantics.gr/authorities/ekt-unesco/2016792222> ,
                                                                                                  <http://semantics.gr/authorities/ekt-unesco/2033746593> ,
                                                                                                  <http://semantics.gr/authorities/ekt-unesco/2049680> ,
                                                                                                  <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                   <http://purl.org/dc/elements/1.1/identifier> "3.45" ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Art"@en ,
                                                                                                   "Τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/662156455
<http://semantics.gr/authorities/ekt-unesco/662156455> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/990625508> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8420> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1256950161> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1978977858> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/827077460> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Paintings"@en ,
                                                                                                       "Έργα ζωγραφικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/662291088
<http://semantics.gr/authorities/ekt-unesco/662291088> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1383279212> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3235> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cosmology"@en ,
                                                                                                       "Κοσμολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/66292295
<http://semantics.gr/authorities/ekt-unesco/66292295> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8399> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Θέατρο (λογοτέχνημα)"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Drama"@en ,
                                                                                                      "Δράμα"@el .


###  http://semantics.gr/authorities/ekt-unesco/66390265
<http://semantics.gr/authorities/ekt-unesco/66390265> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/92167151> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8303> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious doctrines"@en ,
                                                                                                      "Θρησκευτικά δόγματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/664947579
<http://semantics.gr/authorities/ekt-unesco/664947579> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept483> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Programmers"@en ,
                                                                                                      "Systems analysts"@en ,
                                                                                                      "Αναλυτές συστημάτων"@el ,
                                                                                                      "Προγραμματιστές"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer personnel"@en ,
                                                                                                       "Προσωπικό πληροφορικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/665759143
<http://semantics.gr/authorities/ekt-unesco/665759143> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/204898314> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11049> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Neutrality"@en ,
                                                                                                       "Ουδετερότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/666871
<http://semantics.gr/authorities/ekt-unesco/666871> rdf:type owl:NamedIndividual ,
                                                             <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1673> ;
                                                    <http://www.w3.org/2004/02/skos/core#altLabel> "Άτομα τρίτης ηλικίας"@el ;
                                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Elderly"@en ,
                                                                                                    "Ηλικιωμένοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/669239652
<http://semantics.gr/authorities/ekt-unesco/669239652> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1924280812> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2012> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Pottery"@en ,
                                                                                                       "Πηλοπλαστική"@el .


###  http://semantics.gr/authorities/ekt-unesco/670039046
<http://semantics.gr/authorities/ekt-unesco/670039046> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522262796> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2326> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1663124083> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2026014315> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient civilizations"@en ,
                                                                                                       "Αρχαίοι πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/67044979
<http://semantics.gr/authorities/ekt-unesco/67044979> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7036> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Elite"@en ,
                                                                                                      "Ελίτ"@el .


###  http://semantics.gr/authorities/ekt-unesco/67066577
<http://semantics.gr/authorities/ekt-unesco/67066577> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2898> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/237439710> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/349347828> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Disarmament"@en ,
                                                                                                      "Αφοπλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/670924676
<http://semantics.gr/authorities/ekt-unesco/670924676> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973934708> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14400> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Orchestras"@en ,
                                                                                                       "Ορχήστρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/670933036
<http://semantics.gr/authorities/ekt-unesco/670933036> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12004> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban environment"@en ,
                                                                                                       "Αστικό περιβάλλον"@el .


###  http://semantics.gr/authorities/ekt-unesco/674989118
<http://semantics.gr/authorities/ekt-unesco/674989118> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15249> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Pluralism"@en ,
                                                                                                       "Πλουραλισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/676755872
<http://semantics.gr/authorities/ekt-unesco/676755872> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11813> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Υδρογραφίες"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydrographs"@en ,
                                                                                                       "Υδρογραφήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/676937470
<http://semantics.gr/authorities/ekt-unesco/676937470> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1853421408> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7037> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Intellectuals"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Intelligentsia"@en ,
                                                                                                       "Διανοούμενοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/677267762
<http://semantics.gr/authorities/ekt-unesco/677267762> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5285> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "New towns"@en ,
                                                                                                       "Νέες πόλεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/678248850
<http://semantics.gr/authorities/ekt-unesco/678248850> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/83761118> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2135> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Homemakers"@en ,
                                                                                                       "Νοικοκυρές"@el .


###  http://semantics.gr/authorities/ekt-unesco/67960423
<http://semantics.gr/authorities/ekt-unesco/67960423> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/566494261> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3567> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Flags"@en ,
                                                                                                      "Σημαίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/684766735
<http://semantics.gr/authorities/ekt-unesco/684766735> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/103077433> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5090> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social security"@en ,
                                                                                                       "Κοινωνική ασφάλιση"@el .


###  http://semantics.gr/authorities/ekt-unesco/687226496
<http://semantics.gr/authorities/ekt-unesco/687226496> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6937> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Working class cultures"@en ,
                                                                                                       "Πολιτισμοί της εργατικής τάξης"@el .


###  http://semantics.gr/authorities/ekt-unesco/68811063
<http://semantics.gr/authorities/ekt-unesco/68811063> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/83761118> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5095> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Girls"@en ,
                                                                                                      "Κορίτσια"@el .


###  http://semantics.gr/authorities/ekt-unesco/692519849
<http://semantics.gr/authorities/ekt-unesco/692519849> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6061> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Keyboards"@en ,
                                                                                                      "Screens (computer)"@en ,
                                                                                                      "Οθόνες (υπολογιστών)"@el ,
                                                                                                      "Πληκτρολόγια"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer terminals"@en ,
                                                                                                       "Τερματικά πληροφορικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/695036512
<http://semantics.gr/authorities/ekt-unesco/695036512> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1921043218> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15418> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/894528637> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious practice"@en ,
                                                                                                       "Θρησκευτικές πρακτικές"@el .


###  http://semantics.gr/authorities/ekt-unesco/695118524
<http://semantics.gr/authorities/ekt-unesco/695118524> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1188196134> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5789> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication planners"@en ,
                                                                                                       "Σχεδιαστές επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/701856134
<http://semantics.gr/authorities/ekt-unesco/701856134> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1053656863> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7978> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nazism"@en ,
                                                                                                       "Ναζισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/70476538
<http://semantics.gr/authorities/ekt-unesco/70476538> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1919711966> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4487> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Icons"@en ,
                                                                                                      "Εικόνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/706967085
<http://semantics.gr/authorities/ekt-unesco/706967085> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3122> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Asian literature"@en ,
                                                                                                       "Ασιατική λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/707363269
<http://semantics.gr/authorities/ekt-unesco/707363269> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3100> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sculptors"@en ,
                                                                                                       "Γλύπτες"@el .


###  http://semantics.gr/authorities/ekt-unesco/710733699
<http://semantics.gr/authorities/ekt-unesco/710733699> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1282756890> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2166> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Mayas"@en ,
                                                                                                       "Μάγια (ιθαγενής λαός)"@el .


###  http://semantics.gr/authorities/ekt-unesco/711481993
<http://semantics.gr/authorities/ekt-unesco/711481993> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/335400681> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3899> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Multiculturalism"@en ,
                                                                                                       "Πολυπολιτισμικότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/712232380
<http://semantics.gr/authorities/ekt-unesco/712232380> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/domain2> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1064566917> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/107719265> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/108570301> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1440350439> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1522710684> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1546281498> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1557599901> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1640923519> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1751309510> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1779972790> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1869607832> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2034898117> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2107037485> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/222790744> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/300256681> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/727501687> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/785715038> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Science"@en ,
                                                                                                       "Επιστήμη"@el .


###  http://semantics.gr/authorities/ekt-unesco/713458937
<http://semantics.gr/authorities/ekt-unesco/713458937> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5916> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/644762397> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educationally disadvantaged"@en ,
                                                                                                       "Εκπαιδευτικά μειονεκτούντες"@el .


###  http://semantics.gr/authorities/ekt-unesco/713686699
<http://semantics.gr/authorities/ekt-unesco/713686699> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9990> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Entomology"@en ,
                                                                                                       "Εντομολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/715232625
<http://semantics.gr/authorities/ekt-unesco/715232625> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3071> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1780351754> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/285883064> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/865183434> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar system"@en ,
                                                                                                       "Ηλιακό σύστημα"@el .


###  http://semantics.gr/authorities/ekt-unesco/716167486
<http://semantics.gr/authorities/ekt-unesco/716167486> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/786571535> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14985> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political participation"@en ,
                                                                                                       "Πολιτική συμμετοχή"@el .


###  http://semantics.gr/authorities/ekt-unesco/71639859
<http://semantics.gr/authorities/ekt-unesco/71639859> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1242144670> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Catalogues"@en ,
                                                                                                      "Κατάλογοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/716962194
<http://semantics.gr/authorities/ekt-unesco/716962194> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept231> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Life sciences"@en ,
                                                                                                       "Επιστήμες της ζωής"@el .


###  http://semantics.gr/authorities/ekt-unesco/719585781
<http://semantics.gr/authorities/ekt-unesco/719585781> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1513463820> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13261> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Λογοτεχνία της Λατινικής Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Latin American literature"@en ,
                                                                                                       "Λατινοαμερικάνικη λογοτεχνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/720716299
<http://semantics.gr/authorities/ekt-unesco/720716299> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept566> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1032802733> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1053656863> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/108980806> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1563503375> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1641704490> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1857632051> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2117758456> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/277825790> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/408800637> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/494276530> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/506620926> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/674989118> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/748715486> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/750777355> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/814905309> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/848910761> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/859314945> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/898098282> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/987182956> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Political ideologies"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political doctrines"@en ,
                                                                                                       "Πολιτικές ιδεολογίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/721607782
<http://semantics.gr/authorities/ekt-unesco/721607782> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept656> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1252760935> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1371908471> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1401065171> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1885867307> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2101472137> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/844249002> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Transport infrastructure"@en ,
                                                                                                       "Υποδομή μεταφορών"@el .


###  http://semantics.gr/authorities/ekt-unesco/721714281
<http://semantics.gr/authorities/ekt-unesco/721714281> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept648> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1712178443> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Εγκατάσταση θέρμανσης"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Heating equipment"@en ,
                                                                                                       "Εξοπλισμός θέρμανσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/724912660
<http://semantics.gr/authorities/ekt-unesco/724912660> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6245> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1364518918> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Class conflicts"@en ,
                                                                                                      "Role conflicts"@en ,
                                                                                                      "Social tensions"@en ,
                                                                                                      "Social unrest"@en ,
                                                                                                      "Κοινωνικές εντάσεις"@el ,
                                                                                                      "Κοινωνική αναταραχή"@el ,
                                                                                                      "Συγκρούσεις ρόλων"@el ,
                                                                                                      "Ταξικές συγκρούσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social conflicts"@en ,
                                                                                                       "Κοινωνικές συγκρούσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/727501687
<http://semantics.gr/authorities/ekt-unesco/727501687> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.30> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/13485921> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1383279212> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2606829> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/429495332> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.30" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Space sciences"@en ,
                                                                                                       "Επιστήμες του Διαστήματος"@el .


###  http://semantics.gr/authorities/ekt-unesco/729172889
<http://semantics.gr/authorities/ekt-unesco/729172889> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1751309510> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept232> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Natural history"@en ,
                                                                                                       "Φυσική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/730740076
<http://semantics.gr/authorities/ekt-unesco/730740076> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227846061> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5884> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Commuting"@en ,
                                                                                                       "Μετακινήσεις μεταξύ κατοικίας και εργασίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/731846898
<http://semantics.gr/authorities/ekt-unesco/731846898> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4129> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Coloureds"@en ,
                                                                                                       "Έγχρωμοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/732012802
<http://semantics.gr/authorities/ekt-unesco/732012802> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.25> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1004496340> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1177228612> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1581945609> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2000597127> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2029014968> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.25" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Economics"@en ,
                                                                                                       "Οικονομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/732213896
<http://semantics.gr/authorities/ekt-unesco/732213896> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5050> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1686639740> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2126510747> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/891628710> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Marginalized children"@en ,
                                                                                                      "Socially disadvantaged children"@en ,
                                                                                                      "Underprivileged children"@en ,
                                                                                                      "Μη προνομιούχα παιδιά"@el ,
                                                                                                      "Περιθωριοποιημένα παιδιά"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Disadvantaged children"@en ,
                                                                                                       "Μειονεκτούντα παιδιά"@el .


###  http://semantics.gr/authorities/ekt-unesco/733062717
<http://semantics.gr/authorities/ekt-unesco/733062717> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1654325156> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept418> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1231504015> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1251186284> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1510981023> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1561019807> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1879123471> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2015149626> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2115884913> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/28628014> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/731846898> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/746333452> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/892264817> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/970286089> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ethnic minorities"@en ,
                                                                                                      "Ethnicity"@en ,
                                                                                                      "National minorities"@en ,
                                                                                                      "Race"@en ,
                                                                                                      "Racial groups"@en ,
                                                                                                      "Racial minorities"@en ,
                                                                                                      "Εθνικές μειονότητες"@el ,
                                                                                                      "Εθνικές ομάδες"@el ,
                                                                                                      "Εθνοτικές μειονότητες"@el ,
                                                                                                      "Εθνότητες"@el ,
                                                                                                      "Φυλές"@el ,
                                                                                                      "Φυλετικές μειονότητες"@el ,
                                                                                                      "Φυλετικές ομάδες"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnic groups"@en ,
                                                                                                       "Εθνοτικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/735371747
<http://semantics.gr/authorities/ekt-unesco/735371747> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/504516213> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12620> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Initiation rites"@en ,
                                                                                                       "Τελετουργίες μύησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/73544962
<http://semantics.gr/authorities/ekt-unesco/73544962> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2098409919> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept532> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1492152329> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Yλικό επικοινωνιών"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication equipment"@en ,
                                                                                                      "Εξοπλισμός επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/74114791
<http://semantics.gr/authorities/ekt-unesco/74114791> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7311> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Masks"@en ,
                                                                                                      "Μάσκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/744858191
<http://semantics.gr/authorities/ekt-unesco/744858191> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1829693799> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13765> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Marine mineral resources"@en ,
                                                                                                       "Θαλάσσιοι ορυκτοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/745589638
<http://semantics.gr/authorities/ekt-unesco/745589638> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.05> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.05" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational sciences and environment"@en ,
                                                                                                       "Επιστήμες και περιβάλλον της εκπαίδευσης"@el .


###  http://semantics.gr/authorities/ekt-unesco/746333452
<http://semantics.gr/authorities/ekt-unesco/746333452> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2168> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "North American Indians"@en ,
                                                                                                      "South American Indians"@en ,
                                                                                                      "Ινδιάνοι της Βορείου Αμερικής"@el ,
                                                                                                      "Ινδιάνοι της Νοτίου Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Amerindians"@en ,
                                                                                                       "Ιθαγενείς πληθυσμοί της Αμερικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/747122424
<http://semantics.gr/authorities/ekt-unesco/747122424> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112149579> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1960> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Civil aviation"@en ,
                                                                                                       "Πολιτική αεροπορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/747718767
<http://semantics.gr/authorities/ekt-unesco/747718767> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8911> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Terrestrial ecosystems"@en ,
                                                                                                       "Χερσαία οικοσυστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/748715486
<http://semantics.gr/authorities/ekt-unesco/748715486> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14468> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Περιφερειοποίηση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Regionalism"@en ,
                                                                                                       "Τοπικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/749164123
<http://semantics.gr/authorities/ekt-unesco/749164123> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/751973306> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10863> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Public finance"@en ,
                                                                                                       "Δημόσια οικονομικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/749934328
<http://semantics.gr/authorities/ekt-unesco/749934328> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11862> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary history"@en ,
                                                                                                       "Ιστορία της λογοτεχνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/749970290
<http://semantics.gr/authorities/ekt-unesco/749970290> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368497755> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4011> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Biodiversity"@en ,
                                                                                                      "Βιολογική ποικιλομορφία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biological diversity"@en ,
                                                                                                       "Βιοποικιλότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/750084940
<http://semantics.gr/authorities/ekt-unesco/750084940> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1064566917> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept192> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1599670693> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Water resources management"@en ,
                                                                                                       "Διαχείριση υδάτινων πόρων"@el .


###  http://semantics.gr/authorities/ekt-unesco/750777355
<http://semantics.gr/authorities/ekt-unesco/750777355> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5562> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1878774474> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/415169332> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Collectivism"@en ,
                                                                                                       "Κολλεκτιβισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/751973306
<http://semantics.gr/authorities/ekt-unesco/751973306> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/970042613> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept663> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1031462691> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1136302363> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1788326024> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/749164123> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Finance"@en ,
                                                                                                       "Χρηματοδότηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/753131451
<http://semantics.gr/authorities/ekt-unesco/753131451> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/204898314> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11050> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonaligned countries"@en ,
                                                                                                       "Αδέσμευτες χώρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/754714609
<http://semantics.gr/authorities/ekt-unesco/754714609> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2327> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ancient theatre"@en ,
                                                                                                       "Αρχαίο θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/757860745
<http://semantics.gr/authorities/ekt-unesco/757860745> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/801261805> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2542> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plankton recorders"@en ,
                                                                                                       "Καταγραφείς πλαγκτόν"@el .


###  http://semantics.gr/authorities/ekt-unesco/762507822
<http://semantics.gr/authorities/ekt-unesco/762507822> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6962> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Universal culture"@en ,
                                                                                                       "Παγκόσμιος πολιτισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/763024300
<http://semantics.gr/authorities/ekt-unesco/763024300> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1514725529> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/389> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept7631> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Population density"@en ,
                                                                                                       "Πυκνότητα πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/766381553
<http://semantics.gr/authorities/ekt-unesco/766381553> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1791121093> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept577> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1085397968> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1454092595> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/655420238> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "State security"@en ,
                                                                                                       "Κρατική ασφάλεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/76986958
<http://semantics.gr/authorities/ekt-unesco/76986958> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1791121093> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept576> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1630494974> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/39297755> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/39755565> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/523065607> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/67066577> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/938682372> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/978342522> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "World peace"@en ,
                                                                                                     "Παγκόσμια ειρήνη"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Peace"@en ,
                                                                                                      "Ειρήνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/77224544
<http://semantics.gr/authorities/ekt-unesco/77224544> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1050738359> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2897> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "International equilibrium"@en ,
                                                                                                     "Διεθνής ισορροπία"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Balance of power"@en ,
                                                                                                      "Ισορροπία δυνάμεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/77238
<http://semantics.gr/authorities/ekt-unesco/77238> rdf:type owl:NamedIndividual ,
                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/83014> ;
                                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10732> ;
                                                   <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1273096335> ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Men"@en ,
                                                                                                   "Άνδρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/77289253
<http://semantics.gr/authorities/ekt-unesco/77289253> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1027308992> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15267> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Poets"@en ,
                                                                                                      "Ποιητές"@el .


###  http://semantics.gr/authorities/ekt-unesco/77388191
<http://semantics.gr/authorities/ekt-unesco/77388191> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1986432102> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13494> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1955766825> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/2023983985> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/2085139382> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/457029711> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Prose"@en ,
                                                                                                      "Πρόζα"@el .


###  http://semantics.gr/authorities/ekt-unesco/776427451
<http://semantics.gr/authorities/ekt-unesco/776427451> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2447> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Wild animals"@en ,
                                                                                                       "Άγρια ζώα"@el .


###  http://semantics.gr/authorities/ekt-unesco/77764668
<http://semantics.gr/authorities/ekt-unesco/77764668> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5943> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/65127243> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Collective behaviour"@en ,
                                                                                                     "Collective psychology"@en ,
                                                                                                     "Group psychology"@en ,
                                                                                                     "Ομαδική ψυχολογία"@el ,
                                                                                                     "Συλλογική συμπεριφορά"@el ,
                                                                                                     "Συλλογική ψυχολογία"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Group behaviour"@en ,
                                                                                                      "Ομαδική συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/781545761
<http://semantics.gr/authorities/ekt-unesco/781545761> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6843> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Air piracy"@en ,
                                                                                                      "Hijacking"@en ,
                                                                                                      "Kidnapping"@en ,
                                                                                                      "Αεροπειρατεία"@el ,
                                                                                                      "Απαγωγή"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Terrorism"@en ,
                                                                                                       "Τρομοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/782341268
<http://semantics.gr/authorities/ekt-unesco/782341268> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1312621592> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12332> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Industrial areas"@en ,
                                                                                                       "Βιομηχανικές περιοχές"@el .


###  http://semantics.gr/authorities/ekt-unesco/783567304
<http://semantics.gr/authorities/ekt-unesco/783567304> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2346> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Confucianism"@en ,
                                                                                                       "Κομφουκιανισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/78429058
<http://semantics.gr/authorities/ekt-unesco/78429058> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1967454376> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2222> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Role analysis"@en ,
                                                                                                      "Ανάλυση ρόλων"@el .


###  http://semantics.gr/authorities/ekt-unesco/784661554
<http://semantics.gr/authorities/ekt-unesco/784661554> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1254566123> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2947> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1422427215> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "European art"@en ,
                                                                                                       "Ευρωπαϊκή τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/785715038
<http://semantics.gr/authorities/ekt-unesco/785715038> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt2.80> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1104413824> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1461019687> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/524081211> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "2.80" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical sciences"@en ,
                                                                                                       "Επιστήμες της Ιατρικής"@el .


###  http://semantics.gr/authorities/ekt-unesco/786571535
<http://semantics.gr/authorities/ekt-unesco/786571535> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1099188748> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5955> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1734649858> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/716167486> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Political attitudes"@en ,
                                                                                                      "Political psychology"@en ,
                                                                                                      "Πολιτικές συμπεριφορές"@el ,
                                                                                                      "Πολιτική ψυχολογία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political behaviour"@en ,
                                                                                                       "Πολιτική συμπεριφορά"@el .


###  http://semantics.gr/authorities/ekt-unesco/78692263
<http://semantics.gr/authorities/ekt-unesco/78692263> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1967454376> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9692> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/285624975> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Social surveys"@en ,
                                                                                                      "Κοινωνικές έρευνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/788112308
<http://semantics.gr/authorities/ekt-unesco/788112308> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1461019687> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11757> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Health policy"@en ,
                                                                                                       "Πολιτική υγείας"@el .


###  http://semantics.gr/authorities/ekt-unesco/788579775
<http://semantics.gr/authorities/ekt-unesco/788579775> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1676724498> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11573> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/39461812> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/811528644> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Legislature"@en ,
                                                                                                      "Βουλή"@el ,
                                                                                                      "Νομοθετικό σώμα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Parliament"@en ,
                                                                                                       "Κοινοβούλιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/790114883
<http://semantics.gr/authorities/ekt-unesco/790114883> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4447> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Research vessels"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Research ships"@en ,
                                                                                                       "Ερευνητικά σκάφη"@el .


###  http://semantics.gr/authorities/ekt-unesco/795236192
<http://semantics.gr/authorities/ekt-unesco/795236192> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/526421305> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1662> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1476898211> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1791231704> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1888499264> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1916482458> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/590438251> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Age groups"@en ,
                                                                                                       "Ηλικιακές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/798383858
<http://semantics.gr/authorities/ekt-unesco/798383858> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/949701045> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1408> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Municipal government"@en ,
                                                                                                       "Δημοτική διακυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/801261805
<http://semantics.gr/authorities/ekt-unesco/801261805> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/577141682> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4270> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/757860745> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oceanographic buoys"@en ,
                                                                                                       "Ωκεανογραφικοί σημαντήρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/801461348
<http://semantics.gr/authorities/ekt-unesco/801461348> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1408466067> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1710> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Γεωργοί"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Farmers"@en ,
                                                                                                       "Αγρότες"@el .


###  http://semantics.gr/authorities/ekt-unesco/80204865
<http://semantics.gr/authorities/ekt-unesco/80204865> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/453795602> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3229> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1978898132> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Stars"@en ,
                                                                                                      "Αστέρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/80204913
<http://semantics.gr/authorities/ekt-unesco/80204913> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10266> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "National state"@en ,
                                                                                                     "Sovereign state"@en ,
                                                                                                     "Εθνικό κράτος"@el ,
                                                                                                     "Κυρίαρχο κράτος"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "State"@en ,
                                                                                                      "Κράτος"@el .


###  http://semantics.gr/authorities/ekt-unesco/802350626
<http://semantics.gr/authorities/ekt-unesco/802350626> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1079854575> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8170> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1051275358> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1599151234> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1614280170> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2138063113> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/251931532> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Διακρίσεις λόγω εθνοτικής καταγωγής"@el ,
                                                                                                      "Racial discrimination" ,
                                                                                                      "Racism" ,
                                                                                                      "Ρατσισμός" ,
                                                                                                      "Φυλετικές διακρίσεις" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnic discrimination"@en ,
                                                                                                       "Εθνοτικές διακρίσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/805339512
<http://semantics.gr/authorities/ekt-unesco/805339512> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/635888502> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3465> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Lawyers"@en ,
                                                                                                       "Νομικοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/80599306
<http://semantics.gr/authorities/ekt-unesco/80599306> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1344748994> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept379> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/140657547> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/473651286> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Social science policy"@en ,
                                                                                                      "Πολιτική κοινωνικών επιστημών"@el .


###  http://semantics.gr/authorities/ekt-unesco/80668697
<http://semantics.gr/authorities/ekt-unesco/80668697> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10744> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Confederation"@en ,
                                                                                                     "Συνομοσπονδία"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Federation"@en ,
                                                                                                      "Ομοσπονδία"@el .


###  http://semantics.gr/authorities/ekt-unesco/806968892
<http://semantics.gr/authorities/ekt-unesco/806968892> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1645119766> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6726> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Food habits"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Food customs"@en ,
                                                                                                       "Διατροφικές συνήθειες"@el .


###  http://semantics.gr/authorities/ekt-unesco/810069224
<http://semantics.gr/authorities/ekt-unesco/810069224> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/227997186> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11907> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1994532590> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/239809180> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/522414840> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/835726329> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/857155009> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Historical methods"@en ,
                                                                                                       "Ιστορικές μέθοδοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/811303947
<http://semantics.gr/authorities/ekt-unesco/811303947> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1876145373> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5673> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Commercial television"@en ,
                                                                                                       "Εμπορική τηλεόραση"@el .


###  http://semantics.gr/authorities/ekt-unesco/811463774
<http://semantics.gr/authorities/ekt-unesco/811463774> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/264457752> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/2484> ,
                                                                                                        <http://vocabularies.unesco.org/thesaurus/concept430> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/535972869> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Population policy"@en ,
                                                                                                       "Δημογραφική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/811528644
<http://semantics.gr/authorities/ekt-unesco/811528644> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/788579775> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1425> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Επίτροπος διοίκησης"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ombudsman"@en ,
                                                                                                       "Διαμεσολαβητής"@el .


###  http://semantics.gr/authorities/ekt-unesco/814905309
<http://semantics.gr/authorities/ekt-unesco/814905309> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2311> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Anarchism"@en ,
                                                                                                       "Αναρχισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/816398301
<http://semantics.gr/authorities/ekt-unesco/816398301> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368497755> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1331> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biological adaptation"@en ,
                                                                                                       "Βιολογική προσαρμογή"@el .


###  http://semantics.gr/authorities/ekt-unesco/819685307
<http://semantics.gr/authorities/ekt-unesco/819685307> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1113731165> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7001> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Modernization"@en ,
                                                                                                       "Εκσυγχρονισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/820233274
<http://semantics.gr/authorities/ekt-unesco/820233274> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1096326172> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10242> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Spiritualism"@en ,
                                                                                                       "Πνευματισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/821839374
<http://semantics.gr/authorities/ekt-unesco/821839374> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2930> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1331671771> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1516384197> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1543719541> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary art"@en ,
                                                                                                       "Σύγχρονη τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/825304809
<http://semantics.gr/authorities/ekt-unesco/825304809> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/610504906> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9505> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ηλεκτρικά μηχανήματα"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Electric machines"@en ,
                                                                                                       "Ηλεκτρικές μηχανές"@el .


###  http://semantics.gr/authorities/ekt-unesco/827077460
<http://semantics.gr/authorities/ekt-unesco/827077460> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/662156455> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2696> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ζωγραφική σε βράχους"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rock paintings"@en ,
                                                                                                       "Βραχογραφίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/828901530
<http://semantics.gr/authorities/ekt-unesco/828901530> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1973934708> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14401> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/304603373> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Τραγούδι"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Vocal music"@en ,
                                                                                                       "Φωνητική μουσική"@el .


###  http://semantics.gr/authorities/ekt-unesco/828964337
<http://semantics.gr/authorities/ekt-unesco/828964337> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/306990666> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3067> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Satellite links"@en ,
                                                                                                      "Δορυφορικές συνδέσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication satellites"@en ,
                                                                                                       "Δορυφόροι επικοινωνίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/83014
<http://semantics.gr/authorities/ekt-unesco/83014> rdf:type owl:NamedIndividual ,
                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/402949090> ;
                                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15172> ;
                                                   <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/77238> ,
                                                                                                  <http://semantics.gr/authorities/ekt-unesco/83761118> ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Sex"@en ,
                                                                                                   "Φύλο"@el .


###  http://semantics.gr/authorities/ekt-unesco/831129704
<http://semantics.gr/authorities/ekt-unesco/831129704> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10286> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary style"@en ,
                                                                                                       "Λογοτεχνικό ύφος"@el .


###  http://semantics.gr/authorities/ekt-unesco/832263111
<http://semantics.gr/authorities/ekt-unesco/832263111> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11243> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonrenewable resources"@en ,
                                                                                                       "Μη ανανεώσιμοι πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/832308702
<http://semantics.gr/authorities/ekt-unesco/832308702> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12431> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social influence"@en ,
                                                                                                       "Κοινωνική επιρροή"@el .


###  http://semantics.gr/authorities/ekt-unesco/835726329
<http://semantics.gr/authorities/ekt-unesco/835726329> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11895> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Historiography"@en ,
                                                                                                       "Ιστοριογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/83761118
<http://semantics.gr/authorities/ekt-unesco/83761118> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/83014> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10766> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/678248850> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/68811063> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Women"@en ,
                                                                                                      "Γυναίκες"@el .


###  http://semantics.gr/authorities/ekt-unesco/838209820
<http://semantics.gr/authorities/ekt-unesco/838209820> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1967454376> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12906> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Participatory approach"@en ,
                                                                                                      "Συμμετοχική προσέγγιση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Participatory research"@en ,
                                                                                                       "Συμμετοχική έρευνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/838717060
<http://semantics.gr/authorities/ekt-unesco/838717060> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1473592455> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2533> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Jews"@en ,
                                                                                                       "Εβραίοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/840685678
<http://semantics.gr/authorities/ekt-unesco/840685678> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/865183434> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1288> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Solar activity"@en ,
                                                                                                       "Ηλιακή δραστηριότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/844249002
<http://semantics.gr/authorities/ekt-unesco/844249002> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/721607782> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10253> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Railway stations"@en ,
                                                                                                       "Σιδηροδρομικοί σταθμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/847134787
<http://semantics.gr/authorities/ekt-unesco/847134787> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/248689009> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3472> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Literary prizes"@en ,
                                                                                                       "Λογοτεχνικά βραβεία"@el .


###  http://semantics.gr/authorities/ekt-unesco/847992513
<http://semantics.gr/authorities/ekt-unesco/847992513> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1185115569> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10255> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ocean stations"@en ,
                                                                                                       "Εγκαταστασεις ωκεανού"@el .


###  http://semantics.gr/authorities/ekt-unesco/848850744
<http://semantics.gr/authorities/ekt-unesco/848850744> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.25> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/103077433> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1281201192> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "4.25" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social policy and welfare"@en ,
                                                                                                       "Κοινωνική πολιτική και πρόνοια"@el .


###  http://semantics.gr/authorities/ekt-unesco/848910761
<http://semantics.gr/authorities/ekt-unesco/848910761> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14591> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/2085925025> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Antimilitarism"@en ,
                                                                                                      "Αντιμιλιταρισμός"@el ,
                                                                                                      "Φιλειρηνισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Pacifism"@en ,
                                                                                                       "Πασιφισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/850366629
<http://semantics.gr/authorities/ekt-unesco/850366629> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/106577070> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7996> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nutrition"@en ,
                                                                                                       "Διατροφή"@el .


###  http://semantics.gr/authorities/ekt-unesco/850841614
<http://semantics.gr/authorities/ekt-unesco/850841614> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1433487733> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9206> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Playgrounds"@en ,
                                                                                                       "Παιδικές χαρές"@el .


###  http://semantics.gr/authorities/ekt-unesco/851484063
<http://semantics.gr/authorities/ekt-unesco/851484063> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7529> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Newly independent states"@en ,
                                                                                                       "Νέα ανεξάρτητα κράτη"@el .


###  http://semantics.gr/authorities/ekt-unesco/851658767
<http://semantics.gr/authorities/ekt-unesco/851658767> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/888076951> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4190> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Bookselling"@en ,
                                                                                                       "Πώληση βιβλίων"@el .


###  http://semantics.gr/authorities/ekt-unesco/853014821
<http://semantics.gr/authorities/ekt-unesco/853014821> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2033746593> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2999> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Prehistoric art"@en ,
                                                                                                       "Προϊστορική τέχνη"@el .


###  http://semantics.gr/authorities/ekt-unesco/855170647
<http://semantics.gr/authorities/ekt-unesco/855170647> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2678> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeological excavations"@en ,
                                                                                                       "Αρχαιολογικές ανασκαφές"@el .


###  http://semantics.gr/authorities/ekt-unesco/85616307
<http://semantics.gr/authorities/ekt-unesco/85616307> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/590438251> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/1528> ,
                                                                                                       <http://vocabularies.unesco.org/thesaurus/concept1457> ,
                                                                                                       <http://www.eionet.europa.eu/gemet/concept/9407> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Adolescents"@en ,
                                                                                                     "Teenagers"@en ,
                                                                                                     "Έφηβοι"@el ,
                                                                                                     "Νεολαία"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "η περίοδος μεταξύ της παιδικής ηλικίας και της ενηλικίωσης"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#hiddenLabel> "ανήλικοι"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Youth"@en ,
                                                                                                      "Νέοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/856177340
<http://semantics.gr/authorities/ekt-unesco/856177340> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2432> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Animal nutrition"@en ,
                                                                                                       "Διατροφολογία των ζώων"@el .


###  http://semantics.gr/authorities/ekt-unesco/857155009
<http://semantics.gr/authorities/ekt-unesco/857155009> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/810069224> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11870> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Oral history"@en ,
                                                                                                       "Προφορική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/859314945
<http://semantics.gr/authorities/ekt-unesco/859314945> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15303> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Utopia"@en ,
                                                                                                       "Ουτοπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/859331599
<http://semantics.gr/authorities/ekt-unesco/859331599> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1754796038> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7664> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Population decrease"@en ,
                                                                                                       "Μείωση πληθυσμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/859662969
<http://semantics.gr/authorities/ekt-unesco/859662969> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1891508085> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2337> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Civilization"@en ,
                                                                                                       "Πολιτισμός (ανεπτυγμένη κοινωνία)"@el .


###  http://semantics.gr/authorities/ekt-unesco/86118160
<http://semantics.gr/authorities/ekt-unesco/86118160> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1988832887> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5185> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "National policy"@en ,
                                                                                                     "Public policy"@en ,
                                                                                                     "Δημόσια πολιτική"@el ,
                                                                                                     "Εθνική πολιτική"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Government policy"@en ,
                                                                                                      "Κυβερνητική πολιτική"@el .


###  http://semantics.gr/authorities/ekt-unesco/86183398
<http://semantics.gr/authorities/ekt-unesco/86183398> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1561991113> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5705> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Regional cooperation"@en ,
                                                                                                      "Περιφερειακή συνεργασία"@el .


###  http://semantics.gr/authorities/ekt-unesco/862005065
<http://semantics.gr/authorities/ekt-unesco/862005065> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403620946> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3039> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/282208914> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/435994454> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Textile arts"@en ,
                                                                                                       "Κλωστοϋφαντουργία"@el .


###  http://semantics.gr/authorities/ekt-unesco/862999546
<http://semantics.gr/authorities/ekt-unesco/862999546> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/370358753> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12997> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Urban youth"@en ,
                                                                                                       "Αστική νεολαία"@el .


###  http://semantics.gr/authorities/ekt-unesco/864796112
<http://semantics.gr/authorities/ekt-unesco/864796112> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1820596812> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2628> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/202058377> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Marine ecosystems"@en ,
                                                                                                       "Θαλάσσια οικοσυστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/865183434
<http://semantics.gr/authorities/ekt-unesco/865183434> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/715232625> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16562> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/840685678> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sun"@en ,
                                                                                                       "Ήλιος"@el .


###  http://semantics.gr/authorities/ekt-unesco/866167064
<http://semantics.gr/authorities/ekt-unesco/866167064> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1282756890> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2165> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Incas"@en ,
                                                                                                       "Ίνκας"@el .


###  http://semantics.gr/authorities/ekt-unesco/866186966
<http://semantics.gr/authorities/ekt-unesco/866186966> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.60> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.60" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Teaching and training"@en ,
                                                                                                       "Διδασκαλία και εκπαίδευση"@el .


###  http://semantics.gr/authorities/ekt-unesco/866376485
<http://semantics.gr/authorities/ekt-unesco/866376485> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept478> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/146533596> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1598133859> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1607456605> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1876145373> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/252834119> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/317299089> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/370009693> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/91826514> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Broadcasting"@en ,
                                                                                                       "Αναμετάδοση"@el .


###  http://semantics.gr/authorities/ekt-unesco/86728
<http://semantics.gr/authorities/ekt-unesco/86728> rdf:type owl:NamedIndividual ,
                                                            <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997154735> ;
                                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8105> ;
                                                   <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1029593688> ;
                                                   <http://www.w3.org/2004/02/skos/core#altLabel> "Armed conflicts"@en ,
                                                                                                  "Invasion"@en ,
                                                                                                  "War aggression"@en ,
                                                                                                  "Ένοπλες συγκρούσεις"@el ,
                                                                                                  "Εισβολή"@el ,
                                                                                                  "Πολεμική επίθεση"@el ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "War"@en ,
                                                                                                   "Πόλεμος"@el .


###  http://semantics.gr/authorities/ekt-unesco/867891768
<http://semantics.gr/authorities/ekt-unesco/867891768> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1474413405> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4467> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Unemployment"@en ,
                                                                                                       "Ανεργία"@el .


###  http://semantics.gr/authorities/ekt-unesco/86797891
<http://semantics.gr/authorities/ekt-unesco/86797891> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1198> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Δεσπόζοντες πολιτισμοί"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Dominant cultures"@en ,
                                                                                                      "Κυρίαρχοι πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/868099153
<http://semantics.gr/authorities/ekt-unesco/868099153> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5396> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1977406822> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Opera"@en ,
                                                                                                       "Όπερα"@el .


###  http://semantics.gr/authorities/ekt-unesco/868367658
<http://semantics.gr/authorities/ekt-unesco/868367658> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1154139582> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2423> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Livestock"@en ,
                                                                                                       "Ζωικό κεφάλαιο"@el .


###  http://semantics.gr/authorities/ekt-unesco/869445362
<http://semantics.gr/authorities/ekt-unesco/869445362> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1490919237> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1173> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Community work"@en ,
                                                                                                      "Κοινοτική εργασία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Community action"@en ,
                                                                                                       "Κοινοτική δράση"@el .


###  http://semantics.gr/authorities/ekt-unesco/869555079
<http://semantics.gr/authorities/ekt-unesco/869555079> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1940389184> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7018> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural elite"@en ,
                                                                                                       "Πολιτισμική ελίτ"@el .


###  http://semantics.gr/authorities/ekt-unesco/870510490
<http://semantics.gr/authorities/ekt-unesco/870510490> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1085397968> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2894> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Arms race"@en ,
                                                                                                       "Ανταγωνισμός εξοπλισμών"@el .


###  http://semantics.gr/authorities/ekt-unesco/871277801
<http://semantics.gr/authorities/ekt-unesco/871277801> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/27860066> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1528> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1984452893> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2097181052> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Parents"@en ,
                                                                                                       "Γονείς"@el .


###  http://semantics.gr/authorities/ekt-unesco/872850009
<http://semantics.gr/authorities/ekt-unesco/872850009> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.15> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1047089838> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1099188748> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1597268697> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1676724498> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1988832887> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/720716299> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/98990961> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.15" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Politics and government"@en ,
                                                                                                       "Πολιτική και διακυβέρνηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/873091286
<http://semantics.gr/authorities/ekt-unesco/873091286> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.15> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.15" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Educational planning"@en ,
                                                                                                       "Εκπαιδευτικός προγραμματισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/873968712
<http://semantics.gr/authorities/ekt-unesco/873968712> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1006298351> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6039> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Computer links"@en ,
                                                                                                      "Υπολογιστικές διεπαφές"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer interfaces"@en ,
                                                                                                       "Διεπαφές υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/874684472
<http://semantics.gr/authorities/ekt-unesco/874684472> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept17073> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Archeologists"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Archaeologists"@en ,
                                                                                                       "Αρχαιολόγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/875587975
<http://semantics.gr/authorities/ekt-unesco/875587975> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.35> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "7.35" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Geographic groupings"@en ,
                                                                                                       "Γεωγραφικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/876615885
<http://semantics.gr/authorities/ekt-unesco/876615885> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6256> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Religious conflicts"@en ,
                                                                                                       "Θρησκευτικές διαμάχες"@el .


###  http://semantics.gr/authorities/ekt-unesco/876955653
<http://semantics.gr/authorities/ekt-unesco/876955653> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/64120958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11987> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rented housing"@en ,
                                                                                                       "Ενοικιάσεις κατοικιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/877766502
<http://semantics.gr/authorities/ekt-unesco/877766502> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1362529969> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1703> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Rural economy"@en ,
                                                                                                       "Αγροτική οικονομία"@el .


###  http://semantics.gr/authorities/ekt-unesco/87795871
<http://semantics.gr/authorities/ekt-unesco/87795871> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1945740353> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11433> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/251782405> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Topography"@en ,
                                                                                                      "Τοπογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/8780503
<http://semantics.gr/authorities/ekt-unesco/8780503> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2475> ;
                                                     <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/367695323> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural events"@en ,
                                                                                                     "Πολιτιστικές εκδηλώσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/878357841
<http://semantics.gr/authorities/ekt-unesco/878357841> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/423254030> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept16677> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "International travel"@en ,
                                                                                                      "Διεθνή ταξίδια"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Travel abroad"@en ,
                                                                                                       "Ταξίδια εξωτερικού"@el .


###  http://semantics.gr/authorities/ekt-unesco/880014528
<http://semantics.gr/authorities/ekt-unesco/880014528> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1251186284> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3148> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Indians"@en ,
                                                                                                       "Ινδοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/880199425
<http://semantics.gr/authorities/ekt-unesco/880199425> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2348> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Islam"@en ,
                                                                                                       "Ισλάμ"@el .


###  http://semantics.gr/authorities/ekt-unesco/880659806
<http://semantics.gr/authorities/ekt-unesco/880659806> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1396879424> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6840> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Κατασκοπεία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Espionage"@en ,
                                                                                                       "Κατασκοπία"@el .


###  http://semantics.gr/authorities/ekt-unesco/881235316
<http://semantics.gr/authorities/ekt-unesco/881235316> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/419048587> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10162> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Film scripts"@en ,
                                                                                                       "Σενάρια ταινιών"@el .


###  http://semantics.gr/authorities/ekt-unesco/881312839
<http://semantics.gr/authorities/ekt-unesco/881312839> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/229520950> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7450> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Hearing impaired"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Deaf"@en ,
                                                                                                       "Κωφοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/882662843
<http://semantics.gr/authorities/ekt-unesco/882662843> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.15> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "7.15" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Asia and the Pacific"@en ,
                                                                                                       "Ασία και Ειρηνικός"@el .


###  http://semantics.gr/authorities/ekt-unesco/885985068
<http://semantics.gr/authorities/ekt-unesco/885985068> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1023794105> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4252> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Public gardens"@en ,
                                                                                                      "Urban parks"@en ,
                                                                                                      "Αστικά πάρκα"@el ,
                                                                                                      "Δημόσιοι κήποι"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Parks"@en ,
                                                                                                       "Πάρκα"@el .


###  http://semantics.gr/authorities/ekt-unesco/886228651
<http://semantics.gr/authorities/ekt-unesco/886228651> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1762044729> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7000> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural revolution"@en ,
                                                                                                       "Πολιτιστική επανάσταση"@el .


###  http://semantics.gr/authorities/ekt-unesco/886235982
<http://semantics.gr/authorities/ekt-unesco/886235982> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1170428576> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8153> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Famine"@en ,
                                                                                                      "Starvation"@en ,
                                                                                                      "Λιμοκτονία"@el ,
                                                                                                      "Λιμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Hunger"@en ,
                                                                                                       "Πείνα"@el .


###  http://semantics.gr/authorities/ekt-unesco/886429670
<http://semantics.gr/authorities/ekt-unesco/886429670> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/896152648> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4445> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1723829147> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Vessels"@en ,
                                                                                                      "Καράβια"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ships"@en ,
                                                                                                       "Πλοία"@el .


###  http://semantics.gr/authorities/ekt-unesco/886690530
<http://semantics.gr/authorities/ekt-unesco/886690530> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/913337> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2430> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πουλιά"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Birds"@en ,
                                                                                                       "Πτηνά"@el .


###  http://semantics.gr/authorities/ekt-unesco/887576367
<http://semantics.gr/authorities/ekt-unesco/887576367> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1175246638> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4854> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί των Σλάβων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Slav cultures"@en ,
                                                                                                       "Σλαβικοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/887735459
<http://semantics.gr/authorities/ekt-unesco/887735459> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1021005212> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6467> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Contemporary history"@en ,
                                                                                                       "Σύγχρονη ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/887834993
<http://semantics.gr/authorities/ekt-unesco/887834993> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/272500916> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2155> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία της Βορείου Αμερικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "North American history"@en ,
                                                                                                       "Βορειοαμερικανική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/888076951
<http://semantics.gr/authorities/ekt-unesco/888076951> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495699147> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4179> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1984357726> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/851658767> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Book production"@en ,
                                                                                                      "Παραγωγή βιβλίων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Book industry"@en ,
                                                                                                       "Βιομηχανία έκδοσης βιβλίων"@el .


###  http://semantics.gr/authorities/ekt-unesco/888678678
<http://semantics.gr/authorities/ekt-unesco/888678678> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1492480191> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11979> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ξενοδοχειακός κλάδος"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Hotel industry"@en ,
                                                                                                       "Ξενοδοχειακός τομέας"@el .


###  http://semantics.gr/authorities/ekt-unesco/889186534
<http://semantics.gr/authorities/ekt-unesco/889186534> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1282756890> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2164> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aztecs"@en ,
                                                                                                       "Αζτέκοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/88991199
<http://semantics.gr/authorities/ekt-unesco/88991199> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1889924940> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept11945> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Homeless"@en ,
                                                                                                      "Άστεγοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/890243893
<http://semantics.gr/authorities/ekt-unesco/890243893> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1023794105> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13188> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/224563169> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/584609126> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Landscape"@en ,
                                                                                                       "Τοπίο"@el .


###  http://semantics.gr/authorities/ekt-unesco/890285636
<http://semantics.gr/authorities/ekt-unesco/890285636> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/896152648> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15808> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Trains"@en ,
                                                                                                       "Τρένα"@el .


###  http://semantics.gr/authorities/ekt-unesco/890661466
<http://semantics.gr/authorities/ekt-unesco/890661466> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/647994836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept488> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1291459837> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1373367923> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1459204230> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/253607350> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/898348863> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Press"@en ,
                                                                                                       "Τύπος"@el .


###  http://semantics.gr/authorities/ekt-unesco/891628710
<http://semantics.gr/authorities/ekt-unesco/891628710> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/732213896> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept982> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Homeless children"@en ,
                                                                                                      "Άστεγα παιδιά"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Street children"@en ,
                                                                                                       "Παιδιά του δρόμου"@el .


###  http://semantics.gr/authorities/ekt-unesco/892264817
<http://semantics.gr/authorities/ekt-unesco/892264817> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5363> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Tribes"@en ,
                                                                                                       "Φυλές"@el .


###  http://semantics.gr/authorities/ekt-unesco/893016319
<http://semantics.gr/authorities/ekt-unesco/893016319> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/114264529> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept351> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1964025510> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/33578655> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/511596506> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Dance"@en ,
                                                                                                       "Χορός"@el .


###  http://semantics.gr/authorities/ekt-unesco/894528637
<http://semantics.gr/authorities/ekt-unesco/894528637> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/695036512> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15046> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Pilgrimages"@en ,
                                                                                                       "Προσκυνήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/896152648
<http://semantics.gr/authorities/ekt-unesco/896152648> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept657> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1107803292> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1589542475> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/624194762> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/886429670> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/890285636> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Vehicles"@en ,
                                                                                                       "Οχήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/898098282
<http://semantics.gr/authorities/ekt-unesco/898098282> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5855> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Marxism"@en ,
                                                                                                       "Μαρξισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/898348863
<http://semantics.gr/authorities/ekt-unesco/898348863> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/890661466> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5258> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/282133593> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Newspaper press"@en ,
                                                                                                       "Τύπος εφημερίδων"@el .


###  http://semantics.gr/authorities/ekt-unesco/899352391
<http://semantics.gr/authorities/ekt-unesco/899352391> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/368497755> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6868> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ecological crisis"@en ,
                                                                                                       "Οικολογική κρίση"@el .


###  http://semantics.gr/authorities/ekt-unesco/900082413
<http://semantics.gr/authorities/ekt-unesco/900082413> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1553481988> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept463> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/637722085> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Channels of communication"@en ,
                                                                                                      "Communication (thought transfer)"@en ,
                                                                                                      "Διεργασία επικοινωνίας"@el ,
                                                                                                      "Κανάλια επικοινωνίας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Communication process"@en ,
                                                                                                       "Επικοινωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/901276465
<http://semantics.gr/authorities/ekt-unesco/901276465> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2031350917> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Copper"@en ,
                                                                                                       "Χαλκός"@el .


###  http://semantics.gr/authorities/ekt-unesco/902000480
<http://semantics.gr/authorities/ekt-unesco/902000480> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/275200278> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14700> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Political scientists"@en ,
                                                                                                       "Πολιτικοί επιστήμονες"@el .


###  http://semantics.gr/authorities/ekt-unesco/902051548
<http://semantics.gr/authorities/ekt-unesco/902051548> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1089542618> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2352> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Zoroastrianism"@en ,
                                                                                                       "Ζωροαστιανισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/903120435
<http://semantics.gr/authorities/ekt-unesco/903120435> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1536009057> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7125> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ethnic stereotypes"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "National stereotypes"@en ,
                                                                                                       "Εθνικά στερεότυπα"@el .


###  http://semantics.gr/authorities/ekt-unesco/904661243
<http://semantics.gr/authorities/ekt-unesco/904661243> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1467158054> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept15741> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Traditional theatre"@en ,
                                                                                                       "Παραδοσιακό θέατρο"@el .


###  http://semantics.gr/authorities/ekt-unesco/908532
<http://semantics.gr/authorities/ekt-unesco/908532> rdf:type owl:NamedIndividual ,
                                                             <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/356174075> ;
                                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14592> ;
                                                    <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/654041644> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/655129576> ;
                                                    <http://www.w3.org/2004/02/skos/core#altLabel> "Aggression"@en ,
                                                                                                   "Επιθετικότητα"@el ,
                                                                                                   "Πράξη βίας"@el ;
                                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Violence"@en ,
                                                                                                    "Βία"@el .


###  http://semantics.gr/authorities/ekt-unesco/910614310
<http://semantics.gr/authorities/ekt-unesco/910614310> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/997844840> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4349> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Video record industry"@en ,
                                                                                                       "Βιομηχανία βιντεοσκοπήσεων"@el .


###  http://semantics.gr/authorities/ekt-unesco/91191405
<http://semantics.gr/authorities/ekt-unesco/91191405> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://eurovoc.europa.eu/465> ,
                                                                                                       <http://vocabularies.unesco.org/thesaurus/concept2446> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1121702738> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1616037712> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/408115503> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Πόροι διατροφής"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Food resources"@en ,
                                                                                                      "Επισιτιστικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/912220704
<http://semantics.gr/authorities/ekt-unesco/912220704> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1281117753> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4251> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/28782983> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Flora"@en ,
                                                                                                       "Χλωρίδα"@el .


###  http://semantics.gr/authorities/ekt-unesco/913337
<http://semantics.gr/authorities/ekt-unesco/913337> rdf:type owl:NamedIndividual ,
                                                             <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                    <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1471718213> ;
                                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2380> ;
                                                    <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1016588728> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1024429029> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1316259497> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1400173545> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1467300749> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1700222240> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/1784259819> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/776427451> ,
                                                                                                   <http://semantics.gr/authorities/ekt-unesco/886690530> ;
                                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Animals"@en ,
                                                                                                    "Ζώα"@el .


###  http://semantics.gr/authorities/ekt-unesco/91641456
<http://semantics.gr/authorities/ekt-unesco/91641456> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/199512961> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt3.05> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1652910038> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1679215744> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1762044729> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1860638460> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1866911248> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1891508085> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1940389184> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/2042528725> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/407744717> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/534030091> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/607843586> ;
                                                      <http://purl.org/dc/elements/1.1/identifier> "3.05" ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Culture"@en ,
                                                                                                      "Πολιτισμός (κουλτούρα)"@el ;
                                                      <https://www.semantics.gr/authorities/schemanamespaces/ekt#distinctPrefLabel> "Πολιτισμός (κουλτούρα) (ομάδα όρων)"@el .


###  http://semantics.gr/authorities/ekt-unesco/916983599
<http://semantics.gr/authorities/ekt-unesco/916983599> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1652725393> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept399> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/245883785> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social movements"@en ,
                                                                                                       "Κοινωνικά κινήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/91709745
<http://semantics.gr/authorities/ekt-unesco/91709745> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1261973743> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt7.40> ;
                                                      <http://purl.org/dc/elements/1.1/identifier> "7.40" ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Ethnic and religious groupings"@en ,
                                                                                                      "Εθνοτικές και θρησκευτικές ομάδες"@el .


###  http://semantics.gr/authorities/ekt-unesco/917250526
<http://semantics.gr/authorities/ekt-unesco/917250526> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1382165330> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12690> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1728871340> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1854544525> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/59570319> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Measuring instruments"@en ,
                                                                                                       "Όργανα μέτρησης"@el .


###  http://semantics.gr/authorities/ekt-unesco/918006267
<http://semantics.gr/authorities/ekt-unesco/918006267> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/407744717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6735> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Subcultures"@en ,
                                                                                                       "Υποκουλτούρες"@el .


###  http://semantics.gr/authorities/ekt-unesco/91826514
<http://semantics.gr/authorities/ekt-unesco/91826514> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/866376485> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3356> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1425743804> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1702878055> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Radio"@en ,
                                                                                                      "Ραδιοφωνία"@el .


###  http://semantics.gr/authorities/ekt-unesco/92167151
<http://semantics.gr/authorities/ekt-unesco/92167151> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/482791087> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept295> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1088429467> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/66390265> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Theology"@en ,
                                                                                                      "Θεολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/922348568
<http://semantics.gr/authorities/ekt-unesco/922348568> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1725870958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12773> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Διακυβερνητικές οργανώσεις"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Intergovernmental organizations"@en ,
                                                                                                       "Διακυβερνητικοί οργανισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/922493275
<http://semantics.gr/authorities/ekt-unesco/922493275> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1876145373> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4355> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Television production"@en ,
                                                                                                       "Τηλεοπτική παραγωγή"@el .


###  http://semantics.gr/authorities/ekt-unesco/922956601
<http://semantics.gr/authorities/ekt-unesco/922956601> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1941470135> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10976> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Proverbs"@en ,
                                                                                                       "Παροιμίες"@el .


###  http://semantics.gr/authorities/ekt-unesco/923952721
<http://semantics.gr/authorities/ekt-unesco/923952721> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1866911248> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1611> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμοί της Αφρικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "African cultures"@en ,
                                                                                                       "Αφρικανικοί πολιτισμοί"@el .


###  http://semantics.gr/authorities/ekt-unesco/92861273
<http://semantics.gr/authorities/ekt-unesco/92861273> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/947235366> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4965> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/106800510> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1436650236> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Fuel resources"@en ,
                                                                                                      "Πόροι καυσίμων"@el .


###  http://semantics.gr/authorities/ekt-unesco/932291052
<http://semantics.gr/authorities/ekt-unesco/932291052> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/66115> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept335> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1306744066> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1328676918> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1887076158> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/213380779> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/271042939> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/707363269> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/990621800> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Artists"@en ,
                                                                                                       "Καλλιτέχνες"@el .


###  http://semantics.gr/authorities/ekt-unesco/933793550
<http://semantics.gr/authorities/ekt-unesco/933793550> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/207389007> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4088> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Ecotourism"@en ,
                                                                                                       "Οικοτουρισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/935062218
<http://semantics.gr/authorities/ekt-unesco/935062218> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/505860323> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4775> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ρωμαιοκαθολικισμός"@el ,
                                                                                                      "Roman Catholicism" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Catholicism"@en ,
                                                                                                       "Καθολικισμός"@el .


###  http://semantics.gr/authorities/ekt-unesco/936086780
<http://semantics.gr/authorities/ekt-unesco/936086780> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1335336423> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7359> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1427332238> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Υδραυλική ενέργεια"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Hydroelectric power"@en ,
                                                                                                       "Υδροηλεκτρική ενέργεια"@el .


###  http://semantics.gr/authorities/ekt-unesco/936088916
<http://semantics.gr/authorities/ekt-unesco/936088916> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1175246638> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4852> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Central European cultures"@en ,
                                                                                                       "Πολιτισμοί της Κεντρικής Ευρώπης"@el .


###  http://semantics.gr/authorities/ekt-unesco/938367010
<http://semantics.gr/authorities/ekt-unesco/938367010> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/105515091> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept642> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Textile products"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Textiles"@en ,
                                                                                                       "Υφάσματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/938429929
<http://semantics.gr/authorities/ekt-unesco/938429929> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2081726718> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt4.10> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1597618333> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "4.10" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Psychology"@en ,
                                                                                                       "Ψυχολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/938682372
<http://semantics.gr/authorities/ekt-unesco/938682372> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7233> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Humanitarianism"@en ,
                                                                                                      "World solidarity"@en ,
                                                                                                      "Ανθρωπισμός"@el ,
                                                                                                      "Παγκόσμια αλληλεγγύη"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "International solidarity"@en ,
                                                                                                       "Διεθνής αλληλεγγύη"@el .


###  http://semantics.gr/authorities/ekt-unesco/947235366
<http://semantics.gr/authorities/ekt-unesco/947235366> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1191104173> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9736> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/198681461> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2082968813> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/92861273> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Nonrenewable energy sources"@en ,
                                                                                                       "Μη ανανεώσιμες πηγές ενέργειας"@el .


###  http://semantics.gr/authorities/ekt-unesco/94768465
<http://semantics.gr/authorities/ekt-unesco/94768465> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1041090318> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8701> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Οικολογία του ανθρώπου"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Human ecology"@en ,
                                                                                                      "Ανθρώπινη οικολογία"@el .


###  http://semantics.gr/authorities/ekt-unesco/948269263
<http://semantics.gr/authorities/ekt-unesco/948269263> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/478684321> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt1.45> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "1.45" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Basic and general study subjects"@en ,
                                                                                                       "Βασικά και γενικά θέματα σπουδών"@el .


###  http://semantics.gr/authorities/ekt-unesco/949701045
<http://semantics.gr/authorities/ekt-unesco/949701045> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1289955029> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1406> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/798383858> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Regional government"@en ,
                                                                                                      "Περιφερειακή κυβέρνηση"@el ,
                                                                                                      "Τοπική κυβέρνηση"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Local government"@en ,
                                                                                                       "Τοπική αυτοδιοίκηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/950111578
<http://semantics.gr/authorities/ekt-unesco/950111578> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1825204154> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2650> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία των Αράβων"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Arab history"@en ,
                                                                                                       "Αραβική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/95049397
<http://semantics.gr/authorities/ekt-unesco/95049397> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1870438223> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept14499> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Neolithic"@en ,
                                                                                                      "Νεολιθική εποχή"@el .


###  http://semantics.gr/authorities/ekt-unesco/952756897
<http://semantics.gr/authorities/ekt-unesco/952756897> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1891508085> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7005> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Πολιτισμική κοινωνιολογία"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Cultural sociology"@en ,
                                                                                                       "Κοινωνιολογία του πολιτισμού"@el .


###  http://semantics.gr/authorities/ekt-unesco/956657817
<http://semantics.gr/authorities/ekt-unesco/956657817> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.75> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1303384323> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.75" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization and management"@en ,
                                                                                                       "Οργάνωση και διαχείριση"@el .


###  http://semantics.gr/authorities/ekt-unesco/958976710
<http://semantics.gr/authorities/ekt-unesco/958976710> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1526008836> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept6072> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1795781711> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/458292493> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/510373880> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Computer memories"@en ,
                                                                                                      "Storage devices"@en ,
                                                                                                      "Μνήμες υπολογιστών"@el ,
                                                                                                      "Συσκευές αποθήκευσης"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Computer storage devices"@en ,
                                                                                                       "Συσκευές αποθήκευσης υπολογιστών"@el .


###  http://semantics.gr/authorities/ekt-unesco/96160993
<http://semantics.gr/authorities/ekt-unesco/96160993> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1557599901> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept224> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1780849665> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Life cycle"@en ,
                                                                                                      "Κύκλος της ζωής"@el .


###  http://semantics.gr/authorities/ekt-unesco/961794114
<http://semantics.gr/authorities/ekt-unesco/961794114> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1355800982> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept4260> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant diseases"@en ,
                                                                                                       "Ασθένειες των φυτών"@el .


###  http://semantics.gr/authorities/ekt-unesco/962277315
<http://semantics.gr/authorities/ekt-unesco/962277315> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/403226875> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept7666> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1209637164> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2052734109> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/207407916> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/270062260> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/537091006> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Αθλητισμός"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Sport"@en ,
                                                                                                       "Άθληση"@el .


###  http://semantics.gr/authorities/ekt-unesco/96279030
<http://semantics.gr/authorities/ekt-unesco/96279030> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2015727313> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5145> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Unemployed"@en ,
                                                                                                      "Άνεργοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/96321496
<http://semantics.gr/authorities/ekt-unesco/96321496> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1597618333> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1597> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Emotions"@en ,
                                                                                                      "Συναισθήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/964231196
<http://semantics.gr/authorities/ekt-unesco/964231196> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1561991113> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1149> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/354734965> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Global public goods"@en ,
                                                                                                       "Παγκόσμια δημόσια αγαθά"@el .


###  http://semantics.gr/authorities/ekt-unesco/966217885
<http://semantics.gr/authorities/ekt-unesco/966217885> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1047089838> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12765> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Protest movements"@en ,
                                                                                                       "Κινήματα διαμαρτυρίας"@el .


###  http://semantics.gr/authorities/ekt-unesco/968640583
<http://semantics.gr/authorities/ekt-unesco/968640583> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/610504906> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept646> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Household appliances"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Domestic appliances"@en ,
                                                                                                       "Οικιακές συσκευές"@el .


###  http://semantics.gr/authorities/ekt-unesco/970042613
<http://semantics.gr/authorities/ekt-unesco/970042613> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1900689821> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/mt6.70> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1396179596> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/751973306> ;
                                                       <http://purl.org/dc/elements/1.1/identifier> "6.70" ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Finance and trade"@en ,
                                                                                                       "Χρηματοοικονομικά και εμπόριο"@el .


###  http://semantics.gr/authorities/ekt-unesco/970286089
<http://semantics.gr/authorities/ekt-unesco/970286089> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/733062717> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2660> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Arabs"@en ,
                                                                                                       "Άραβες"@el .


###  http://semantics.gr/authorities/ekt-unesco/972805076
<http://semantics.gr/authorities/ekt-unesco/972805076> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1784259819> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12033> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Primates"@en ,
                                                                                                       "Πρωτεύοντα θηλαστικά"@el .


###  http://semantics.gr/authorities/ekt-unesco/975256425
<http://semantics.gr/authorities/ekt-unesco/975256425> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1238034679> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5254> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1169735614> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1979583996> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Traffic"@en ,
                                                                                                       "Κυκλοφορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/975305253
<http://semantics.gr/authorities/ekt-unesco/975305253> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522710684> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept10394> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1373913602> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Plant resources"@en ,
                                                                                                       "Φυτικοί πόροι"@el .


###  http://semantics.gr/authorities/ekt-unesco/976327399
<http://semantics.gr/authorities/ekt-unesco/976327399> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1310442148> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept653> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/215372691> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Protective safety devices"@en ,
                                                                                                      "Προστατευτικές συσκευές ασφαλείας"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Safety devices"@en ,
                                                                                                       "Συσκευές ασφαλείας"@el .


###  http://semantics.gr/authorities/ekt-unesco/978342522
<http://semantics.gr/authorities/ekt-unesco/978342522> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/76986958> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept13638> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Peacekeeping forces"@en ,
                                                                                                      "Peacekeeping operations"@en ,
                                                                                                      "Ειρηνευτικές δυνάμεις"@el ,
                                                                                                      "Εργασίες διατήρησης της ειρήνης"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Peacekeeping"@en ,
                                                                                                       "Διατήρηση της ειρήνης"@el .


###  http://semantics.gr/authorities/ekt-unesco/97904585
<http://semantics.gr/authorities/ekt-unesco/97904585> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1199> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Socialization"@en ,
                                                                                                      "Κοινωνικοποίηση"@el .


###  http://semantics.gr/authorities/ekt-unesco/979122568
<http://semantics.gr/authorities/ekt-unesco/979122568> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1825204154> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1627> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Ιστορία της Αφρικής"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "African history"@en ,
                                                                                                       "Αφρικανική ιστορία"@el .


###  http://semantics.gr/authorities/ekt-unesco/980688189
<http://semantics.gr/authorities/ekt-unesco/980688189> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1078420980> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12202> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Offset printing"@en ,
                                                                                                       "Εκτύπωση όφσετ"@el .


###  http://semantics.gr/authorities/ekt-unesco/982015098
<http://semantics.gr/authorities/ekt-unesco/982015098> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1583969501> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept5319> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Public works"@en ,
                                                                                                       "Δημόσια έργα"@el .


###  http://semantics.gr/authorities/ekt-unesco/986462657
<http://semantics.gr/authorities/ekt-unesco/986462657> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1890677738> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept12679> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Social assimilation"@en ,
                                                                                                      "Social cohesion"@en ,
                                                                                                      "Κοινωνική αφομοίωση"@el ,
                                                                                                      "Κοινωνική συνοχή"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Social integration"@en ,
                                                                                                       "Κοινωνική ενσωμάτωση"@el .


###  http://semantics.gr/authorities/ekt-unesco/987182956
<http://semantics.gr/authorities/ekt-unesco/987182956> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/720716299> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept9588> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Technocracy"@en ,
                                                                                                       "Τεχνοκρατία"@el .


###  http://semantics.gr/authorities/ekt-unesco/98990961
<http://semantics.gr/authorities/ekt-unesco/98990961> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/872850009> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept570> ;
                                                      <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1097075635> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1307838593> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1477749979> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1964093438> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/1987733746> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/357338500> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/586614938> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/80204913> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/80668697> ,
                                                                                                     <http://semantics.gr/authorities/ekt-unesco/851484063> ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Political regimes"@en ,
                                                                                                     "Political structures"@en ,
                                                                                                     "Πολιτικά καθεστώτα"@el ,
                                                                                                     "Πολιτικές δομές"@el ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Political systems"@en ,
                                                                                                      "Πολιτικά συστήματα"@el .


###  http://semantics.gr/authorities/ekt-unesco/990621800
<http://semantics.gr/authorities/ekt-unesco/990621800> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/932291052> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3099> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Painters"@en ,
                                                                                                       "Ζωγράφοι"@el .


###  http://semantics.gr/authorities/ekt-unesco/990625508
<http://semantics.gr/authorities/ekt-unesco/990625508> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1057926131> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8418> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/662156455> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Painting"@en ,
                                                                                                       "Ζωγραφική"@el .


###  http://semantics.gr/authorities/ekt-unesco/994263885
<http://semantics.gr/authorities/ekt-unesco/994263885> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/2112597562> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept8089> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Handicapped children"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Disabled children"@en ,
                                                                                                       "Παιδιά με αναπηρία"@el .


###  http://semantics.gr/authorities/ekt-unesco/99593784
<http://semantics.gr/authorities/ekt-unesco/99593784> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1522262796> ;
                                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept2336> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Antiquity"@en ,
                                                                                                      "Αρχαιότητα"@el .


###  http://semantics.gr/authorities/ekt-unesco/997154735
<http://semantics.gr/authorities/ekt-unesco/997154735> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1791121093> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept573> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/1149560079> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1193359763> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1272611276> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/1400201171> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/450835866> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/86728> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "International disputes"@en ,
                                                                                                      "Διεθνείς διαφορές"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "International conflicts"@en ,
                                                                                                       "Διεθνείς συγκρούσεις"@el .


###  http://semantics.gr/authorities/ekt-unesco/997740325
<http://semantics.gr/authorities/ekt-unesco/997740325> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1476367459> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept1555> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Aerial photography"@en ,
                                                                                                       "Αεροφωτογραφία"@el .


###  http://semantics.gr/authorities/ekt-unesco/997844840
<http://semantics.gr/authorities/ekt-unesco/997844840> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <http://semantics.gr/authorities/ekt-unesco/1495699147> ;
                                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://vocabularies.unesco.org/thesaurus/concept3810> ;
                                                       <http://www.w3.org/2004/02/skos/core#narrower> <http://semantics.gr/authorities/ekt-unesco/190175764> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/2108162308> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/310454651> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/520363522> ,
                                                                                                      <http://semantics.gr/authorities/ekt-unesco/910614310> ;
                                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Publication (process)"@en ,
                                                                                                      "Έκδοση (διαδικασία)"@el ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Publishing"@en ,
                                                                                                       "Εκδόσεις"@el .


###  http://semantics.gr/authorities/general-terms-ekt/1756
<http://semantics.gr/authorities/general-terms-ekt/1756> rdf:type owl:NamedIndividual ;
                                                         rdfs:label "αιγυπτιακή τέχνη"@el .


###  http://semantics.gr/authorities/vocabularies/ekt-unesco
<http://semantics.gr/authorities/vocabularies/ekt-unesco> rdf:type owl:NamedIndividual ,
                                                                   <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
                                                          <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://semantics.gr/authorities/ekt-unesco/1087352633> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/1261973743> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/1900689821> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/199512961> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/2081726718> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/478684321> ,
                                                                                                              <http://semantics.gr/authorities/ekt-unesco/712232380> ;
                                                          <http://purl.org/dc/elements/1.1/description> "The vocabulary comprises the Greek version of the UNESCO Thesaurus terms. It is primarily destined for describing cultural resources, so it focuses on terms within the cultural, educational, social and humanities domain. It is continously updated and enriched with additional terms on its application."@en ,
                                                                                                        "Το λεξιλόγιο αποτελεί την ελληνική απόδοση όρων του Θησαυρού της UNESCO. Προορίζεται κατά κύριο λόγο για την τεκμηρίωση πολιτισμικών πόρων, γι’ αυτό και επικεντρώνεται σε όρους που ανήκουν στους τομείς του πολιτισμού, της εκπαίδευσης, των κοινωνικών και ανθρωπιστικών επιστημών. Το λεξιλόγιο ενημερώνεται και εμπλουτίζεται με επιπλέον όρους στο πλαίσιο της χρήσης του."@el ;
                                                          <http://purl.org/dc/elements/1.1/format> "application/ld+json" ;
                                                          <http://purl.org/dc/elements/1.1/rights> <https://creativecommons.org/licenses/by-sa/4.0/deed.el> ;
                                                          <http://purl.org/dc/elements/1.1/title> "UNESCO Thesaurus (EKT version)"@en ,
                                                                                                  "Θησαυρός UNESCO (έκδοση ΕΚΤ)"@el ;
                                                          <http://purl.org/dc/terms/created> "2019-01-09 12:19:24" ;
                                                          <http://purl.org/dc/terms/modified> "2019-11-25 14:09:58" .


###  http://vocabularies.unesco.org/browser/thesaurus/en/page/?uri=http%3A%2F%2Fvocabularies.unesco.org%2Fthesaurus%2Fconcept17004
<http://vocabularies.unesco.org/browser/thesaurus/en/page/?uri=http%3A%2F%2Fvocabularies.unesco.org%2Fthesaurus%2Fconcept17004> rdf:type owl:NamedIndividual ;
                                                                                                                                rdfs:label "Electronic governance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10066
<http://vocabularies.unesco.org/thesaurus/concept10066> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Epic poetry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10081
<http://vocabularies.unesco.org/thesaurus/concept10081> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Ontology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10087
<http://vocabularies.unesco.org/thesaurus/concept10087> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social mobility"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10103
<http://vocabularies.unesco.org/thesaurus/concept10103> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Microform equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10109
<http://vocabularies.unesco.org/thesaurus/concept10109> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Laboratory equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10117
<http://vocabularies.unesco.org/thesaurus/concept10117> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Hydraulic equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10122
<http://vocabularies.unesco.org/thesaurus/concept10122> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Oceanographic equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10159
<http://vocabularies.unesco.org/thesaurus/concept10159> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Food shortages"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10162
<http://vocabularies.unesco.org/thesaurus/concept10162> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Film scripts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10193
<http://vocabularies.unesco.org/thesaurus/concept10193> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sculpture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10211
<http://vocabularies.unesco.org/thesaurus/concept10211> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban spaces"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10236
<http://vocabularies.unesco.org/thesaurus/concept10236> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Spectrometers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10242
<http://vocabularies.unesco.org/thesaurus/concept10242> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Spiritualism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10251
<http://vocabularies.unesco.org/thesaurus/concept10251> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Space stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10253
<http://vocabularies.unesco.org/thesaurus/concept10253> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Railway stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10255
<http://vocabularies.unesco.org/thesaurus/concept10255> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Ocean stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10266
<http://vocabularies.unesco.org/thesaurus/concept10266> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "State"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10281
<http://vocabularies.unesco.org/thesaurus/concept10281> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Gender stereotypes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10286
<http://vocabularies.unesco.org/thesaurus/concept10286> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Literary style"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1035
<http://vocabularies.unesco.org/thesaurus/concept1035> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sexual abuse"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10360
<http://vocabularies.unesco.org/thesaurus/concept10360> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Governance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10361
<http://vocabularies.unesco.org/thesaurus/concept10361> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Political philosophy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10386
<http://vocabularies.unesco.org/thesaurus/concept10386> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Roma"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10387
<http://vocabularies.unesco.org/thesaurus/concept10387> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Indigenous peoples"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10388
<http://vocabularies.unesco.org/thesaurus/concept10388> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Multiethnic societies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10394
<http://vocabularies.unesco.org/thesaurus/concept10394> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Plant resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10409
<http://vocabularies.unesco.org/thesaurus/concept10409> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nomadism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10410
<http://vocabularies.unesco.org/thesaurus/concept10410> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nonindustrialized societies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10423
<http://vocabularies.unesco.org/thesaurus/concept10423> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Foreigners"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10465
<http://vocabularies.unesco.org/thesaurus/concept10465> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "European literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10476
<http://vocabularies.unesco.org/thesaurus/concept10476> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Scandinavian literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10477
<http://vocabularies.unesco.org/thesaurus/concept10477> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Slav literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10563
<http://vocabularies.unesco.org/thesaurus/concept10563> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Excision"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10577
<http://vocabularies.unesco.org/thesaurus/concept10577> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Exiles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10594
<http://vocabularies.unesco.org/thesaurus/concept10594> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Religious experience"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10674
<http://vocabularies.unesco.org/thesaurus/concept10674> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Industrial plants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10681
<http://vocabularies.unesco.org/thesaurus/concept10681> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social factors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10726
<http://vocabularies.unesco.org/thesaurus/concept10726> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Racism (doctrine)"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10730
<http://vocabularies.unesco.org/thesaurus/concept10730> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Fathers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10732
<http://vocabularies.unesco.org/thesaurus/concept10732> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Men"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10744
<http://vocabularies.unesco.org/thesaurus/concept10744> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Federation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10747
<http://vocabularies.unesco.org/thesaurus/concept10747> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Federalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10749
<http://vocabularies.unesco.org/thesaurus/concept10749> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Separatism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10766
<http://vocabularies.unesco.org/thesaurus/concept10766> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Women"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10773
<http://vocabularies.unesco.org/thesaurus/concept10773> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Women in politics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10777
<http://vocabularies.unesco.org/thesaurus/concept10777> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Women journalists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10781
<http://vocabularies.unesco.org/thesaurus/concept10781> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural women"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10809
<http://vocabularies.unesco.org/thesaurus/concept10809> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Novels"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10810
<http://vocabularies.unesco.org/thesaurus/concept10810> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Popular literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10838
<http://vocabularies.unesco.org/thesaurus/concept10838> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "TV/radio producers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10854
<http://vocabularies.unesco.org/thesaurus/concept10854> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Philosophy of history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10859
<http://vocabularies.unesco.org/thesaurus/concept10859> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Philosophers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10861
<http://vocabularies.unesco.org/thesaurus/concept10861> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Financial institutions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10862
<http://vocabularies.unesco.org/thesaurus/concept10862> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Fiscal policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10863
<http://vocabularies.unesco.org/thesaurus/concept10863> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Public finance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10908
<http://vocabularies.unesco.org/thesaurus/concept10908> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Taxation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10925
<http://vocabularies.unesco.org/thesaurus/concept10925> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Marine resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10957
<http://vocabularies.unesco.org/thesaurus/concept10957> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Plants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10974
<http://vocabularies.unesco.org/thesaurus/concept10974> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Folk literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10975
<http://vocabularies.unesco.org/thesaurus/concept10975> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Legends"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10976
<http://vocabularies.unesco.org/thesaurus/concept10976> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Proverbs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10981
<http://vocabularies.unesco.org/thesaurus/concept10981> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Magic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept10982
<http://vocabularies.unesco.org/thesaurus/concept10982> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Traditional music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11034
<http://vocabularies.unesco.org/thesaurus/concept11034> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Future studies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11035
<http://vocabularies.unesco.org/thesaurus/concept11035> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Population projections"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11048
<http://vocabularies.unesco.org/thesaurus/concept11048> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Foreign relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11049
<http://vocabularies.unesco.org/thesaurus/concept11049> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Neutrality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11050
<http://vocabularies.unesco.org/thesaurus/concept11050> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nonaligned countries"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11059
<http://vocabularies.unesco.org/thesaurus/concept11059> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Immigrants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11063
<http://vocabularies.unesco.org/thesaurus/concept11063> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Forest resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11085
<http://vocabularies.unesco.org/thesaurus/concept11085> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Land forms"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1122
<http://vocabularies.unesco.org/thesaurus/concept1122> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Particle accelerators"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11241
<http://vocabularies.unesco.org/thesaurus/concept11241> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Gas resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11243
<http://vocabularies.unesco.org/thesaurus/concept11243> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nonrenewable resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11252
<http://vocabularies.unesco.org/thesaurus/concept11252> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Petroleum"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11293
<http://vocabularies.unesco.org/thesaurus/concept11293> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Future society"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11297
<http://vocabularies.unesco.org/thesaurus/concept11297> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "World problems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11346
<http://vocabularies.unesco.org/thesaurus/concept11346> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Gender roles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11365
<http://vocabularies.unesco.org/thesaurus/concept11365> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Youth unrest"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11433
<http://vocabularies.unesco.org/thesaurus/concept11433> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Topography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1149
<http://vocabularies.unesco.org/thesaurus/concept1149> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Global public goods"@en .


###  http://vocabularies.unesco.org/thesaurus/concept115
<http://vocabularies.unesco.org/thesaurus/concept115> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Scientific personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11547
<http://vocabularies.unesco.org/thesaurus/concept11547> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Globalization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11559
<http://vocabularies.unesco.org/thesaurus/concept11559> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "World government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11570
<http://vocabularies.unesco.org/thesaurus/concept11570> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Political leadership"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11573
<http://vocabularies.unesco.org/thesaurus/concept11573> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Parliament"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11589
<http://vocabularies.unesco.org/thesaurus/concept11589> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Migration policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept116
<http://vocabularies.unesco.org/thesaurus/concept116> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Technology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11644
<http://vocabularies.unesco.org/thesaurus/concept11644> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Intergroup relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11646
<http://vocabularies.unesco.org/thesaurus/concept11646> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Small groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11650
<http://vocabularies.unesco.org/thesaurus/concept11650> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Target groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11653
<http://vocabularies.unesco.org/thesaurus/concept11653> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Interest groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11680
<http://vocabularies.unesco.org/thesaurus/concept11680> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "World war"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11713
<http://vocabularies.unesco.org/thesaurus/concept11713> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nomads"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1173
<http://vocabularies.unesco.org/thesaurus/concept1173> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Community action"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11738
<http://vocabularies.unesco.org/thesaurus/concept11738> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Mosaics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11740
<http://vocabularies.unesco.org/thesaurus/concept11740> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Harbours"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11744
<http://vocabularies.unesco.org/thesaurus/concept11744> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Maritime transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11755
<http://vocabularies.unesco.org/thesaurus/concept11755> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Politicians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11757
<http://vocabularies.unesco.org/thesaurus/concept11757> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Health policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11778
<http://vocabularies.unesco.org/thesaurus/concept11778> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Medical personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11813
<http://vocabularies.unesco.org/thesaurus/concept11813> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Hydrographs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11862
<http://vocabularies.unesco.org/thesaurus/concept11862> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Literary history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11865
<http://vocabularies.unesco.org/thesaurus/concept11865> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Modern history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11870
<http://vocabularies.unesco.org/thesaurus/concept11870> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Oral history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11874
<http://vocabularies.unesco.org/thesaurus/concept11874> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11893
<http://vocabularies.unesco.org/thesaurus/concept11893> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11895
<http://vocabularies.unesco.org/thesaurus/concept11895> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historiography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11907
<http://vocabularies.unesco.org/thesaurus/concept11907> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historical methods"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11909
<http://vocabularies.unesco.org/thesaurus/concept11909> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historical research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11914
<http://vocabularies.unesco.org/thesaurus/concept11914> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Prehistory"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11919
<http://vocabularies.unesco.org/thesaurus/concept11919> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Historical sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11925
<http://vocabularies.unesco.org/thesaurus/concept11925> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Holidays"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11930
<http://vocabularies.unesco.org/thesaurus/concept11930> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Holography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1194
<http://vocabularies.unesco.org/thesaurus/concept1194> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Acculturation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11945
<http://vocabularies.unesco.org/thesaurus/concept11945> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Homeless"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11949
<http://vocabularies.unesco.org/thesaurus/concept11949> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Mothers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11979
<http://vocabularies.unesco.org/thesaurus/concept11979> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Hotel industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1198
<http://vocabularies.unesco.org/thesaurus/concept1198> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Dominant cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11987
<http://vocabularies.unesco.org/thesaurus/concept11987> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rented housing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1199
<http://vocabularies.unesco.org/thesaurus/concept1199> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Socialization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept11996
<http://vocabularies.unesco.org/thesaurus/concept11996> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urbanization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12003
<http://vocabularies.unesco.org/thesaurus/concept12003> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12004
<http://vocabularies.unesco.org/thesaurus/concept12004> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12033
<http://vocabularies.unesco.org/thesaurus/concept12033> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Primates"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12035
<http://vocabularies.unesco.org/thesaurus/concept12035> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Prostitution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12046
<http://vocabularies.unesco.org/thesaurus/concept12046> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "War prisoners"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12067
<http://vocabularies.unesco.org/thesaurus/concept12067> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Humour (literary)"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12080
<http://vocabularies.unesco.org/thesaurus/concept12080> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Water turbines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12171
<http://vocabularies.unesco.org/thesaurus/concept12171> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Illegal immigration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12200
<http://vocabularies.unesco.org/thesaurus/concept12200> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Laser printing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12202
<http://vocabularies.unesco.org/thesaurus/concept12202> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Offset printing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12207
<http://vocabularies.unesco.org/thesaurus/concept12207> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Printing workshops"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1226
<http://vocabularies.unesco.org/thesaurus/concept1226> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Acoustic equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12330
<http://vocabularies.unesco.org/thesaurus/concept12330> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Tourist industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12332
<http://vocabularies.unesco.org/thesaurus/concept12332> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Industrial areas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12382
<http://vocabularies.unesco.org/thesaurus/concept12382> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Postindustrial societies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12431
<http://vocabularies.unesco.org/thesaurus/concept12431> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social influence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1258
<http://vocabularies.unesco.org/thesaurus/concept1258> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Actors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12584
<http://vocabularies.unesco.org/thesaurus/concept12584> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Radio news"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12586
<http://vocabularies.unesco.org/thesaurus/concept12586> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Television news"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12620
<http://vocabularies.unesco.org/thesaurus/concept12620> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Initiation rites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12631
<http://vocabularies.unesco.org/thesaurus/concept12631> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sociology of change"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12656
<http://vocabularies.unesco.org/thesaurus/concept12656> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sports facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12658
<http://vocabularies.unesco.org/thesaurus/concept12658> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Tourist facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12671
<http://vocabularies.unesco.org/thesaurus/concept12671> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Institutionalization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12679
<http://vocabularies.unesco.org/thesaurus/concept12679> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social integration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12690
<http://vocabularies.unesco.org/thesaurus/concept12690> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Measuring instruments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12693
<http://vocabularies.unesco.org/thesaurus/concept12693> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Musical instruments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12747
<http://vocabularies.unesco.org/thesaurus/concept12747> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Telephone"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12765
<http://vocabularies.unesco.org/thesaurus/concept12765> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Protest movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12773
<http://vocabularies.unesco.org/thesaurus/concept12773> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Intergovernmental organizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12783
<http://vocabularies.unesco.org/thesaurus/concept12783> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Internationalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12784
<http://vocabularies.unesco.org/thesaurus/concept12784> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12789
<http://vocabularies.unesco.org/thesaurus/concept12789> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Political parties"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12801
<http://vocabularies.unesco.org/thesaurus/concept12801> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "International tensions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12802
<http://vocabularies.unesco.org/thesaurus/concept12802> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Polemology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12813
<http://vocabularies.unesco.org/thesaurus/concept12813> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "North South relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12814
<http://vocabularies.unesco.org/thesaurus/concept12814> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "South South relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1282
<http://vocabularies.unesco.org/thesaurus/concept1282> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Extracurricular activities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12836
<http://vocabularies.unesco.org/thesaurus/concept12836> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "International organizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12837
<http://vocabularies.unesco.org/thesaurus/concept12837> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Regional organizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1284
<http://vocabularies.unesco.org/thesaurus/concept1284> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Youth activities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12843
<http://vocabularies.unesco.org/thesaurus/concept12843> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Multilateral relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12861
<http://vocabularies.unesco.org/thesaurus/concept12861> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "International transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12870
<http://vocabularies.unesco.org/thesaurus/concept12870> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Telex"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1288
<http://vocabularies.unesco.org/thesaurus/concept1288> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar activity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12906
<http://vocabularies.unesco.org/thesaurus/concept12906> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Participatory research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1291
<http://vocabularies.unesco.org/thesaurus/concept1291> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Guerrilla activities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12949
<http://vocabularies.unesco.org/thesaurus/concept12949> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Moslems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12950
<http://vocabularies.unesco.org/thesaurus/concept12950> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Mosques"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12981
<http://vocabularies.unesco.org/thesaurus/concept12981> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Popular music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12984
<http://vocabularies.unesco.org/thesaurus/concept12984> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Play"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12995
<http://vocabularies.unesco.org/thesaurus/concept12995> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural youth"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12997
<http://vocabularies.unesco.org/thesaurus/concept12997> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban youth"@en .


###  http://vocabularies.unesco.org/thesaurus/concept12999
<http://vocabularies.unesco.org/thesaurus/concept12999> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Olympic Games"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13097
<http://vocabularies.unesco.org/thesaurus/concept13097> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Research laboratories"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13099
<http://vocabularies.unesco.org/thesaurus/concept13099> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Oceanographic laboratories"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13122
<http://vocabularies.unesco.org/thesaurus/concept13122> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Labour migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13125
<http://vocabularies.unesco.org/thesaurus/concept13125> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Migrant workers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1313
<http://vocabularies.unesco.org/thesaurus/concept1313> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Theatrical companies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1314
<http://vocabularies.unesco.org/thesaurus/concept1314> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Theatrical performances"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13188
<http://vocabularies.unesco.org/thesaurus/concept13188> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Landscape"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13261
<http://vocabularies.unesco.org/thesaurus/concept13261> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Latin American literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1331
<http://vocabularies.unesco.org/thesaurus/concept1331> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biological adaptation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1335
<http://vocabularies.unesco.org/thesaurus/concept1335> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social adaptation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13362
<http://vocabularies.unesco.org/thesaurus/concept13362> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sociology of leisure"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1341
<http://vocabularies.unesco.org/thesaurus/concept1341> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Addiction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13414
<http://vocabularies.unesco.org/thesaurus/concept13414> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Womens liberation movement"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1342
<http://vocabularies.unesco.org/thesaurus/concept1342> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Alcoholism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1343
<http://vocabularies.unesco.org/thesaurus/concept1343> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Drug abuse"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1344
<http://vocabularies.unesco.org/thesaurus/concept1344> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Smoking"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13466
<http://vocabularies.unesco.org/thesaurus/concept13466> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Linguists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13494
<http://vocabularies.unesco.org/thesaurus/concept13494> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Prose"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13506
<http://vocabularies.unesco.org/thesaurus/concept13506> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "North American literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13508
<http://vocabularies.unesco.org/thesaurus/concept13508> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Oceanic literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13510
<http://vocabularies.unesco.org/thesaurus/concept13510> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Representative literary works"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13542
<http://vocabularies.unesco.org/thesaurus/concept13542> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Local press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13550
<http://vocabularies.unesco.org/thesaurus/concept13550> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13551
<http://vocabularies.unesco.org/thesaurus/concept13551> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Underground press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13577
<http://vocabularies.unesco.org/thesaurus/concept13577> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Moon"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13600
<http://vocabularies.unesco.org/thesaurus/concept13600> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Machine tools"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13604
<http://vocabularies.unesco.org/thesaurus/concept13604> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Turbines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13638
<http://vocabularies.unesco.org/thesaurus/concept13638> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Peacekeeping"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1367
<http://vocabularies.unesco.org/thesaurus/concept1367> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Public administration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13670
<http://vocabularies.unesco.org/thesaurus/concept13670> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Malnutrition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1369
<http://vocabularies.unesco.org/thesaurus/concept1369> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "International civil service"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13759
<http://vocabularies.unesco.org/thesaurus/concept13759> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Submarines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13765
<http://vocabularies.unesco.org/thesaurus/concept13765> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Marine mineral resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13781
<http://vocabularies.unesco.org/thesaurus/concept13781> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Puppets"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13803
<http://vocabularies.unesco.org/thesaurus/concept13803> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nuptiality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1386
<http://vocabularies.unesco.org/thesaurus/concept1386> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Central government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13903
<http://vocabularies.unesco.org/thesaurus/concept13903> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Physicians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept13930
<http://vocabularies.unesco.org/thesaurus/concept13930> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Psychologists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14050
<http://vocabularies.unesco.org/thesaurus/concept14050> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Printing methods"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1406
<http://vocabularies.unesco.org/thesaurus/concept1406> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Local government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14074
<http://vocabularies.unesco.org/thesaurus/concept14074> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Metropolitan areas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1408
<http://vocabularies.unesco.org/thesaurus/concept1408> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Municipal government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14106
<http://vocabularies.unesco.org/thesaurus/concept14106> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Microphotography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14136
<http://vocabularies.unesco.org/thesaurus/concept14136> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Return migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14180
<http://vocabularies.unesco.org/thesaurus/concept14180> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Miniature paintings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14200
<http://vocabularies.unesco.org/thesaurus/concept14200> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Missiles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14202
<http://vocabularies.unesco.org/thesaurus/concept14202> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Spacecraft"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1424
<http://vocabularies.unesco.org/thesaurus/concept1424> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civil service"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1425
<http://vocabularies.unesco.org/thesaurus/concept1425> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ombudsman"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14251
<http://vocabularies.unesco.org/thesaurus/concept14251> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Monarchy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14272
<http://vocabularies.unesco.org/thesaurus/concept14272> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Temples"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14291
<http://vocabularies.unesco.org/thesaurus/concept14291> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Motor vehicles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14294
<http://vocabularies.unesco.org/thesaurus/concept14294> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Road transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14301
<http://vocabularies.unesco.org/thesaurus/concept14301> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Youth movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14308
<http://vocabularies.unesco.org/thesaurus/concept14308> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Revolutionary movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14351
<http://vocabularies.unesco.org/thesaurus/concept14351> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Murals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14399
<http://vocabularies.unesco.org/thesaurus/concept14399> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Musicology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14400
<http://vocabularies.unesco.org/thesaurus/concept14400> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Orchestras"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14401
<http://vocabularies.unesco.org/thesaurus/concept14401> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Vocal music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14403
<http://vocabularies.unesco.org/thesaurus/concept14403> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Musicians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14408
<http://vocabularies.unesco.org/thesaurus/concept14408> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Religious music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14427
<http://vocabularies.unesco.org/thesaurus/concept14427> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Parapsychology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14432
<http://vocabularies.unesco.org/thesaurus/concept14432> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14444
<http://vocabularies.unesco.org/thesaurus/concept14444> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Swimming"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14463
<http://vocabularies.unesco.org/thesaurus/concept14463> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "National theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14468
<http://vocabularies.unesco.org/thesaurus/concept14468> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Regionalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14477
<http://vocabularies.unesco.org/thesaurus/concept14477> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Renewable resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14499
<http://vocabularies.unesco.org/thesaurus/concept14499> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Neolithic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1456
<http://vocabularies.unesco.org/thesaurus/concept1456> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Adolescence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14560
<http://vocabularies.unesco.org/thesaurus/concept14560> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Nonviolence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1457
<http://vocabularies.unesco.org/thesaurus/concept1457> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Youth"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14587
<http://vocabularies.unesco.org/thesaurus/concept14587> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Petroleum resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14591
<http://vocabularies.unesco.org/thesaurus/concept14591> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Pacifism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14592
<http://vocabularies.unesco.org/thesaurus/concept14592> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Violence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14598
<http://vocabularies.unesco.org/thesaurus/concept14598> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social norms"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14623
<http://vocabularies.unesco.org/thesaurus/concept14623> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Fusion reactors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14700
<http://vocabularies.unesco.org/thesaurus/concept14700> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Political scientists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14702
<http://vocabularies.unesco.org/thesaurus/concept14702> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sociologists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14790
<http://vocabularies.unesco.org/thesaurus/concept14790> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Resistance to oppression"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14816
<http://vocabularies.unesco.org/thesaurus/concept14816> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social science organizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14909
<http://vocabularies.unesco.org/thesaurus/concept14909> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Palaeolithic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1492
<http://vocabularies.unesco.org/thesaurus/concept1492> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Self help"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14928
<http://vocabularies.unesco.org/thesaurus/concept14928> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social roles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14978
<http://vocabularies.unesco.org/thesaurus/concept14978> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Womens participation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept14985
<http://vocabularies.unesco.org/thesaurus/concept14985> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Political participation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1499
<http://vocabularies.unesco.org/thesaurus/concept1499> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Community centres"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15046
<http://vocabularies.unesco.org/thesaurus/concept15046> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Pilgrimages"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15070
<http://vocabularies.unesco.org/thesaurus/concept15070> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Scientific periodicals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept151
<http://vocabularies.unesco.org/thesaurus/concept151> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Astronomical systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1513
<http://vocabularies.unesco.org/thesaurus/concept1513> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Adults"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15172
<http://vocabularies.unesco.org/thesaurus/concept15172> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sex"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15197
<http://vocabularies.unesco.org/thesaurus/concept15197> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Planets"@en .


###  http://vocabularies.unesco.org/thesaurus/concept152
<http://vocabularies.unesco.org/thesaurus/concept152> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Astronomy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15229
<http://vocabularies.unesco.org/thesaurus/concept15229> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Plant transpiration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15249
<http://vocabularies.unesco.org/thesaurus/concept15249> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Pluralism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15257
<http://vocabularies.unesco.org/thesaurus/concept15257> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "World population"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15260
<http://vocabularies.unesco.org/thesaurus/concept15260> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban population"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15267
<http://vocabularies.unesco.org/thesaurus/concept15267> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Poets"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1528
<http://vocabularies.unesco.org/thesaurus/concept1528> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Parents"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15289
<http://vocabularies.unesco.org/thesaurus/concept15289> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Politics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15295
<http://vocabularies.unesco.org/thesaurus/concept15295> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Transport policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept153
<http://vocabularies.unesco.org/thesaurus/concept153> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Space"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15303
<http://vocabularies.unesco.org/thesaurus/concept15303> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Utopia"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15318
<http://vocabularies.unesco.org/thesaurus/concept15318> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Republic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1532
<http://vocabularies.unesco.org/thesaurus/concept1532> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Advertising"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15356
<http://vocabularies.unesco.org/thesaurus/concept15356> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Popular theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15365
<http://vocabularies.unesco.org/thesaurus/concept15365> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Population problems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15388
<http://vocabularies.unesco.org/thesaurus/concept15388> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Pornography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1539
<http://vocabularies.unesco.org/thesaurus/concept1539> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Commercial art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1540
<http://vocabularies.unesco.org/thesaurus/concept1540> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Commercial broadcasting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15418
<http://vocabularies.unesco.org/thesaurus/concept15418> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Religious practice"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1544
<http://vocabularies.unesco.org/thesaurus/concept1544> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Group communication"@en .


###  http://vocabularies.unesco.org/thesaurus/concept155
<http://vocabularies.unesco.org/thesaurus/concept155> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Time"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1555
<http://vocabularies.unesco.org/thesaurus/concept1555> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aerial photography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1567
<http://vocabularies.unesco.org/thesaurus/concept1567> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Airports"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15705
<http://vocabularies.unesco.org/thesaurus/concept15705> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Public opinion polls"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15714
<http://vocabularies.unesco.org/thesaurus/concept15714> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Public transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15722
<http://vocabularies.unesco.org/thesaurus/concept15722> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Scientific publications"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15741
<http://vocabularies.unesco.org/thesaurus/concept15741> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Traditional theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1577
<http://vocabularies.unesco.org/thesaurus/concept1577> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aircraft"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15808
<http://vocabularies.unesco.org/thesaurus/concept15808> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Trains"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15809
<http://vocabularies.unesco.org/thesaurus/concept15809> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Railway transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1586
<http://vocabularies.unesco.org/thesaurus/concept1586> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aesthetics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1592
<http://vocabularies.unesco.org/thesaurus/concept1592> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Art criticism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1593
<http://vocabularies.unesco.org/thesaurus/concept1593> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Artistic creation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15942
<http://vocabularies.unesco.org/thesaurus/concept15942> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sociology of religion"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1597
<http://vocabularies.unesco.org/thesaurus/concept1597> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Emotions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept15971
<http://vocabularies.unesco.org/thesaurus/concept15971> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban renewal"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1604
<http://vocabularies.unesco.org/thesaurus/concept1604> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Posters"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1610
<http://vocabularies.unesco.org/thesaurus/concept1610> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "African art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1611
<http://vocabularies.unesco.org/thesaurus/concept1611> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "African cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1612
<http://vocabularies.unesco.org/thesaurus/concept1612> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "African literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16135
<http://vocabularies.unesco.org/thesaurus/concept16135> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16136
<http://vocabularies.unesco.org/thesaurus/concept16136> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Rural transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1627
<http://vocabularies.unesco.org/thesaurus/concept1627> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "African history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1628
<http://vocabularies.unesco.org/thesaurus/concept1628> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Caribbean cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1629
<http://vocabularies.unesco.org/thesaurus/concept1629> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural studies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16358
<http://vocabularies.unesco.org/thesaurus/concept16358> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Transistors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16481
<http://vocabularies.unesco.org/thesaurus/concept16481> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social values"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16506
<http://vocabularies.unesco.org/thesaurus/concept16506> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Traditional societies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16538
<http://vocabularies.unesco.org/thesaurus/concept16538> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Urban sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16562
<http://vocabularies.unesco.org/thesaurus/concept16562> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Sun"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1657
<http://vocabularies.unesco.org/thesaurus/concept1657> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Age discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1659
<http://vocabularies.unesco.org/thesaurus/concept1659> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ageing population"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1660
<http://vocabularies.unesco.org/thesaurus/concept1660> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Gender discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1662
<http://vocabularies.unesco.org/thesaurus/concept1662> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Age groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1664
<http://vocabularies.unesco.org/thesaurus/concept1664> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population distribution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1666
<http://vocabularies.unesco.org/thesaurus/concept1666> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Childhood"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1667
<http://vocabularies.unesco.org/thesaurus/concept1667> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Old age"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16677
<http://vocabularies.unesco.org/thesaurus/concept16677> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Travel abroad"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1672
<http://vocabularies.unesco.org/thesaurus/concept1672> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Death"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1673
<http://vocabularies.unesco.org/thesaurus/concept1673> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Elderly"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16798
<http://vocabularies.unesco.org/thesaurus/concept16798> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Travelling theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1682
<http://vocabularies.unesco.org/thesaurus/concept1682> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "News agencies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1693
<http://vocabularies.unesco.org/thesaurus/concept1693> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aggressiveness"@en .


###  http://vocabularies.unesco.org/thesaurus/concept16969
<http://vocabularies.unesco.org/thesaurus/concept16969> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Doping"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17003
<http://vocabularies.unesco.org/thesaurus/concept17003> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Inuit"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17007
<http://vocabularies.unesco.org/thesaurus/concept17007> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Information society"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17008
<http://vocabularies.unesco.org/thesaurus/concept17008> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Churches"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17009
<http://vocabularies.unesco.org/thesaurus/concept17009> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Synagogues"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1703
<http://vocabularies.unesco.org/thesaurus/concept1703> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rural economy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17030
<http://vocabularies.unesco.org/thesaurus/concept17030> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Digital art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17044
<http://vocabularies.unesco.org/thesaurus/concept17044> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Orphans"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17045
<http://vocabularies.unesco.org/thesaurus/concept17045> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Warning systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17054
<http://vocabularies.unesco.org/thesaurus/concept17054> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social capital"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17062
<http://vocabularies.unesco.org/thesaurus/concept17062> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Human remains"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17063
<http://vocabularies.unesco.org/thesaurus/concept17063> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Fulɓe"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17067
<http://vocabularies.unesco.org/thesaurus/concept17067> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Internet"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17073
<http://vocabularies.unesco.org/thesaurus/concept17073> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Archaeologists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17086
<http://vocabularies.unesco.org/thesaurus/concept17086> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Mobile phones"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17087
<http://vocabularies.unesco.org/thesaurus/concept17087> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Homophobia"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17089
<http://vocabularies.unesco.org/thesaurus/concept17089> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Social media"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17090
<http://vocabularies.unesco.org/thesaurus/concept17090> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Collective memory"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1710
<http://vocabularies.unesco.org/thesaurus/concept1710> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Farmers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept17106
<http://vocabularies.unesco.org/thesaurus/concept17106> rdf:type owl:NamedIndividual ;
                                                        rdfs:label "Extremism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept173
<http://vocabularies.unesco.org/thesaurus/concept173> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Geomorphology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1730
<http://vocabularies.unesco.org/thesaurus/concept1730> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Agricultural cooperatives"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1741
<http://vocabularies.unesco.org/thesaurus/concept1741> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rural extension"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1759
<http://vocabularies.unesco.org/thesaurus/concept1759> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Agricultural machinery"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1765
<http://vocabularies.unesco.org/thesaurus/concept1765> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal genetics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1766
<http://vocabularies.unesco.org/thesaurus/concept1766> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant genetics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1777
<http://vocabularies.unesco.org/thesaurus/concept1777> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultivation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1780
<http://vocabularies.unesco.org/thesaurus/concept1780> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Land resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1781
<http://vocabularies.unesco.org/thesaurus/concept1781> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Soil resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1795
<http://vocabularies.unesco.org/thesaurus/concept1795> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rural planning"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1810
<http://vocabularies.unesco.org/thesaurus/concept1810> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal products"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1832
<http://vocabularies.unesco.org/thesaurus/concept1832> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biogas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1838
<http://vocabularies.unesco.org/thesaurus/concept1838> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Peasantry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1839
<http://vocabularies.unesco.org/thesaurus/concept1839> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rural population"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1894
<http://vocabularies.unesco.org/thesaurus/concept1894> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Black holes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1902
<http://vocabularies.unesco.org/thesaurus/concept1902> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Foreign aid"@en .


###  http://vocabularies.unesco.org/thesaurus/concept192
<http://vocabularies.unesco.org/thesaurus/concept192> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Water resources management"@en .


###  http://vocabularies.unesco.org/thesaurus/concept194
<http://vocabularies.unesco.org/thesaurus/concept194> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Energy policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1942
<http://vocabularies.unesco.org/thesaurus/concept1942> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Heat pumps"@en .


###  http://vocabularies.unesco.org/thesaurus/concept195
<http://vocabularies.unesco.org/thesaurus/concept195> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1956
<http://vocabularies.unesco.org/thesaurus/concept1956> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Air traffic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1959
<http://vocabularies.unesco.org/thesaurus/concept1959> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Air transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1960
<http://vocabularies.unesco.org/thesaurus/concept1960> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civil aviation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept197
<http://vocabularies.unesco.org/thesaurus/concept197> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Environmental management"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1970
<http://vocabularies.unesco.org/thesaurus/concept1970> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural isolation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1975
<http://vocabularies.unesco.org/thesaurus/concept1975> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar stills"@en .


###  http://vocabularies.unesco.org/thesaurus/concept1983
<http://vocabularies.unesco.org/thesaurus/concept1983> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Youth hostels"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2012
<http://vocabularies.unesco.org/thesaurus/concept2012> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Pottery"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2014
<http://vocabularies.unesco.org/thesaurus/concept2014> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Carpets"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2016
<http://vocabularies.unesco.org/thesaurus/concept2016> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Marine algae"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2028
<http://vocabularies.unesco.org/thesaurus/concept2028> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Alliances"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2030
<http://vocabularies.unesco.org/thesaurus/concept2030> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social alienation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept206
<http://vocabularies.unesco.org/thesaurus/concept206> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Disasters"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2061
<http://vocabularies.unesco.org/thesaurus/concept2061> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Diplomacy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2062
<http://vocabularies.unesco.org/thesaurus/concept2062> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Foreign policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept211
<http://vocabularies.unesco.org/thesaurus/concept211> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Ecosystems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept212
<http://vocabularies.unesco.org/thesaurus/concept212> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Energy resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept213
<http://vocabularies.unesco.org/thesaurus/concept213> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Natural resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2135
<http://vocabularies.unesco.org/thesaurus/concept2135> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Homemakers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2148
<http://vocabularies.unesco.org/thesaurus/concept2148> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Urban planning"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2153
<http://vocabularies.unesco.org/thesaurus/concept2153> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "American history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2154
<http://vocabularies.unesco.org/thesaurus/concept2154> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Latin American history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2155
<http://vocabularies.unesco.org/thesaurus/concept2155> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "North American history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2161
<http://vocabularies.unesco.org/thesaurus/concept2161> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Amerindian cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2164
<http://vocabularies.unesco.org/thesaurus/concept2164> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aztecs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2165
<http://vocabularies.unesco.org/thesaurus/concept2165> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Incas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2166
<http://vocabularies.unesco.org/thesaurus/concept2166> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mayas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2168
<http://vocabularies.unesco.org/thesaurus/concept2168> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Amerindians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2169
<http://vocabularies.unesco.org/thesaurus/concept2169> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Latin American art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2170
<http://vocabularies.unesco.org/thesaurus/concept2170> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Latin American cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2171
<http://vocabularies.unesco.org/thesaurus/concept2171> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "North American cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2194
<http://vocabularies.unesco.org/thesaurus/concept2194> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Illiterates"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2222
<http://vocabularies.unesco.org/thesaurus/concept2222> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Role analysis"@en .


###  http://vocabularies.unesco.org/thesaurus/concept224
<http://vocabularies.unesco.org/thesaurus/concept224> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Life cycle"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2244
<http://vocabularies.unesco.org/thesaurus/concept2244> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Literary analysis"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2255
<http://vocabularies.unesco.org/thesaurus/concept2255> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cross cultural analysis"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2258
<http://vocabularies.unesco.org/thesaurus/concept2258> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Analogue computers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept227
<http://vocabularies.unesco.org/thesaurus/concept227> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Physiology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept229
<http://vocabularies.unesco.org/thesaurus/concept229> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Anthropology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept230
<http://vocabularies.unesco.org/thesaurus/concept230> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Botany"@en .


###  http://vocabularies.unesco.org/thesaurus/concept231
<http://vocabularies.unesco.org/thesaurus/concept231> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Life sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2311
<http://vocabularies.unesco.org/thesaurus/concept2311> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Anarchism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept232
<http://vocabularies.unesco.org/thesaurus/concept232> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Natural history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2324
<http://vocabularies.unesco.org/thesaurus/concept2324> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2326
<http://vocabularies.unesco.org/thesaurus/concept2326> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient civilizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2327
<http://vocabularies.unesco.org/thesaurus/concept2327> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2328
<http://vocabularies.unesco.org/thesaurus/concept2328> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Antiquities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept233
<http://vocabularies.unesco.org/thesaurus/concept233> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Natural sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2331
<http://vocabularies.unesco.org/thesaurus/concept2331> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Assyriology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2332
<http://vocabularies.unesco.org/thesaurus/concept2332> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Egyptology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2334
<http://vocabularies.unesco.org/thesaurus/concept2334> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient religions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2335
<http://vocabularies.unesco.org/thesaurus/concept2335> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient scripts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2336
<http://vocabularies.unesco.org/thesaurus/concept2336> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Antiquity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2337
<http://vocabularies.unesco.org/thesaurus/concept2337> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civilization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2338
<http://vocabularies.unesco.org/thesaurus/concept2338> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Historic cities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept234
<http://vocabularies.unesco.org/thesaurus/concept234> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Species"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2340
<http://vocabularies.unesco.org/thesaurus/concept2340> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ancient history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2343
<http://vocabularies.unesco.org/thesaurus/concept2343> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Brahmanism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2344
<http://vocabularies.unesco.org/thesaurus/concept2344> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Buddhism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2345
<http://vocabularies.unesco.org/thesaurus/concept2345> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Christianity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2346
<http://vocabularies.unesco.org/thesaurus/concept2346> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Confucianism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2347
<http://vocabularies.unesco.org/thesaurus/concept2347> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Hinduism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2348
<http://vocabularies.unesco.org/thesaurus/concept2348> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Islam"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2349
<http://vocabularies.unesco.org/thesaurus/concept2349> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Judaism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept235
<http://vocabularies.unesco.org/thesaurus/concept235> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Zoology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2350
<http://vocabularies.unesco.org/thesaurus/concept2350> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Shamanism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2351
<http://vocabularies.unesco.org/thesaurus/concept2351> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Taoism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2352
<http://vocabularies.unesco.org/thesaurus/concept2352> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Zoroastrianism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2354
<http://vocabularies.unesco.org/thesaurus/concept2354> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mythology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2355
<http://vocabularies.unesco.org/thesaurus/concept2355> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Primitive religions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2362
<http://vocabularies.unesco.org/thesaurus/concept2362> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Epigraphy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2376
<http://vocabularies.unesco.org/thesaurus/concept2376> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Community leaders"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2378
<http://vocabularies.unesco.org/thesaurus/concept2378> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Youth leaders"@en .


###  http://vocabularies.unesco.org/thesaurus/concept238
<http://vocabularies.unesco.org/thesaurus/concept238> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Health"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2380
<http://vocabularies.unesco.org/thesaurus/concept2380> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2382
<http://vocabularies.unesco.org/thesaurus/concept2382> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aquatic animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2385
<http://vocabularies.unesco.org/thesaurus/concept2385> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2389
<http://vocabularies.unesco.org/thesaurus/concept2389> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept239
<http://vocabularies.unesco.org/thesaurus/concept239> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Medical profession"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2394
<http://vocabularies.unesco.org/thesaurus/concept2394> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Laboratory animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2396
<http://vocabularies.unesco.org/thesaurus/concept2396> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal diseases"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2405
<http://vocabularies.unesco.org/thesaurus/concept2405> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Domestic animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2407
<http://vocabularies.unesco.org/thesaurus/concept2407> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal ecology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2410
<http://vocabularies.unesco.org/thesaurus/concept2410> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2411
<http://vocabularies.unesco.org/thesaurus/concept2411> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Habitats"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2413
<http://vocabularies.unesco.org/thesaurus/concept2413> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Zoogeography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2423
<http://vocabularies.unesco.org/thesaurus/concept2423> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Livestock"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2426
<http://vocabularies.unesco.org/thesaurus/concept2426> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Marine animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept243
<http://vocabularies.unesco.org/thesaurus/concept243> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Pharmacology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2430
<http://vocabularies.unesco.org/thesaurus/concept2430> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Birds"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2432
<http://vocabularies.unesco.org/thesaurus/concept2432> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal nutrition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2443
<http://vocabularies.unesco.org/thesaurus/concept2443> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fishery resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2445
<http://vocabularies.unesco.org/thesaurus/concept2445> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fauna"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2446
<http://vocabularies.unesco.org/thesaurus/concept2446> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Food resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2447
<http://vocabularies.unesco.org/thesaurus/concept2447> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Wild animals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2452
<http://vocabularies.unesco.org/thesaurus/concept2452> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Endangered species"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2456
<http://vocabularies.unesco.org/thesaurus/concept2456> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Animal taxonomy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2461
<http://vocabularies.unesco.org/thesaurus/concept2461> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Insects"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2462
<http://vocabularies.unesco.org/thesaurus/concept2462> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mammals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2463
<http://vocabularies.unesco.org/thesaurus/concept2463> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Reptiles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2474
<http://vocabularies.unesco.org/thesaurus/concept2474> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Anniversary celebrations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2475
<http://vocabularies.unesco.org/thesaurus/concept2475> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural events"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2488
<http://vocabularies.unesco.org/thesaurus/concept2488> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Antennas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2493
<http://vocabularies.unesco.org/thesaurus/concept2493> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Poetry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2505
<http://vocabularies.unesco.org/thesaurus/concept2505> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Anthropologists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2509
<http://vocabularies.unesco.org/thesaurus/concept2509> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Prehistoric man"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2527
<http://vocabularies.unesco.org/thesaurus/concept2527> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archaeological objects"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2528
<http://vocabularies.unesco.org/thesaurus/concept2528> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Historic monuments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2530
<http://vocabularies.unesco.org/thesaurus/concept2530> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Antisemitism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2532
<http://vocabularies.unesco.org/thesaurus/concept2532> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2533
<http://vocabularies.unesco.org/thesaurus/concept2533> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Jews"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2534
<http://vocabularies.unesco.org/thesaurus/concept2534> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Racial segregation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2535
<http://vocabularies.unesco.org/thesaurus/concept2535> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Xenophobia"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2542
<http://vocabularies.unesco.org/thesaurus/concept2542> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plankton recorders"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2546
<http://vocabularies.unesco.org/thesaurus/concept2546> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Apartheid"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2547
<http://vocabularies.unesco.org/thesaurus/concept2547> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Racial prejudice"@en .


###  http://vocabularies.unesco.org/thesaurus/concept255
<http://vocabularies.unesco.org/thesaurus/concept255> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural anthropology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept256
<http://vocabularies.unesco.org/thesaurus/concept256> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural change"@en .


###  http://vocabularies.unesco.org/thesaurus/concept257
<http://vocabularies.unesco.org/thesaurus/concept257> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural conditions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept258
<http://vocabularies.unesco.org/thesaurus/concept258> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural creation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept259
<http://vocabularies.unesco.org/thesaurus/concept259> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural differentiation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept260
<http://vocabularies.unesco.org/thesaurus/concept260> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural identity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2601
<http://vocabularies.unesco.org/thesaurus/concept2601> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Traditional technology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept261
<http://vocabularies.unesco.org/thesaurus/concept261> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural interaction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept262
<http://vocabularies.unesco.org/thesaurus/concept262> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2625
<http://vocabularies.unesco.org/thesaurus/concept2625> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fish"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2626
<http://vocabularies.unesco.org/thesaurus/concept2626> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aquatic ecosystems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2628
<http://vocabularies.unesco.org/thesaurus/concept2628> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Marine ecosystems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept263
<http://vocabularies.unesco.org/thesaurus/concept263> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2630
<http://vocabularies.unesco.org/thesaurus/concept2630> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aquatic plants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept264
<http://vocabularies.unesco.org/thesaurus/concept264> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2643
<http://vocabularies.unesco.org/thesaurus/concept2643> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arab art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2645
<http://vocabularies.unesco.org/thesaurus/concept2645> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arab culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2646
<http://vocabularies.unesco.org/thesaurus/concept2646> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arab literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept265
<http://vocabularies.unesco.org/thesaurus/concept265> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "National cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2650
<http://vocabularies.unesco.org/thesaurus/concept2650> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arab history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2660
<http://vocabularies.unesco.org/thesaurus/concept2660> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arabs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2670
<http://vocabularies.unesco.org/thesaurus/concept2670> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Conflict resolution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2672
<http://vocabularies.unesco.org/thesaurus/concept2672> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Trees"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2674
<http://vocabularies.unesco.org/thesaurus/concept2674> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archaeological dating"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2676
<http://vocabularies.unesco.org/thesaurus/concept2676> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radiocarbon dating"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2678
<http://vocabularies.unesco.org/thesaurus/concept2678> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archaeological excavations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2680
<http://vocabularies.unesco.org/thesaurus/concept2680> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archaeological sites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2689
<http://vocabularies.unesco.org/thesaurus/concept2689> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archaeological sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2693
<http://vocabularies.unesco.org/thesaurus/concept2693> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Underwater archaeology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2695
<http://vocabularies.unesco.org/thesaurus/concept2695> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Preservation of monuments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2696
<http://vocabularies.unesco.org/thesaurus/concept2696> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rock paintings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2700
<http://vocabularies.unesco.org/thesaurus/concept2700> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Architect restorers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2704
<http://vocabularies.unesco.org/thesaurus/concept2704> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Architects"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2708
<http://vocabularies.unesco.org/thesaurus/concept2708> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Buildings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2709
<http://vocabularies.unesco.org/thesaurus/concept2709> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Monuments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2710
<http://vocabularies.unesco.org/thesaurus/concept2710> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Palaces"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2711
<http://vocabularies.unesco.org/thesaurus/concept2711> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Traditional architecture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2712
<http://vocabularies.unesco.org/thesaurus/concept2712> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Houses"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2713
<http://vocabularies.unesco.org/thesaurus/concept2713> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Housing design"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2714
<http://vocabularies.unesco.org/thesaurus/concept2714> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Interior architecture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2722
<http://vocabularies.unesco.org/thesaurus/concept2722> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Landscape design"@en .


###  http://vocabularies.unesco.org/thesaurus/concept274
<http://vocabularies.unesco.org/thesaurus/concept274> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cultural property preservation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2743
<http://vocabularies.unesco.org/thesaurus/concept2743> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archive personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2745
<http://vocabularies.unesco.org/thesaurus/concept2745> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Archivists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2772
<http://vocabularies.unesco.org/thesaurus/concept2772> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Information scientists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2773
<http://vocabularies.unesco.org/thesaurus/concept2773> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Librarians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2774
<http://vocabularies.unesco.org/thesaurus/concept2774> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Library technicians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept278
<http://vocabularies.unesco.org/thesaurus/concept278> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Intangible cultural heritage"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2799
<http://vocabularies.unesco.org/thesaurus/concept2799> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Palaeography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2822
<http://vocabularies.unesco.org/thesaurus/concept2822> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arctic cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept285
<http://vocabularies.unesco.org/thesaurus/concept285> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Metaphysics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2856
<http://vocabularies.unesco.org/thesaurus/concept2856> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Aristocracy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2858
<http://vocabularies.unesco.org/thesaurus/concept2858> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ruling class"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2859
<http://vocabularies.unesco.org/thesaurus/concept2859> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Upper class"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2864
<http://vocabularies.unesco.org/thesaurus/concept2864> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Weapons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2866
<http://vocabularies.unesco.org/thesaurus/concept2866> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nuclear weapons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2870
<http://vocabularies.unesco.org/thesaurus/concept2870> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Armed forces"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2875
<http://vocabularies.unesco.org/thesaurus/concept2875> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Child soldiers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2877
<http://vocabularies.unesco.org/thesaurus/concept2877> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Defence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept288
<http://vocabularies.unesco.org/thesaurus/concept288> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Mysticism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2891
<http://vocabularies.unesco.org/thesaurus/concept2891> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arms control"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2894
<http://vocabularies.unesco.org/thesaurus/concept2894> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arms race"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2897
<http://vocabularies.unesco.org/thesaurus/concept2897> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Balance of power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2898
<http://vocabularies.unesco.org/thesaurus/concept2898> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disarmament"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2899
<http://vocabularies.unesco.org/thesaurus/concept2899> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Militarism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept290
<http://vocabularies.unesco.org/thesaurus/concept290> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2901
<http://vocabularies.unesco.org/thesaurus/concept2901> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Arms sales"@en .


###  http://vocabularies.unesco.org/thesaurus/concept291
<http://vocabularies.unesco.org/thesaurus/concept291> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religious activities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2915
<http://vocabularies.unesco.org/thesaurus/concept2915> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Asian art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept292
<http://vocabularies.unesco.org/thesaurus/concept292> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religious buildings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2920
<http://vocabularies.unesco.org/thesaurus/concept2920> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Byzantine art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2922
<http://vocabularies.unesco.org/thesaurus/concept2922> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Chinese art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept293
<http://vocabularies.unesco.org/thesaurus/concept293> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religious groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2930
<http://vocabularies.unesco.org/thesaurus/concept2930> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2933
<http://vocabularies.unesco.org/thesaurus/concept2933> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Literary criticism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2936
<http://vocabularies.unesco.org/thesaurus/concept2936> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Avant-garde art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept294
<http://vocabularies.unesco.org/thesaurus/concept294> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religious institutions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2940
<http://vocabularies.unesco.org/thesaurus/concept2940> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ceramic art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2947
<http://vocabularies.unesco.org/thesaurus/concept2947> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "European art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept295
<http://vocabularies.unesco.org/thesaurus/concept295> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Theology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2953
<http://vocabularies.unesco.org/thesaurus/concept2953> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Art glass"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2954
<http://vocabularies.unesco.org/thesaurus/concept2954> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Stained glass"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2958
<http://vocabularies.unesco.org/thesaurus/concept2958> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Art history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2960
<http://vocabularies.unesco.org/thesaurus/concept2960> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2961
<http://vocabularies.unesco.org/thesaurus/concept2961> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Iconography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2963
<http://vocabularies.unesco.org/thesaurus/concept2963> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Art imitations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2967
<http://vocabularies.unesco.org/thesaurus/concept2967> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Islamic art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2974
<http://vocabularies.unesco.org/thesaurus/concept2974> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Medieval art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2975
<http://vocabularies.unesco.org/thesaurus/concept2975> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Art metalwork"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2977
<http://vocabularies.unesco.org/thesaurus/concept2977> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Jewelry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept298
<http://vocabularies.unesco.org/thesaurus/concept298> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Archaeology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2981
<http://vocabularies.unesco.org/thesaurus/concept2981> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Modern art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2987
<http://vocabularies.unesco.org/thesaurus/concept2987> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "North American art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept299
<http://vocabularies.unesco.org/thesaurus/concept299> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Genealogy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2990
<http://vocabularies.unesco.org/thesaurus/concept2990> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Oceanic art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2995
<http://vocabularies.unesco.org/thesaurus/concept2995> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Pop art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2997
<http://vocabularies.unesco.org/thesaurus/concept2997> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Folk art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept2999
<http://vocabularies.unesco.org/thesaurus/concept2999> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Prehistoric art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept300
<http://vocabularies.unesco.org/thesaurus/concept300> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Heraldry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3001
<http://vocabularies.unesco.org/thesaurus/concept3001> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Primitive art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3003
<http://vocabularies.unesco.org/thesaurus/concept3003> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3005
<http://vocabularies.unesco.org/thesaurus/concept3005> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Slav art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3009
<http://vocabularies.unesco.org/thesaurus/concept3009> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sociology of art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept301
<http://vocabularies.unesco.org/thesaurus/concept301> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Historical periods"@en .


###  http://vocabularies.unesco.org/thesaurus/concept302
<http://vocabularies.unesco.org/thesaurus/concept302> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "History"@en .


###  http://vocabularies.unesco.org/thesaurus/concept303
<http://vocabularies.unesco.org/thesaurus/concept303> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "National history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3039
<http://vocabularies.unesco.org/thesaurus/concept3039> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Textile arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept304
<http://vocabularies.unesco.org/thesaurus/concept304> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Numismatics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept305
<http://vocabularies.unesco.org/thesaurus/concept305> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Religious history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3059
<http://vocabularies.unesco.org/thesaurus/concept3059> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Logic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3066
<http://vocabularies.unesco.org/thesaurus/concept3066> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Artificial satellites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3067
<http://vocabularies.unesco.org/thesaurus/concept3067> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Communication satellites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3068
<http://vocabularies.unesco.org/thesaurus/concept3068> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Meteorological satellites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3070
<http://vocabularies.unesco.org/thesaurus/concept3070> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Satellites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3071
<http://vocabularies.unesco.org/thesaurus/concept3071> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar system"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3080
<http://vocabularies.unesco.org/thesaurus/concept3080> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Performers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3098
<http://vocabularies.unesco.org/thesaurus/concept3098> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Film makers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3099
<http://vocabularies.unesco.org/thesaurus/concept3099> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Painters"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3100
<http://vocabularies.unesco.org/thesaurus/concept3100> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sculptors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3101
<http://vocabularies.unesco.org/thesaurus/concept3101> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Theatre directors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3102
<http://vocabularies.unesco.org/thesaurus/concept3102> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Women artists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3103
<http://vocabularies.unesco.org/thesaurus/concept3103> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Works of art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3115
<http://vocabularies.unesco.org/thesaurus/concept3115> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Squatter settlements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3121
<http://vocabularies.unesco.org/thesaurus/concept3121> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Asian cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3122
<http://vocabularies.unesco.org/thesaurus/concept3122> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Asian literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3132
<http://vocabularies.unesco.org/thesaurus/concept3132> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Central Asian cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3134
<http://vocabularies.unesco.org/thesaurus/concept3134> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Asian history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept314
<http://vocabularies.unesco.org/thesaurus/concept314> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Translation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3147
<http://vocabularies.unesco.org/thesaurus/concept3147> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Asians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3148
<http://vocabularies.unesco.org/thesaurus/concept3148> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Indians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept315
<http://vocabularies.unesco.org/thesaurus/concept315> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Writing systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3165
<http://vocabularies.unesco.org/thesaurus/concept3165> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cinema attendance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3168
<http://vocabularies.unesco.org/thesaurus/concept3168> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Humanitarian assistance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3207
<http://vocabularies.unesco.org/thesaurus/concept3207> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Clubs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3209
<http://vocabularies.unesco.org/thesaurus/concept3209> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nongovernmental organizations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3218
<http://vocabularies.unesco.org/thesaurus/concept3218> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Astrophysics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3221
<http://vocabularies.unesco.org/thesaurus/concept3221> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Astronomical observatories"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3225
<http://vocabularies.unesco.org/thesaurus/concept3225> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cosmic matter"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3226
<http://vocabularies.unesco.org/thesaurus/concept3226> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Galaxies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3227
<http://vocabularies.unesco.org/thesaurus/concept3227> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Interstellar space"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3228
<http://vocabularies.unesco.org/thesaurus/concept3228> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Meteorites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3229
<http://vocabularies.unesco.org/thesaurus/concept3229> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Stars"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3230
<http://vocabularies.unesco.org/thesaurus/concept3230> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Universe"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3234
<http://vocabularies.unesco.org/thesaurus/concept3234> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Celestial mechanics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3235
<http://vocabularies.unesco.org/thesaurus/concept3235> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cosmology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3237
<http://vocabularies.unesco.org/thesaurus/concept3237> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Optical instruments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3238
<http://vocabularies.unesco.org/thesaurus/concept3238> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Gravitation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3249
<http://vocabularies.unesco.org/thesaurus/concept3249> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Repair workshops"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3255
<http://vocabularies.unesco.org/thesaurus/concept3255> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Humanism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3259
<http://vocabularies.unesco.org/thesaurus/concept3259> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Athletes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept326
<http://vocabularies.unesco.org/thesaurus/concept326> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Authors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3261
<http://vocabularies.unesco.org/thesaurus/concept3261> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sports competitions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept327
<http://vocabularies.unesco.org/thesaurus/concept327> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Literary forms and genres"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3270
<http://vocabularies.unesco.org/thesaurus/concept3270> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Maps"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3277
<http://vocabularies.unesco.org/thesaurus/concept3277> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biosphere"@en .


###  http://vocabularies.unesco.org/thesaurus/concept328
<http://vocabularies.unesco.org/thesaurus/concept328> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept329
<http://vocabularies.unesco.org/thesaurus/concept329> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "National literatures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3309
<http://vocabularies.unesco.org/thesaurus/concept3309> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Stereotypes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3321
<http://vocabularies.unesco.org/thesaurus/concept3321> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Programme content"@en .


###  http://vocabularies.unesco.org/thesaurus/concept333
<http://vocabularies.unesco.org/thesaurus/concept333> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Art styles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept334
<http://vocabularies.unesco.org/thesaurus/concept334> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Art theory"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3343
<http://vocabularies.unesco.org/thesaurus/concept3343> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Projectors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept335
<http://vocabularies.unesco.org/thesaurus/concept335> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Artists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3356
<http://vocabularies.unesco.org/thesaurus/concept3356> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radio"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3359
<http://vocabularies.unesco.org/thesaurus/concept3359> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radio listeners"@en .


###  http://vocabularies.unesco.org/thesaurus/concept336
<http://vocabularies.unesco.org/thesaurus/concept336> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept337
<http://vocabularies.unesco.org/thesaurus/concept337> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "National art"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3374
<http://vocabularies.unesco.org/thesaurus/concept3374> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Oceanic cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3383
<http://vocabularies.unesco.org/thesaurus/concept3383> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Women authors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3384
<http://vocabularies.unesco.org/thesaurus/concept3384> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Writers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3385
<http://vocabularies.unesco.org/thesaurus/concept3385> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Journalists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3395
<http://vocabularies.unesco.org/thesaurus/concept3395> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Self government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept340
<http://vocabularies.unesco.org/thesaurus/concept340> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Architecture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3403
<http://vocabularies.unesco.org/thesaurus/concept3403> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Industrial robots"@en .


###  http://vocabularies.unesco.org/thesaurus/concept341
<http://vocabularies.unesco.org/thesaurus/concept341> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Decorative arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept342
<http://vocabularies.unesco.org/thesaurus/concept342> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Fine arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept343
<http://vocabularies.unesco.org/thesaurus/concept343> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Graphic arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept344
<http://vocabularies.unesco.org/thesaurus/concept344> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Handicrafts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept345
<http://vocabularies.unesco.org/thesaurus/concept345> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Photography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept346
<http://vocabularies.unesco.org/thesaurus/concept346> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Plastic arts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3461
<http://vocabularies.unesco.org/thesaurus/concept3461> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Blind"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3465
<http://vocabularies.unesco.org/thesaurus/concept3465> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Lawyers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3466
<http://vocabularies.unesco.org/thesaurus/concept3466> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Awards"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3470
<http://vocabularies.unesco.org/thesaurus/concept3470> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "UNESCO awards and honours"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3472
<http://vocabularies.unesco.org/thesaurus/concept3472> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Literary prizes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept350
<http://vocabularies.unesco.org/thesaurus/concept350> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Cinema"@en .


###  http://vocabularies.unesco.org/thesaurus/concept351
<http://vocabularies.unesco.org/thesaurus/concept351> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Dance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3516
<http://vocabularies.unesco.org/thesaurus/concept3516> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Dancers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept352
<http://vocabularies.unesco.org/thesaurus/concept352> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Films"@en .


###  http://vocabularies.unesco.org/thesaurus/concept353
<http://vocabularies.unesco.org/thesaurus/concept353> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3531
<http://vocabularies.unesco.org/thesaurus/concept3531> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "International security"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3538
<http://vocabularies.unesco.org/thesaurus/concept3538> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ballet"@en .


###  http://vocabularies.unesco.org/thesaurus/concept354
<http://vocabularies.unesco.org/thesaurus/concept354> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Musical styles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3542
<http://vocabularies.unesco.org/thesaurus/concept3542> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Modern dance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3545
<http://vocabularies.unesco.org/thesaurus/concept3545> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Baltic cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept356
<http://vocabularies.unesco.org/thesaurus/concept356> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3563
<http://vocabularies.unesco.org/thesaurus/concept3563> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Comics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3565
<http://vocabularies.unesco.org/thesaurus/concept3565> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Magnetic tapes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3567
<http://vocabularies.unesco.org/thesaurus/concept3567> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Flags"@en .


###  http://vocabularies.unesco.org/thesaurus/concept357
<http://vocabularies.unesco.org/thesaurus/concept357> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Theatre management"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3574
<http://vocabularies.unesco.org/thesaurus/concept3574> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Suburbs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3589
<http://vocabularies.unesco.org/thesaurus/concept3589> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Slums"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3618
<http://vocabularies.unesco.org/thesaurus/concept3618> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Housing needs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3622
<http://vocabularies.unesco.org/thesaurus/concept3622> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Quality of life"@en .


###  http://vocabularies.unesco.org/thesaurus/concept368
<http://vocabularies.unesco.org/thesaurus/concept368> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Leisure time activities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept369
<http://vocabularies.unesco.org/thesaurus/concept369> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Recreational facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept370
<http://vocabularies.unesco.org/thesaurus/concept370> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Tourism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3707
<http://vocabularies.unesco.org/thesaurus/concept3707> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious belief"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3715
<http://vocabularies.unesco.org/thesaurus/concept3715> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Volunteers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept374
<http://vocabularies.unesco.org/thesaurus/concept374> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Behavioural sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/concept375
<http://vocabularies.unesco.org/thesaurus/concept375> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Criminology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept376
<http://vocabularies.unesco.org/thesaurus/concept376> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Ethnology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept377
<http://vocabularies.unesco.org/thesaurus/concept377> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social psychology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept378
<http://vocabularies.unesco.org/thesaurus/concept378> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept379
<http://vocabularies.unesco.org/thesaurus/concept379> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social science policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept380
<http://vocabularies.unesco.org/thesaurus/concept380> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/concept381
<http://vocabularies.unesco.org/thesaurus/concept381> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social scientists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3810
<http://vocabularies.unesco.org/thesaurus/concept3810> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Publishing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept382
<http://vocabularies.unesco.org/thesaurus/concept382> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept386
<http://vocabularies.unesco.org/thesaurus/concept386> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3890
<http://vocabularies.unesco.org/thesaurus/concept3890> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Bicycles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3892
<http://vocabularies.unesco.org/thesaurus/concept3892> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biculturalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3896
<http://vocabularies.unesco.org/thesaurus/concept3896> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3899
<http://vocabularies.unesco.org/thesaurus/concept3899> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Multiculturalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3927
<http://vocabularies.unesco.org/thesaurus/concept3927> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Bilateral relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3929
<http://vocabularies.unesco.org/thesaurus/concept3929> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Economic relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3939
<http://vocabularies.unesco.org/thesaurus/concept3939> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Binding"@en .


###  http://vocabularies.unesco.org/thesaurus/concept394
<http://vocabularies.unesco.org/thesaurus/concept394> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept395
<http://vocabularies.unesco.org/thesaurus/concept395> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept396
<http://vocabularies.unesco.org/thesaurus/concept396> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social change"@en .


###  http://vocabularies.unesco.org/thesaurus/concept397
<http://vocabularies.unesco.org/thesaurus/concept397> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept398
<http://vocabularies.unesco.org/thesaurus/concept398> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social interaction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3980
<http://vocabularies.unesco.org/thesaurus/concept3980> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biomass energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept399
<http://vocabularies.unesco.org/thesaurus/concept399> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3991
<http://vocabularies.unesco.org/thesaurus/concept3991> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Phytogeography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept3994
<http://vocabularies.unesco.org/thesaurus/concept3994> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biographies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept400
<http://vocabularies.unesco.org/thesaurus/concept400> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social stratification"@en .


###  http://vocabularies.unesco.org/thesaurus/concept401
<http://vocabularies.unesco.org/thesaurus/concept401> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social structure"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4011
<http://vocabularies.unesco.org/thesaurus/concept4011> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biological diversity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4014
<http://vocabularies.unesco.org/thesaurus/concept4014> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biosphere reserves"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4015
<http://vocabularies.unesco.org/thesaurus/concept4015> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Global commons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept402
<http://vocabularies.unesco.org/thesaurus/concept402> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept403
<http://vocabularies.unesco.org/thesaurus/concept403> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Value systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4050
<http://vocabularies.unesco.org/thesaurus/concept4050> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biomes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4052
<http://vocabularies.unesco.org/thesaurus/concept4052> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Biomass"@en .


###  http://vocabularies.unesco.org/thesaurus/concept407
<http://vocabularies.unesco.org/thesaurus/concept407> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Crime"@en .


###  http://vocabularies.unesco.org/thesaurus/concept408
<http://vocabularies.unesco.org/thesaurus/concept408> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Disadvantaged groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4083
<http://vocabularies.unesco.org/thesaurus/concept4083> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Earth (planet)"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4084
<http://vocabularies.unesco.org/thesaurus/concept4084> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Human species"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4088
<http://vocabularies.unesco.org/thesaurus/concept4088> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ecotourism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept409
<http://vocabularies.unesco.org/thesaurus/concept409> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social problems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4104
<http://vocabularies.unesco.org/thesaurus/concept4104> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ornithology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4110
<http://vocabularies.unesco.org/thesaurus/concept4110> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Birth rate"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4116
<http://vocabularies.unesco.org/thesaurus/concept4116> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Overpopulation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4127
<http://vocabularies.unesco.org/thesaurus/concept4127> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "People of African descent"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4129
<http://vocabularies.unesco.org/thesaurus/concept4129> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Coloureds"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4132
<http://vocabularies.unesco.org/thesaurus/concept4132> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Whites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept414
<http://vocabularies.unesco.org/thesaurus/concept414> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social services"@en .


###  http://vocabularies.unesco.org/thesaurus/concept416
<http://vocabularies.unesco.org/thesaurus/concept416> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Social work"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4170
<http://vocabularies.unesco.org/thesaurus/concept4170> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Pumps"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4179
<http://vocabularies.unesco.org/thesaurus/concept4179> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Book industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept418
<http://vocabularies.unesco.org/thesaurus/concept418> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Ethnic groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept419
<http://vocabularies.unesco.org/thesaurus/concept419> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Interethnic relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4190
<http://vocabularies.unesco.org/thesaurus/concept4190> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Bookselling"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4195
<http://vocabularies.unesco.org/thesaurus/concept4195> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Postal services"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4198
<http://vocabularies.unesco.org/thesaurus/concept4198> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Textbook production"@en .


###  http://vocabularies.unesco.org/thesaurus/concept420
<http://vocabularies.unesco.org/thesaurus/concept420> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Minority groups"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4200
<http://vocabularies.unesco.org/thesaurus/concept4200> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Editing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4207
<http://vocabularies.unesco.org/thesaurus/concept4207> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Publishers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4209
<http://vocabularies.unesco.org/thesaurus/concept4209> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Book reviews"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4230
<http://vocabularies.unesco.org/thesaurus/concept4230> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Booksellers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept424
<http://vocabularies.unesco.org/thesaurus/concept424> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Age distribution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept425
<http://vocabularies.unesco.org/thesaurus/concept425> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Demography"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4251
<http://vocabularies.unesco.org/thesaurus/concept4251> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Flora"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4252
<http://vocabularies.unesco.org/thesaurus/concept4252> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Parks"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4259
<http://vocabularies.unesco.org/thesaurus/concept4259> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ethnobotany"@en .


###  http://vocabularies.unesco.org/thesaurus/concept426
<http://vocabularies.unesco.org/thesaurus/concept426> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Migrants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4260
<http://vocabularies.unesco.org/thesaurus/concept4260> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant diseases"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4261
<http://vocabularies.unesco.org/thesaurus/concept4261> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant nutrition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4262
<http://vocabularies.unesco.org/thesaurus/concept4262> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant physiology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4263
<http://vocabularies.unesco.org/thesaurus/concept4263> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant taxonomy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4264
<http://vocabularies.unesco.org/thesaurus/concept4264> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Vegetation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4266
<http://vocabularies.unesco.org/thesaurus/concept4266> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Plant ecology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept427
<http://vocabularies.unesco.org/thesaurus/concept427> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4270
<http://vocabularies.unesco.org/thesaurus/concept4270> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Oceanographic buoys"@en .


###  http://vocabularies.unesco.org/thesaurus/concept428
<http://vocabularies.unesco.org/thesaurus/concept428> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Population"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4283
<http://vocabularies.unesco.org/thesaurus/concept4283> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Boys"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4285
<http://vocabularies.unesco.org/thesaurus/concept4285> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept429
<http://vocabularies.unesco.org/thesaurus/concept429> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Population dynamics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4297
<http://vocabularies.unesco.org/thesaurus/concept4297> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Brain drain"@en .


###  http://vocabularies.unesco.org/thesaurus/concept430
<http://vocabularies.unesco.org/thesaurus/concept430> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Population policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept431
<http://vocabularies.unesco.org/thesaurus/concept431> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Sex distribution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4318
<http://vocabularies.unesco.org/thesaurus/concept4318> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Bridges"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4325
<http://vocabularies.unesco.org/thesaurus/concept4325> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Broadcasting production"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4326
<http://vocabularies.unesco.org/thesaurus/concept4326> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Broadcasting programmes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4327
<http://vocabularies.unesco.org/thesaurus/concept4327> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Community media"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4328
<http://vocabularies.unesco.org/thesaurus/concept4328> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "National broadcasting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4329
<http://vocabularies.unesco.org/thesaurus/concept4329> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rural broadcasting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4330
<http://vocabularies.unesco.org/thesaurus/concept4330> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Television"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4338
<http://vocabularies.unesco.org/thesaurus/concept4338> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "TV/radio equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4343
<http://vocabularies.unesco.org/thesaurus/concept4343> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radio stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4344
<http://vocabularies.unesco.org/thesaurus/concept4344> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Television stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4348
<http://vocabularies.unesco.org/thesaurus/concept4348> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Record industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4349
<http://vocabularies.unesco.org/thesaurus/concept4349> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Video record industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4355
<http://vocabularies.unesco.org/thesaurus/concept4355> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Television production"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4356
<http://vocabularies.unesco.org/thesaurus/concept4356> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Theatrical production"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4358
<http://vocabularies.unesco.org/thesaurus/concept4358> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Programme exchange"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4360
<http://vocabularies.unesco.org/thesaurus/concept4360> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radio programmes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4361
<http://vocabularies.unesco.org/thesaurus/concept4361> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Television programmes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4370
<http://vocabularies.unesco.org/thesaurus/concept4370> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Witchcraft"@en .


###  http://vocabularies.unesco.org/thesaurus/concept439
<http://vocabularies.unesco.org/thesaurus/concept439> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Community development"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4399
<http://vocabularies.unesco.org/thesaurus/concept4399> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Housing finance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept440
<http://vocabularies.unesco.org/thesaurus/concept440> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Housing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept441
<http://vocabularies.unesco.org/thesaurus/concept441> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Human settlements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept442
<http://vocabularies.unesco.org/thesaurus/concept442> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Land use"@en .


###  http://vocabularies.unesco.org/thesaurus/concept443
<http://vocabularies.unesco.org/thesaurus/concept443> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Open spaces"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4433
<http://vocabularies.unesco.org/thesaurus/concept4433> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Construction industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept444
<http://vocabularies.unesco.org/thesaurus/concept444> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Regional development"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4445
<http://vocabularies.unesco.org/thesaurus/concept4445> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ships"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4447
<http://vocabularies.unesco.org/thesaurus/concept4447> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Research ships"@en .


###  http://vocabularies.unesco.org/thesaurus/concept445
<http://vocabularies.unesco.org/thesaurus/concept445> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Rural areas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4450
<http://vocabularies.unesco.org/thesaurus/concept4450> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Government control"@en .


###  http://vocabularies.unesco.org/thesaurus/concept446
<http://vocabularies.unesco.org/thesaurus/concept446> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Rural development"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4462
<http://vocabularies.unesco.org/thesaurus/concept4462> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Economic recession"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4464
<http://vocabularies.unesco.org/thesaurus/concept4464> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Inflation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4467
<http://vocabularies.unesco.org/thesaurus/concept4467> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Unemployment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept447
<http://vocabularies.unesco.org/thesaurus/concept447> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Urban areas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4476
<http://vocabularies.unesco.org/thesaurus/concept4476> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Entrepreneurs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept448
<http://vocabularies.unesco.org/thesaurus/concept448> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Urban development"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4487
<http://vocabularies.unesco.org/thesaurus/concept4487> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Icons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4489
<http://vocabularies.unesco.org/thesaurus/concept4489> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "European history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4490
<http://vocabularies.unesco.org/thesaurus/concept4490> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Medieval history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept45
<http://vocabularies.unesco.org/thesaurus/concept45> rdf:type owl:NamedIndividual ;
                                                     rdfs:label "Higher education institutions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4516
<http://vocabularies.unesco.org/thesaurus/concept4516> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Digital computers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4526
<http://vocabularies.unesco.org/thesaurus/concept4526> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Chronology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4545
<http://vocabularies.unesco.org/thesaurus/concept4545> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Calligraphy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4557
<http://vocabularies.unesco.org/thesaurus/concept4557> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Film cameras"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4580
<http://vocabularies.unesco.org/thesaurus/concept4580> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Canals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4582
<http://vocabularies.unesco.org/thesaurus/concept4582> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Inland water transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4619
<http://vocabularies.unesco.org/thesaurus/concept4619> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Investment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept463
<http://vocabularies.unesco.org/thesaurus/concept463> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Communication process"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4633
<http://vocabularies.unesco.org/thesaurus/concept4633> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Capitalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4683
<http://vocabularies.unesco.org/thesaurus/concept4683> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Caribbean literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4694
<http://vocabularies.unesco.org/thesaurus/concept4694> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Tapestry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4696
<http://vocabularies.unesco.org/thesaurus/concept4696> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Roads"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4700
<http://vocabularies.unesco.org/thesaurus/concept4700> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Vegetation maps"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4714
<http://vocabularies.unesco.org/thesaurus/concept4714> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cartoons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4717
<http://vocabularies.unesco.org/thesaurus/concept4717> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Film making"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4721
<http://vocabularies.unesco.org/thesaurus/concept4721> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mobile homes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4732
<http://vocabularies.unesco.org/thesaurus/concept4732> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Caste"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4733
<http://vocabularies.unesco.org/thesaurus/concept4733> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Slavery"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4772
<http://vocabularies.unesco.org/thesaurus/concept4772> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Natural disasters"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4775
<http://vocabularies.unesco.org/thesaurus/concept4775> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Catholicism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4777
<http://vocabularies.unesco.org/thesaurus/concept4777> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Saints"@en .


###  http://vocabularies.unesco.org/thesaurus/concept478
<http://vocabularies.unesco.org/thesaurus/concept478> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Broadcasting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept479
<http://vocabularies.unesco.org/thesaurus/concept479> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Broadcasting industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept480
<http://vocabularies.unesco.org/thesaurus/concept480> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Communication industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4800
<http://vocabularies.unesco.org/thesaurus/concept4800> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Caves"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4807
<http://vocabularies.unesco.org/thesaurus/concept4807> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Hunting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept481
<http://vocabularies.unesco.org/thesaurus/concept481> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Communication personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept482
<http://vocabularies.unesco.org/thesaurus/concept482> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Communication users"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4820
<http://vocabularies.unesco.org/thesaurus/concept4820> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar cells"@en .


###  http://vocabularies.unesco.org/thesaurus/concept483
<http://vocabularies.unesco.org/thesaurus/concept483> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Computer personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4830
<http://vocabularies.unesco.org/thesaurus/concept4830> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population censuses"@en .


###  http://vocabularies.unesco.org/thesaurus/concept484
<http://vocabularies.unesco.org/thesaurus/concept484> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Information industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept485
<http://vocabularies.unesco.org/thesaurus/concept485> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Information/library personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4850
<http://vocabularies.unesco.org/thesaurus/concept4850> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electric power stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4852
<http://vocabularies.unesco.org/thesaurus/concept4852> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Central European cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4854
<http://vocabularies.unesco.org/thesaurus/concept4854> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Slav cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4858
<http://vocabularies.unesco.org/thesaurus/concept4858> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Government departments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept486
<http://vocabularies.unesco.org/thesaurus/concept486> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Journalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4861
<http://vocabularies.unesco.org/thesaurus/concept4861> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Hydroelectric power stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4863
<http://vocabularies.unesco.org/thesaurus/concept4863> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nuclear power stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4865
<http://vocabularies.unesco.org/thesaurus/concept4865> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar power stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4867
<http://vocabularies.unesco.org/thesaurus/concept4867> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Thermal power stations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept487
<http://vocabularies.unesco.org/thesaurus/concept487> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Mass media"@en .


###  http://vocabularies.unesco.org/thesaurus/concept488
<http://vocabularies.unesco.org/thesaurus/concept488> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept489
<http://vocabularies.unesco.org/thesaurus/concept489> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Publishing industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept49
<http://vocabularies.unesco.org/thesaurus/concept49> rdf:type owl:NamedIndividual ;
                                                     rdfs:label "Curriculum"@en .


###  http://vocabularies.unesco.org/thesaurus/concept490
<http://vocabularies.unesco.org/thesaurus/concept490> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Videotex"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4965
<http://vocabularies.unesco.org/thesaurus/concept4965> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fuel resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4977
<http://vocabularies.unesco.org/thesaurus/concept4977> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Heads of state"@en .


###  http://vocabularies.unesco.org/thesaurus/concept4979
<http://vocabularies.unesco.org/thesaurus/concept4979> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious leaders"@en .


###  http://vocabularies.unesco.org/thesaurus/concept502
<http://vocabularies.unesco.org/thesaurus/concept502> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Documents"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5050
<http://vocabularies.unesco.org/thesaurus/concept5050> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disadvantaged children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5051
<http://vocabularies.unesco.org/thesaurus/concept5051> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Domestic violence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5070
<http://vocabularies.unesco.org/thesaurus/concept5070> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Child mortality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept508
<http://vocabularies.unesco.org/thesaurus/concept508> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Visual materials"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5083
<http://vocabularies.unesco.org/thesaurus/concept5083> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Preschool children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5090
<http://vocabularies.unesco.org/thesaurus/concept5090> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social security"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5091
<http://vocabularies.unesco.org/thesaurus/concept5091> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Early childhood"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5095
<http://vocabularies.unesco.org/thesaurus/concept5095> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Girls"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5098
<http://vocabularies.unesco.org/thesaurus/concept5098> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Childrens films"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5145
<http://vocabularies.unesco.org/thesaurus/concept5145> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Unemployed"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5153
<http://vocabularies.unesco.org/thesaurus/concept5153> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Christians"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5155
<http://vocabularies.unesco.org/thesaurus/concept5155> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Protestantism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5166
<http://vocabularies.unesco.org/thesaurus/concept5166> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Dating"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5168
<http://vocabularies.unesco.org/thesaurus/concept5168> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Time measuring instruments"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5171
<http://vocabularies.unesco.org/thesaurus/concept5171> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Church"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5172
<http://vocabularies.unesco.org/thesaurus/concept5172> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Church and State"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5174
<http://vocabularies.unesco.org/thesaurus/concept5174> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious communities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5175
<http://vocabularies.unesco.org/thesaurus/concept5175> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5176
<http://vocabularies.unesco.org/thesaurus/concept5176> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious sects"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5185
<http://vocabularies.unesco.org/thesaurus/concept5185> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Government policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5186
<http://vocabularies.unesco.org/thesaurus/concept5186> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5187
<http://vocabularies.unesco.org/thesaurus/concept5187> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious minorities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5188
<http://vocabularies.unesco.org/thesaurus/concept5188> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious reform"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5204
<http://vocabularies.unesco.org/thesaurus/concept5204> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Science fiction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5222
<http://vocabularies.unesco.org/thesaurus/concept5222> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Scientists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5227
<http://vocabularies.unesco.org/thesaurus/concept5227> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Film festivals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5228
<http://vocabularies.unesco.org/thesaurus/concept5228> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Film industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5229
<http://vocabularies.unesco.org/thesaurus/concept5229> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "History of cinema"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5242
<http://vocabularies.unesco.org/thesaurus/concept5242> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electronic circuits"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5244
<http://vocabularies.unesco.org/thesaurus/concept5244> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Integrated circuits"@en .


###  http://vocabularies.unesco.org/thesaurus/concept525
<http://vocabularies.unesco.org/thesaurus/concept525> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Printing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5254
<http://vocabularies.unesco.org/thesaurus/concept5254> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Traffic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5258
<http://vocabularies.unesco.org/thesaurus/concept5258> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Newspaper press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5259
<http://vocabularies.unesco.org/thesaurus/concept5259> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Periodical press"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5264
<http://vocabularies.unesco.org/thesaurus/concept5264> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Urban traffic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept527
<http://vocabularies.unesco.org/thesaurus/concept527> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Telecommunications"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5283
<http://vocabularies.unesco.org/thesaurus/concept5283> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Industrial towns"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5285
<http://vocabularies.unesco.org/thesaurus/concept5285> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "New towns"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5287
<http://vocabularies.unesco.org/thesaurus/concept5287> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Small towns"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5293
<http://vocabularies.unesco.org/thesaurus/concept5293> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "National anthems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept531
<http://vocabularies.unesco.org/thesaurus/concept531> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Broadcasting equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5314
<http://vocabularies.unesco.org/thesaurus/concept5314> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Liberalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5315
<http://vocabularies.unesco.org/thesaurus/concept5315> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political theory"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5319
<http://vocabularies.unesco.org/thesaurus/concept5319> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Public works"@en .


###  http://vocabularies.unesco.org/thesaurus/concept532
<http://vocabularies.unesco.org/thesaurus/concept532> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Communication equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept533
<http://vocabularies.unesco.org/thesaurus/concept533> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Computer systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5331
<http://vocabularies.unesco.org/thesaurus/concept5331> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civil servants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5339
<http://vocabularies.unesco.org/thesaurus/concept5339> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social participation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept534
<http://vocabularies.unesco.org/thesaurus/concept534> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Computers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5342
<http://vocabularies.unesco.org/thesaurus/concept5342> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civil war"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5344
<http://vocabularies.unesco.org/thesaurus/concept5344> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Revolutions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5348
<http://vocabularies.unesco.org/thesaurus/concept5348> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Civilization crises"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5349
<http://vocabularies.unesco.org/thesaurus/concept5349> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural crises"@en .


###  http://vocabularies.unesco.org/thesaurus/concept535
<http://vocabularies.unesco.org/thesaurus/concept535> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Electronic equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept536
<http://vocabularies.unesco.org/thesaurus/concept536> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Office equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5362
<http://vocabularies.unesco.org/thesaurus/concept5362> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Kinship"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5363
<http://vocabularies.unesco.org/thesaurus/concept5363> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Tribes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept537
<http://vocabularies.unesco.org/thesaurus/concept537> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Photographic equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5372
<http://vocabularies.unesco.org/thesaurus/concept5372> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Middle class"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5374
<http://vocabularies.unesco.org/thesaurus/concept5374> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Working class"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5376
<http://vocabularies.unesco.org/thesaurus/concept5376> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social class"@en .


###  http://vocabularies.unesco.org/thesaurus/concept538
<http://vocabularies.unesco.org/thesaurus/concept538> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Printing equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept539
<http://vocabularies.unesco.org/thesaurus/concept539> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Telecommunications equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5396
<http://vocabularies.unesco.org/thesaurus/concept5396> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Opera"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5426
<http://vocabularies.unesco.org/thesaurus/concept5426> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Clergy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5430
<http://vocabularies.unesco.org/thesaurus/concept5430> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Missionary work"@en .


###  http://vocabularies.unesco.org/thesaurus/concept546
<http://vocabularies.unesco.org/thesaurus/concept546> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Law"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5473
<http://vocabularies.unesco.org/thesaurus/concept5473> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Customs and traditions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5474
<http://vocabularies.unesco.org/thesaurus/concept5474> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fashion"@en .


###  http://vocabularies.unesco.org/thesaurus/concept548
<http://vocabularies.unesco.org/thesaurus/concept548> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Legal profession"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5494
<http://vocabularies.unesco.org/thesaurus/concept5494> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Entertainment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5499
<http://vocabularies.unesco.org/thesaurus/concept5499> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Coal resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5508
<http://vocabularies.unesco.org/thesaurus/concept5508> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mangrove areas"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5548
<http://vocabularies.unesco.org/thesaurus/concept5548> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Peaceful coexistence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5562
<http://vocabularies.unesco.org/thesaurus/concept5562> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Collectivism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5592
<http://vocabularies.unesco.org/thesaurus/concept5592> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Communism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5593
<http://vocabularies.unesco.org/thesaurus/concept5593> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Socialism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5610
<http://vocabularies.unesco.org/thesaurus/concept5610> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Colonial countries"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5612
<http://vocabularies.unesco.org/thesaurus/concept5612> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Colonization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5613
<http://vocabularies.unesco.org/thesaurus/concept5613> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Decolonization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5615
<http://vocabularies.unesco.org/thesaurus/concept5615> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Colonialism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5616
<http://vocabularies.unesco.org/thesaurus/concept5616> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Imperialism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5617
<http://vocabularies.unesco.org/thesaurus/concept5617> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Liberation movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5619
<http://vocabularies.unesco.org/thesaurus/concept5619> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Neocolonialism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept564
<http://vocabularies.unesco.org/thesaurus/concept564> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Government"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5647
<http://vocabularies.unesco.org/thesaurus/concept5647> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Musical comedy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept565
<http://vocabularies.unesco.org/thesaurus/concept565> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Internal politics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept566
<http://vocabularies.unesco.org/thesaurus/concept566> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Political doctrines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept567
<http://vocabularies.unesco.org/thesaurus/concept567> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Political movements"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5670
<http://vocabularies.unesco.org/thesaurus/concept5670> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Drawing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5671
<http://vocabularies.unesco.org/thesaurus/concept5671> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Illustration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5673
<http://vocabularies.unesco.org/thesaurus/concept5673> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Commercial television"@en .


###  http://vocabularies.unesco.org/thesaurus/concept568
<http://vocabularies.unesco.org/thesaurus/concept568> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Political science"@en .


###  http://vocabularies.unesco.org/thesaurus/concept569
<http://vocabularies.unesco.org/thesaurus/concept569> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Political sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5692
<http://vocabularies.unesco.org/thesaurus/concept5692> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mineral resources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept570
<http://vocabularies.unesco.org/thesaurus/concept570> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Political systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5705
<http://vocabularies.unesco.org/thesaurus/concept5705> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Regional cooperation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5714
<http://vocabularies.unesco.org/thesaurus/concept5714> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Communities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept573
<http://vocabularies.unesco.org/thesaurus/concept573> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "International conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5731
<http://vocabularies.unesco.org/thesaurus/concept5731> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political communication"@en .


###  http://vocabularies.unesco.org/thesaurus/concept574
<http://vocabularies.unesco.org/thesaurus/concept574> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "International politics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5744
<http://vocabularies.unesco.org/thesaurus/concept5744> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Recording equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5746
<http://vocabularies.unesco.org/thesaurus/concept5746> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Lasers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept575
<http://vocabularies.unesco.org/thesaurus/concept575> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "International relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept576
<http://vocabularies.unesco.org/thesaurus/concept576> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Peace"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5765
<http://vocabularies.unesco.org/thesaurus/concept5765> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Telecommunications industry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept577
<http://vocabularies.unesco.org/thesaurus/concept577> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "State security"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5789
<http://vocabularies.unesco.org/thesaurus/concept5789> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Communication planners"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5790
<http://vocabularies.unesco.org/thesaurus/concept5790> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Editors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5791
<http://vocabularies.unesco.org/thesaurus/concept5791> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "TV/radio personnel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept580
<http://vocabularies.unesco.org/thesaurus/concept580> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Business cycles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept581
<http://vocabularies.unesco.org/thesaurus/concept581> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Economic conditions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept582
<http://vocabularies.unesco.org/thesaurus/concept582> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Economic policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5845
<http://vocabularies.unesco.org/thesaurus/concept5845> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Radar"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5850
<http://vocabularies.unesco.org/thesaurus/concept5850> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Televiewers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5854
<http://vocabularies.unesco.org/thesaurus/concept5854> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Democracy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5855
<http://vocabularies.unesco.org/thesaurus/concept5855> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Marxism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept586
<http://vocabularies.unesco.org/thesaurus/concept586> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Income and wealth"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5861
<http://vocabularies.unesco.org/thesaurus/concept5861> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Community participation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept587
<http://vocabularies.unesco.org/thesaurus/concept587> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Interdependence"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5884
<http://vocabularies.unesco.org/thesaurus/concept5884> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Commuting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5887
<http://vocabularies.unesco.org/thesaurus/concept5887> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Transport planning"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5888
<http://vocabularies.unesco.org/thesaurus/concept5888> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Urban transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5916
<http://vocabularies.unesco.org/thesaurus/concept5916> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Educationally disadvantaged"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5934
<http://vocabularies.unesco.org/thesaurus/concept5934> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Competition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5943
<http://vocabularies.unesco.org/thesaurus/concept5943> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Group behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5945
<http://vocabularies.unesco.org/thesaurus/concept5945> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Innovation behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5955
<http://vocabularies.unesco.org/thesaurus/concept5955> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5957
<http://vocabularies.unesco.org/thesaurus/concept5957> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious behaviour"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5979
<http://vocabularies.unesco.org/thesaurus/concept5979> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Composers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept5983
<http://vocabularies.unesco.org/thesaurus/concept5983> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Typesetting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept599
<http://vocabularies.unesco.org/thesaurus/concept599> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Agronomy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept601
<http://vocabularies.unesco.org/thesaurus/concept601> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Fisheries"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6019
<http://vocabularies.unesco.org/thesaurus/concept6019> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer networks"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6021
<http://vocabularies.unesco.org/thesaurus/concept6021> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electronic publishing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6022
<http://vocabularies.unesco.org/thesaurus/concept6022> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Photocomposition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept603
<http://vocabularies.unesco.org/thesaurus/concept603> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Forestry"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6039
<http://vocabularies.unesco.org/thesaurus/concept6039> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer interfaces"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6061
<http://vocabularies.unesco.org/thesaurus/concept6061> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer terminals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6064
<http://vocabularies.unesco.org/thesaurus/concept6064> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer output microforms"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6066
<http://vocabularies.unesco.org/thesaurus/concept6066> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer printers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6069
<http://vocabularies.unesco.org/thesaurus/concept6069> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer peripheral equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6072
<http://vocabularies.unesco.org/thesaurus/concept6072> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Computer storage devices"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6104
<http://vocabularies.unesco.org/thesaurus/concept6104> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Magnetic discs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6105
<http://vocabularies.unesco.org/thesaurus/concept6105> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Optical discs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept612
<http://vocabularies.unesco.org/thesaurus/concept612> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Hydraulic engineering"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6123
<http://vocabularies.unesco.org/thesaurus/concept6123> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Microcomputers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6124
<http://vocabularies.unesco.org/thesaurus/concept6124> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Minicomputers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6127
<http://vocabularies.unesco.org/thesaurus/concept6127> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Microprocessors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6144
<http://vocabularies.unesco.org/thesaurus/concept6144> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Prisoners"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6161
<http://vocabularies.unesco.org/thesaurus/concept6161> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Urban design"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6168
<http://vocabularies.unesco.org/thesaurus/concept6168> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Musical performances"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6172
<http://vocabularies.unesco.org/thesaurus/concept6172> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Concrete music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6174
<http://vocabularies.unesco.org/thesaurus/concept6174> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6181
<http://vocabularies.unesco.org/thesaurus/concept6181> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social status"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6218
<http://vocabularies.unesco.org/thesaurus/concept6218> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Conferences"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6236
<http://vocabularies.unesco.org/thesaurus/concept6236> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Conflict research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6238
<http://vocabularies.unesco.org/thesaurus/concept6238> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Peace research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6244
<http://vocabularies.unesco.org/thesaurus/concept6244> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Peacemaking"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6245
<http://vocabularies.unesco.org/thesaurus/concept6245> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6248
<http://vocabularies.unesco.org/thesaurus/concept6248> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6251
<http://vocabularies.unesco.org/thesaurus/concept6251> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ethnic conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6254
<http://vocabularies.unesco.org/thesaurus/concept6254> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6256
<http://vocabularies.unesco.org/thesaurus/concept6256> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious conflicts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6297
<http://vocabularies.unesco.org/thesaurus/concept6297> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Conscientious objection"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6315
<http://vocabularies.unesco.org/thesaurus/concept6315> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Elections"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6317
<http://vocabularies.unesco.org/thesaurus/concept6317> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Environmental conservation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept634
<http://vocabularies.unesco.org/thesaurus/concept634> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Agricultural products"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6364
<http://vocabularies.unesco.org/thesaurus/concept6364> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Restoration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6366
<http://vocabularies.unesco.org/thesaurus/concept6366> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Conservatism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6369
<http://vocabularies.unesco.org/thesaurus/concept6369> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Resistance to change"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6373
<http://vocabularies.unesco.org/thesaurus/concept6373> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Peacebuilding"@en .


###  http://vocabularies.unesco.org/thesaurus/concept638
<http://vocabularies.unesco.org/thesaurus/concept638> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Fuels"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6382
<http://vocabularies.unesco.org/thesaurus/concept6382> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Food consumption"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6393
<http://vocabularies.unesco.org/thesaurus/concept6393> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6399
<http://vocabularies.unesco.org/thesaurus/concept6399> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nation building"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6401
<http://vocabularies.unesco.org/thesaurus/concept6401> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Housing construction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept642
<http://vocabularies.unesco.org/thesaurus/concept642> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Textiles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6459
<http://vocabularies.unesco.org/thesaurus/concept6459> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Industrial design"@en .


###  http://vocabularies.unesco.org/thesaurus/concept646
<http://vocabularies.unesco.org/thesaurus/concept646> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Domestic appliances"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6460
<http://vocabularies.unesco.org/thesaurus/concept6460> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6463
<http://vocabularies.unesco.org/thesaurus/concept6463> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6464
<http://vocabularies.unesco.org/thesaurus/concept6464> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary theatre"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6465
<http://vocabularies.unesco.org/thesaurus/concept6465> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mass culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6467
<http://vocabularies.unesco.org/thesaurus/concept6467> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary history"@en .


###  http://vocabularies.unesco.org/thesaurus/concept647
<http://vocabularies.unesco.org/thesaurus/concept647> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Electrical equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6472
<http://vocabularies.unesco.org/thesaurus/concept6472> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Modern literature"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6476
<http://vocabularies.unesco.org/thesaurus/concept6476> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Jazz"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6477
<http://vocabularies.unesco.org/thesaurus/concept6477> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Pop music"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6479
<http://vocabularies.unesco.org/thesaurus/concept6479> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Contemporary society"@en .


###  http://vocabularies.unesco.org/thesaurus/concept648
<http://vocabularies.unesco.org/thesaurus/concept648> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Heating equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept649
<http://vocabularies.unesco.org/thesaurus/concept649> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Industrial facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept650
<http://vocabularies.unesco.org/thesaurus/concept650> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Machines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6507
<http://vocabularies.unesco.org/thesaurus/concept6507> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Countercultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept651
<http://vocabularies.unesco.org/thesaurus/concept651> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Mechanical equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept652
<http://vocabularies.unesco.org/thesaurus/concept652> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Military equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6521
<http://vocabularies.unesco.org/thesaurus/concept6521> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social control"@en .


###  http://vocabularies.unesco.org/thesaurus/concept653
<http://vocabularies.unesco.org/thesaurus/concept653> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Safety devices"@en .


###  http://vocabularies.unesco.org/thesaurus/concept654
<http://vocabularies.unesco.org/thesaurus/concept654> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Scientific equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept655
<http://vocabularies.unesco.org/thesaurus/concept655> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Scientific facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept656
<http://vocabularies.unesco.org/thesaurus/concept656> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Transport infrastructure"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6564
<http://vocabularies.unesco.org/thesaurus/concept6564> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cooling systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept657
<http://vocabularies.unesco.org/thesaurus/concept657> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Vehicles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6582
<http://vocabularies.unesco.org/thesaurus/concept6582> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "International cooperation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept659
<http://vocabularies.unesco.org/thesaurus/concept659> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Service industries"@en .


###  http://vocabularies.unesco.org/thesaurus/concept660
<http://vocabularies.unesco.org/thesaurus/concept660> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Transport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6600
<http://vocabularies.unesco.org/thesaurus/concept6600> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cooperatives"@en .


###  http://vocabularies.unesco.org/thesaurus/concept661
<http://vocabularies.unesco.org/thesaurus/concept661> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Travel"@en .


###  http://vocabularies.unesco.org/thesaurus/concept663
<http://vocabularies.unesco.org/thesaurus/concept663> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Finance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept664
<http://vocabularies.unesco.org/thesaurus/concept664> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Trade"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6654
<http://vocabularies.unesco.org/thesaurus/concept6654> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Juvenile delinquency"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6676
<http://vocabularies.unesco.org/thesaurus/concept6676> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Corruption"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6678
<http://vocabularies.unesco.org/thesaurus/concept6678> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political corruption"@en .


###  http://vocabularies.unesco.org/thesaurus/concept669
<http://vocabularies.unesco.org/thesaurus/concept669> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Enterprises"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6726
<http://vocabularies.unesco.org/thesaurus/concept6726> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Food customs"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6735
<http://vocabularies.unesco.org/thesaurus/concept6735> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Subcultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6744
<http://vocabularies.unesco.org/thesaurus/concept6744> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Press cuttings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept678
<http://vocabularies.unesco.org/thesaurus/concept678> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Occupations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6791
<http://vocabularies.unesco.org/thesaurus/concept6791> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political institutions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6818
<http://vocabularies.unesco.org/thesaurus/concept6818> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fiction"@en .


###  http://vocabularies.unesco.org/thesaurus/concept682
<http://vocabularies.unesco.org/thesaurus/concept682> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Employment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6826
<http://vocabularies.unesco.org/thesaurus/concept6826> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population increase"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6839
<http://vocabularies.unesco.org/thesaurus/concept6839> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Drug traffic"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6840
<http://vocabularies.unesco.org/thesaurus/concept6840> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Espionage"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6841
<http://vocabularies.unesco.org/thesaurus/concept6841> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Homicide"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6842
<http://vocabularies.unesco.org/thesaurus/concept6842> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Human trafficking"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6843
<http://vocabularies.unesco.org/thesaurus/concept6843> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Terrorism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6844
<http://vocabularies.unesco.org/thesaurus/concept6844> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Torture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6853
<http://vocabularies.unesco.org/thesaurus/concept6853> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Delinquency"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6868
<http://vocabularies.unesco.org/thesaurus/concept6868> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ecological crisis"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6874
<http://vocabularies.unesco.org/thesaurus/concept6874> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political crises"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6903
<http://vocabularies.unesco.org/thesaurus/concept6903> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Microscopes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6906
<http://vocabularies.unesco.org/thesaurus/concept6906> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Quasars"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6912
<http://vocabularies.unesco.org/thesaurus/concept6912> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Short stories"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6920
<http://vocabularies.unesco.org/thesaurus/concept6920> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cults"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6930
<http://vocabularies.unesco.org/thesaurus/concept6930> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Rites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6931
<http://vocabularies.unesco.org/thesaurus/concept6931> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Voodoo"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6935
<http://vocabularies.unesco.org/thesaurus/concept6935> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Scientific culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6937
<http://vocabularies.unesco.org/thesaurus/concept6937> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Working class cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6939
<http://vocabularies.unesco.org/thesaurus/concept6939> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Culture of poverty"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6942
<http://vocabularies.unesco.org/thesaurus/concept6942> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Culture of peace"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6944
<http://vocabularies.unesco.org/thesaurus/concept6944> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Culture of work"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6947
<http://vocabularies.unesco.org/thesaurus/concept6947> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disappearing cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6950
<http://vocabularies.unesco.org/thesaurus/concept6950> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "European cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6952
<http://vocabularies.unesco.org/thesaurus/concept6952> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Iberian cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6954
<http://vocabularies.unesco.org/thesaurus/concept6954> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Islamic culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6960
<http://vocabularies.unesco.org/thesaurus/concept6960> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Traditional cultures"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6962
<http://vocabularies.unesco.org/thesaurus/concept6962> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Universal culture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6971
<http://vocabularies.unesco.org/thesaurus/concept6971> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural life"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6972
<http://vocabularies.unesco.org/thesaurus/concept6972> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural tourism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6989
<http://vocabularies.unesco.org/thesaurus/concept6989> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ethnopsychology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6990
<http://vocabularies.unesco.org/thesaurus/concept6990> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Folklore"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6998
<http://vocabularies.unesco.org/thesaurus/concept6998> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural dynamics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept6999
<http://vocabularies.unesco.org/thesaurus/concept6999> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural innovations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7000
<http://vocabularies.unesco.org/thesaurus/concept7000> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural revolution"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7001
<http://vocabularies.unesco.org/thesaurus/concept7001> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Modernization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7004
<http://vocabularies.unesco.org/thesaurus/concept7004> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural factors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7005
<http://vocabularies.unesco.org/thesaurus/concept7005> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural sociology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7006
<http://vocabularies.unesco.org/thesaurus/concept7006> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural minorities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7017
<http://vocabularies.unesco.org/thesaurus/concept7017> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7018
<http://vocabularies.unesco.org/thesaurus/concept7018> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural elite"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7019
<http://vocabularies.unesco.org/thesaurus/concept7019> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural inequality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7021
<http://vocabularies.unesco.org/thesaurus/concept7021> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural diversity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7029
<http://vocabularies.unesco.org/thesaurus/concept7029> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Group dynamics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7036
<http://vocabularies.unesco.org/thesaurus/concept7036> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Elite"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7037
<http://vocabularies.unesco.org/thesaurus/concept7037> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Intelligentsia"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7040
<http://vocabularies.unesco.org/thesaurus/concept7040> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural nationalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7041
<http://vocabularies.unesco.org/thesaurus/concept7041> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Human environment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7046
<http://vocabularies.unesco.org/thesaurus/concept7046> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Festivals"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7070
<http://vocabularies.unesco.org/thesaurus/concept7070> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural landscapes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7071
<http://vocabularies.unesco.org/thesaurus/concept7071> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sacred sites"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7109
<http://vocabularies.unesco.org/thesaurus/concept7109> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Everyday life"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7110
<http://vocabularies.unesco.org/thesaurus/concept7110> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Life styles"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7119
<http://vocabularies.unesco.org/thesaurus/concept7119> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural models"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7123
<http://vocabularies.unesco.org/thesaurus/concept7123> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "National identity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7125
<http://vocabularies.unesco.org/thesaurus/concept7125> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "National stereotypes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7126
<http://vocabularies.unesco.org/thesaurus/concept7126> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nationalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7140
<http://vocabularies.unesco.org/thesaurus/concept7140> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural philosophy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7142
<http://vocabularies.unesco.org/thesaurus/concept7142> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Cultural values"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7160
<http://vocabularies.unesco.org/thesaurus/concept7160> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Vandalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7233
<http://vocabularies.unesco.org/thesaurus/concept7233> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "International solidarity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7235
<http://vocabularies.unesco.org/thesaurus/concept7235> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Poverty"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7310
<http://vocabularies.unesco.org/thesaurus/concept7310> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Feasts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7311
<http://vocabularies.unesco.org/thesaurus/concept7311> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Masks"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7312
<http://vocabularies.unesco.org/thesaurus/concept7312> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Oral tradition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7359
<http://vocabularies.unesco.org/thesaurus/concept7359> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Hydroelectric power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7361
<http://vocabularies.unesco.org/thesaurus/concept7361> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Traditional dance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7376
<http://vocabularies.unesco.org/thesaurus/concept7376> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Land mines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7421
<http://vocabularies.unesco.org/thesaurus/concept7421> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fax"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7430
<http://vocabularies.unesco.org/thesaurus/concept7430> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Geographical data"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7450
<http://vocabularies.unesco.org/thesaurus/concept7450> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Deaf"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7456
<http://vocabularies.unesco.org/thesaurus/concept7456> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Deaf and dumb"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7459
<http://vocabularies.unesco.org/thesaurus/concept7459> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Physically disabled"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7468
<http://vocabularies.unesco.org/thesaurus/concept7468> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mortality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7469
<http://vocabularies.unesco.org/thesaurus/concept7469> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Suicide"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7504
<http://vocabularies.unesco.org/thesaurus/concept7504> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Urban decentralization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7529
<http://vocabularies.unesco.org/thesaurus/concept7529> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Newly independent states"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7531
<http://vocabularies.unesco.org/thesaurus/concept7531> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Furniture"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7537
<http://vocabularies.unesco.org/thesaurus/concept7537> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Diving equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7590
<http://vocabularies.unesco.org/thesaurus/concept7590> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Parliamentary systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7592
<http://vocabularies.unesco.org/thesaurus/concept7592> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Democratization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7593
<http://vocabularies.unesco.org/thesaurus/concept7593> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Dictatorship"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7607
<http://vocabularies.unesco.org/thesaurus/concept7607> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Demographic statistics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7616
<http://vocabularies.unesco.org/thesaurus/concept7616> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population research"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7631
<http://vocabularies.unesco.org/thesaurus/concept7631> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population density"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7664
<http://vocabularies.unesco.org/thesaurus/concept7664> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population decrease"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7666
<http://vocabularies.unesco.org/thesaurus/concept7666> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Sport"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7705
<http://vocabularies.unesco.org/thesaurus/concept7705> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Migration law"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7754
<http://vocabularies.unesco.org/thesaurus/concept7754> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social science development"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7789
<http://vocabularies.unesco.org/thesaurus/concept7789> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Desegregation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7799
<http://vocabularies.unesco.org/thesaurus/concept7799> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Regional disparities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept78
<http://vocabularies.unesco.org/thesaurus/concept78> rdf:type owl:NamedIndividual ;
                                                     rdfs:label "Students"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7814
<http://vocabularies.unesco.org/thesaurus/concept7814> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social inequality"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7828
<http://vocabularies.unesco.org/thesaurus/concept7828> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Technical drawing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7845
<http://vocabularies.unesco.org/thesaurus/concept7845> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Industrial societies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7879
<http://vocabularies.unesco.org/thesaurus/concept7879> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Regional planning"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7889
<http://vocabularies.unesco.org/thesaurus/concept7889> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Housing policy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7896
<http://vocabularies.unesco.org/thesaurus/concept7896> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Population programmes"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7977
<http://vocabularies.unesco.org/thesaurus/concept7977> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Fascism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7978
<http://vocabularies.unesco.org/thesaurus/concept7978> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nazism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7979
<http://vocabularies.unesco.org/thesaurus/concept7979> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Oppression"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7980
<http://vocabularies.unesco.org/thesaurus/concept7980> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Totalitarianism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept7996
<http://vocabularies.unesco.org/thesaurus/concept7996> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nutrition"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8046
<http://vocabularies.unesco.org/thesaurus/concept8046> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Group size"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8055
<http://vocabularies.unesco.org/thesaurus/concept8055> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Diplomatic immunity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8056
<http://vocabularies.unesco.org/thesaurus/concept8056> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Etiquette"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8089
<http://vocabularies.unesco.org/thesaurus/concept8089> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disabled children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8094
<http://vocabularies.unesco.org/thesaurus/concept8094> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disabled persons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8096
<http://vocabularies.unesco.org/thesaurus/concept8096> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disabled war veterans"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8097
<http://vocabularies.unesco.org/thesaurus/concept8097> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Mentally disabled"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8098
<http://vocabularies.unesco.org/thesaurus/concept8098> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Multiply disabled"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8105
<http://vocabularies.unesco.org/thesaurus/concept8105> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "War"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8106
<http://vocabularies.unesco.org/thesaurus/concept8106> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "War victims"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8111
<http://vocabularies.unesco.org/thesaurus/concept8111> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Disadvantaged youth"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8117
<http://vocabularies.unesco.org/thesaurus/concept8117> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Gender minorities"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8118
<http://vocabularies.unesco.org/thesaurus/concept8118> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Poor"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8119
<http://vocabularies.unesco.org/thesaurus/concept8119> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Refugees"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8120
<http://vocabularies.unesco.org/thesaurus/concept8120> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social exclusion"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8133
<http://vocabularies.unesco.org/thesaurus/concept8133> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nonproliferation treaties"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8136
<http://vocabularies.unesco.org/thesaurus/concept8136> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Youth participation"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8149
<http://vocabularies.unesco.org/thesaurus/concept8149> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "War devastated countries"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8152
<http://vocabularies.unesco.org/thesaurus/concept8152> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Displaced persons"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8153
<http://vocabularies.unesco.org/thesaurus/concept8153> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Hunger"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8165
<http://vocabularies.unesco.org/thesaurus/concept8165> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Speeches"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8170
<http://vocabularies.unesco.org/thesaurus/concept8170> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ethnic discrimination"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8188
<http://vocabularies.unesco.org/thesaurus/concept8188> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Diseases"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8198
<http://vocabularies.unesco.org/thesaurus/concept8198> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Morbidity"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8217
<http://vocabularies.unesco.org/thesaurus/concept8217> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Internal migration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8222
<http://vocabularies.unesco.org/thesaurus/concept8222> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Food supply"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8258
<http://vocabularies.unesco.org/thesaurus/concept8258> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Riots"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8303
<http://vocabularies.unesco.org/thesaurus/concept8303> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Religious doctrines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8324
<http://vocabularies.unesco.org/thesaurus/concept8324> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Manuscripts"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8332
<http://vocabularies.unesco.org/thesaurus/concept8332> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Documentary films"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8334
<http://vocabularies.unesco.org/thesaurus/concept8334> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Historical films"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8399
<http://vocabularies.unesco.org/thesaurus/concept8399> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Drama"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8403
<http://vocabularies.unesco.org/thesaurus/concept8403> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Pantomime"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8408
<http://vocabularies.unesco.org/thesaurus/concept8408> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Playwrights"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8418
<http://vocabularies.unesco.org/thesaurus/concept8418> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Painting"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8420
<http://vocabularies.unesco.org/thesaurus/concept8420> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Paintings"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8550
<http://vocabularies.unesco.org/thesaurus/concept8550> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Medical equipment"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8551
<http://vocabularies.unesco.org/thesaurus/concept8551> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Medicinal plants"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8605
<http://vocabularies.unesco.org/thesaurus/concept8605> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Seismological observatories"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8610
<http://vocabularies.unesco.org/thesaurus/concept8610> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Seismometers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8617
<http://vocabularies.unesco.org/thesaurus/concept8617> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "East West relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8619
<http://vocabularies.unesco.org/thesaurus/concept8619> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "International economic relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8685
<http://vocabularies.unesco.org/thesaurus/concept8685> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Philosophical schools"@en ,
                                                                  "Philosophy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8701
<http://vocabularies.unesco.org/thesaurus/concept8701> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Human ecology"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8703
<http://vocabularies.unesco.org/thesaurus/concept8703> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ecological balance"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8744
<http://vocabularies.unesco.org/thesaurus/concept8744> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Transport economics"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8751
<http://vocabularies.unesco.org/thesaurus/concept8751> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Regional economy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8773
<http://vocabularies.unesco.org/thesaurus/concept8773> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Feudalism"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8774
<http://vocabularies.unesco.org/thesaurus/concept8774> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Ideologies"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8803
<http://vocabularies.unesco.org/thesaurus/concept8803> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Political power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8813
<http://vocabularies.unesco.org/thesaurus/concept8813> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Privatization"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8833
<http://vocabularies.unesco.org/thesaurus/concept8833> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Economic sanctions"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8857
<http://vocabularies.unesco.org/thesaurus/concept8857> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Economists"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8911
<http://vocabularies.unesco.org/thesaurus/concept8911> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Terrestrial ecosystems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8948
<http://vocabularies.unesco.org/thesaurus/concept8948> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Middle Ages"@en .


###  http://vocabularies.unesco.org/thesaurus/concept8952
<http://vocabularies.unesco.org/thesaurus/concept8952> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Music publishing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9206
<http://vocabularies.unesco.org/thesaurus/concept9206> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Playgrounds"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9233
<http://vocabularies.unesco.org/thesaurus/concept9233> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Indoor games"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9501
<http://vocabularies.unesco.org/thesaurus/concept9501> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electoral systems"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9502
<http://vocabularies.unesco.org/thesaurus/concept9502> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Womens suffrage"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9505
<http://vocabularies.unesco.org/thesaurus/concept9505> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electric machines"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9508
<http://vocabularies.unesco.org/thesaurus/concept9508> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Electric power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9546
<http://vocabularies.unesco.org/thesaurus/concept9546> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Semiconductors"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9588
<http://vocabularies.unesco.org/thesaurus/concept9588> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Technocracy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9602
<http://vocabularies.unesco.org/thesaurus/concept9602> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Emigration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9604
<http://vocabularies.unesco.org/thesaurus/concept9604> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Immigration"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9610
<http://vocabularies.unesco.org/thesaurus/concept9610> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Interpersonal relations"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9676
<http://vocabularies.unesco.org/thesaurus/concept9676> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Public enterprises"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9692
<http://vocabularies.unesco.org/thesaurus/concept9692> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Social surveys"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9708
<http://vocabularies.unesco.org/thesaurus/concept9708> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Tidal energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9710
<http://vocabularies.unesco.org/thesaurus/concept9710> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Steam power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9712
<http://vocabularies.unesco.org/thesaurus/concept9712> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Wind power"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9714
<http://vocabularies.unesco.org/thesaurus/concept9714> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Geothermal energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9717
<http://vocabularies.unesco.org/thesaurus/concept9717> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nuclear energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9719
<http://vocabularies.unesco.org/thesaurus/concept9719> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Solar energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9721
<http://vocabularies.unesco.org/thesaurus/concept9721> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Thermal energy"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9736
<http://vocabularies.unesco.org/thesaurus/concept9736> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Nonrenewable energy sources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9750
<http://vocabularies.unesco.org/thesaurus/concept9750> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Renewable energy sources"@en .


###  http://vocabularies.unesco.org/thesaurus/concept977
<http://vocabularies.unesco.org/thesaurus/concept977> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Abandoned children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9779
<http://vocabularies.unesco.org/thesaurus/concept9779> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Engineers"@en .


###  http://vocabularies.unesco.org/thesaurus/concept980
<http://vocabularies.unesco.org/thesaurus/concept980> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Child abuse"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9801
<http://vocabularies.unesco.org/thesaurus/concept9801> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Engraving"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9803
<http://vocabularies.unesco.org/thesaurus/concept9803> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Illustration printing"@en .


###  http://vocabularies.unesco.org/thesaurus/concept982
<http://vocabularies.unesco.org/thesaurus/concept982> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Street children"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9829
<http://vocabularies.unesco.org/thesaurus/concept9829> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Essays"@en .


###  http://vocabularies.unesco.org/thesaurus/concept985
<http://vocabularies.unesco.org/thesaurus/concept985> rdf:type owl:NamedIndividual ;
                                                      rdfs:label "Water supply"@en .


###  http://vocabularies.unesco.org/thesaurus/concept9990
<http://vocabularies.unesco.org/thesaurus/concept9990> rdf:type owl:NamedIndividual ;
                                                       rdfs:label "Entomology"@en .


###  http://vocabularies.unesco.org/thesaurus/domain1
<http://vocabularies.unesco.org/thesaurus/domain1> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Education"@en .


###  http://vocabularies.unesco.org/thesaurus/domain2
<http://vocabularies.unesco.org/thesaurus/domain2> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Science"@en .


###  http://vocabularies.unesco.org/thesaurus/domain3
<http://vocabularies.unesco.org/thesaurus/domain3> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Culture"@en .


###  http://vocabularies.unesco.org/thesaurus/domain4
<http://vocabularies.unesco.org/thesaurus/domain4> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Social and human sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/domain5
<http://vocabularies.unesco.org/thesaurus/domain5> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Information and communication"@en .


###  http://vocabularies.unesco.org/thesaurus/domain6
<http://vocabularies.unesco.org/thesaurus/domain6> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Politics, law and economics"@en .


###  http://vocabularies.unesco.org/thesaurus/domain7
<http://vocabularies.unesco.org/thesaurus/domain7> rdf:type owl:NamedIndividual ;
                                                   rdfs:label "Countries and country groupings"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.05
<http://vocabularies.unesco.org/thesaurus/mt1.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational sciences and environment"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.10
<http://vocabularies.unesco.org/thesaurus/mt1.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational policy"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.15
<http://vocabularies.unesco.org/thesaurus/mt1.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational planning"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.20
<http://vocabularies.unesco.org/thesaurus/mt1.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational administration"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.25
<http://vocabularies.unesco.org/thesaurus/mt1.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational management"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.30
<http://vocabularies.unesco.org/thesaurus/mt1.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational systems and levels"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.35
<http://vocabularies.unesco.org/thesaurus/mt1.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational institutions"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.40
<http://vocabularies.unesco.org/thesaurus/mt1.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Curriculum"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.45
<http://vocabularies.unesco.org/thesaurus/mt1.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Basic and general study subjects"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.50
<http://vocabularies.unesco.org/thesaurus/mt1.50> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Technical and vocational study subjects"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.55
<http://vocabularies.unesco.org/thesaurus/mt1.55> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational population"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.60
<http://vocabularies.unesco.org/thesaurus/mt1.60> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Teaching and training"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.65
<http://vocabularies.unesco.org/thesaurus/mt1.65> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational evaluation"@en .


###  http://vocabularies.unesco.org/thesaurus/mt1.70
<http://vocabularies.unesco.org/thesaurus/mt1.70> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Educational facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.05
<http://vocabularies.unesco.org/thesaurus/mt2.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Scientific approach"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.10
<http://vocabularies.unesco.org/thesaurus/mt2.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Science and research management"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.15
<http://vocabularies.unesco.org/thesaurus/mt2.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Mathematics and statistics"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.20
<http://vocabularies.unesco.org/thesaurus/mt2.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Physical sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.25
<http://vocabularies.unesco.org/thesaurus/mt2.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Chemical sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.30
<http://vocabularies.unesco.org/thesaurus/mt2.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Space sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.35
<http://vocabularies.unesco.org/thesaurus/mt2.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Earth sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.40
<http://vocabularies.unesco.org/thesaurus/mt2.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Geography and oceanography"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.45
<http://vocabularies.unesco.org/thesaurus/mt2.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Meteorology"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.50
<http://vocabularies.unesco.org/thesaurus/mt2.50> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Hydrology"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.55
<http://vocabularies.unesco.org/thesaurus/mt2.55> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Environmental sciences and engineering"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.60
<http://vocabularies.unesco.org/thesaurus/mt2.60> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Pollution, disasters and safety"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.70
<http://vocabularies.unesco.org/thesaurus/mt2.70> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Biology"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.75
<http://vocabularies.unesco.org/thesaurus/mt2.75> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Natural sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.80
<http://vocabularies.unesco.org/thesaurus/mt2.80> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Medical sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt2.85
<http://vocabularies.unesco.org/thesaurus/mt2.85> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Pathology"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.05
<http://vocabularies.unesco.org/thesaurus/mt3.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Culture"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.10
<http://vocabularies.unesco.org/thesaurus/mt3.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Cultural policy and planning"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.15
<http://vocabularies.unesco.org/thesaurus/mt3.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Philosophy and ethics"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.20
<http://vocabularies.unesco.org/thesaurus/mt3.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Religion"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.25
<http://vocabularies.unesco.org/thesaurus/mt3.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "History"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.30
<http://vocabularies.unesco.org/thesaurus/mt3.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Linguistics"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.40
<http://vocabularies.unesco.org/thesaurus/mt3.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Literature"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.45
<http://vocabularies.unesco.org/thesaurus/mt3.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Art"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.50
<http://vocabularies.unesco.org/thesaurus/mt3.50> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Visual arts"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.55
<http://vocabularies.unesco.org/thesaurus/mt3.55> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Performing arts"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.60
<http://vocabularies.unesco.org/thesaurus/mt3.60> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Museums"@en .


###  http://vocabularies.unesco.org/thesaurus/mt3.65
<http://vocabularies.unesco.org/thesaurus/mt3.65> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Leisure"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.05
<http://vocabularies.unesco.org/thesaurus/mt4.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Social sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.10
<http://vocabularies.unesco.org/thesaurus/mt4.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Psychology"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.15
<http://vocabularies.unesco.org/thesaurus/mt4.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Social systems"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.20
<http://vocabularies.unesco.org/thesaurus/mt4.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Social problems"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.25
<http://vocabularies.unesco.org/thesaurus/mt4.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Social policy and welfare"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.30
<http://vocabularies.unesco.org/thesaurus/mt4.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Ethnic questions"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.35
<http://vocabularies.unesco.org/thesaurus/mt4.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Population"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.40
<http://vocabularies.unesco.org/thesaurus/mt4.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Family"@en .


###  http://vocabularies.unesco.org/thesaurus/mt4.45
<http://vocabularies.unesco.org/thesaurus/mt4.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Human settlements and land use"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.05
<http://vocabularies.unesco.org/thesaurus/mt5.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information sciences"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.10
<http://vocabularies.unesco.org/thesaurus/mt5.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Communication research and policy"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.15
<http://vocabularies.unesco.org/thesaurus/mt5.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information management"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.20
<http://vocabularies.unesco.org/thesaurus/mt5.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information industry"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.25
<http://vocabularies.unesco.org/thesaurus/mt5.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Documentary information systems"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.30
<http://vocabularies.unesco.org/thesaurus/mt5.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information sources"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.35
<http://vocabularies.unesco.org/thesaurus/mt5.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Documentary information processing"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.40
<http://vocabularies.unesco.org/thesaurus/mt5.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information technology (software)"@en .


###  http://vocabularies.unesco.org/thesaurus/mt5.45
<http://vocabularies.unesco.org/thesaurus/mt5.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Information technology (hardware)"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.05
<http://vocabularies.unesco.org/thesaurus/mt6.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Legal systems"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.10
<http://vocabularies.unesco.org/thesaurus/mt6.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Human rights"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.15
<http://vocabularies.unesco.org/thesaurus/mt6.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Politics and government"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.20
<http://vocabularies.unesco.org/thesaurus/mt6.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "International relations"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.25
<http://vocabularies.unesco.org/thesaurus/mt6.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Economics"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.30
<http://vocabularies.unesco.org/thesaurus/mt6.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Economic and social development"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.35
<http://vocabularies.unesco.org/thesaurus/mt6.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Agriculture"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.40
<http://vocabularies.unesco.org/thesaurus/mt6.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Industry"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.45
<http://vocabularies.unesco.org/thesaurus/mt6.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Civil, military and mining engineering"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.50
<http://vocabularies.unesco.org/thesaurus/mt6.50> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Manufacturing and transport engineering"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.55
<http://vocabularies.unesco.org/thesaurus/mt6.55> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Materials and products"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.60
<http://vocabularies.unesco.org/thesaurus/mt6.60> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Equipment and facilities"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.65
<http://vocabularies.unesco.org/thesaurus/mt6.65> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Services"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.70
<http://vocabularies.unesco.org/thesaurus/mt6.70> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Finance and trade"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.75
<http://vocabularies.unesco.org/thesaurus/mt6.75> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Organization and management"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.80
<http://vocabularies.unesco.org/thesaurus/mt6.80> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Personnel management"@en .


###  http://vocabularies.unesco.org/thesaurus/mt6.85
<http://vocabularies.unesco.org/thesaurus/mt6.85> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Labour"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.05
<http://vocabularies.unesco.org/thesaurus/mt7.05> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Africa"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.10
<http://vocabularies.unesco.org/thesaurus/mt7.10> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Americas and the Caribbean"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.15
<http://vocabularies.unesco.org/thesaurus/mt7.15> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Asia and the Pacific"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.20
<http://vocabularies.unesco.org/thesaurus/mt7.20> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Europe"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.25
<http://vocabularies.unesco.org/thesaurus/mt7.25> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Political groupings"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.30
<http://vocabularies.unesco.org/thesaurus/mt7.30> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Economic groupings"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.35
<http://vocabularies.unesco.org/thesaurus/mt7.35> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Geographic groupings"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.40
<http://vocabularies.unesco.org/thesaurus/mt7.40> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Ethnic and religious groupings"@en .


###  http://vocabularies.unesco.org/thesaurus/mt7.45
<http://vocabularies.unesco.org/thesaurus/mt7.45> rdf:type owl:NamedIndividual ;
                                                  rdfs:label "Linguistic groupings"@en .


###  http://w3id.org/onto4drone#c_001
:c_001 rdf:type owl:NamedIndividual ,
                :DronePhotographicCamera ;
       :hasMaker "DJI" ;
       :hasModel "FC6520" ;
       rdfs:label "camera 001"@en .


###  http://w3id.org/onto4drone#f_001-m_001
:f_001-m_001 rdf:type owl:NamedIndividual ,
                      <http://www.opengis.net/ont/sf#Flight> ;
             rdfs:label "flight 001 of mission 001"@en .


###  http://w3id.org/onto4drone#f_002-m_001
:f_002-m_001 rdf:type owl:NamedIndividual ,
                      <http://www.opengis.net/ont/sf#Flight> ;
             rdfs:label "flight 002 of mission 001"@en .


###  http://w3id.org/onto4drone#inspire_001
:inspire_001 rdf:type owl:NamedIndividual ,
                      :UAVDrone ;
             :carriesEquipment :c_001 ;
             :hasFlight :f_001-m_001 ;
             :hasTrajectory :t_001-inspire_001 ;
             rdfs:label "inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#lsc_001
:lsc_001 rdf:type owl:NamedIndividual ,
                  :DroneLaserScanner ;
         rdfs:label "laser scanner 001"@en .


###  http://w3id.org/onto4drone#m_001
:m_001 rdf:type owl:NamedIndividual ,
                :Mission ;
       :includesFlight :f_001-m_001 ,
                       :f_002-m_001 ;
       rdfs:label "mission 001"@en .


###  http://w3id.org/onto4drone#p_001
:p_001 rdf:type owl:NamedIndividual ,
                :Photograph ;
       :hasFormat "JPG" ;
       :hasSize "8,49 MB" ;
       :hasStoragePath "C:\\Users\\Photos" ;
       rdfs:label "photograph 001"@en .


###  http://w3id.org/onto4drone#p_001-petrifiedTrunk
:p_001-petrifiedTrunk rdf:type owl:NamedIndividual ,
                               <http://www.datacron-project.eu/datAcron#Geometry> ;
                      <http://www.datacron-project.eu/datAcron#hasLattitude> "39.000000" ;
                      <http://www.datacron-project.eu/datAcron#hasLongitude> "25.000000" ;
                      rdfs:label "petrified trunk point"@en .


###  http://w3id.org/onto4drone#p_001-t_001-inspire_001
:p_001-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                  <http://www.datacron-project.eu/datAcron#Geometry> ;
                         <http://www.datacron-project.eu/datAcron#hasTemporalFeature> :t_001-t_001-inspire_001 ;
                         :hasVelocity "110" ;
                         <http://www.datacron-project.eu/datAcron#hasAltitude> "190" ;
                         <http://www.datacron-project.eu/datAcron#hasLattitude> "39.230291" ;
                         <http://www.datacron-project.eu/datAcron#hasLongitude> "25.906476" ;
                         rdfs:label "point 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#p_002-t_001-inspire_001
:p_002-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                  <http://www.datacron-project.eu/datAcron#Geometry> ;
                         <http://www.datacron-project.eu/datAcron#hasTemporalFeature> :t_002-t_001-inspire_001 ;
                         :hasVelocity "110" ;
                         <http://www.datacron-project.eu/datAcron#hasAltitude> "190" ;
                         <http://www.datacron-project.eu/datAcron#hasLattitude> "39.229937" ;
                         <http://www.datacron-project.eu/datAcron#hasLongitude> "25.906054" ;
                         rdfs:label "point 002 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#p_cl_001
:p_cl_001 rdf:type owl:NamedIndividual ,
                   :PointCloud ;
          rdfs:label "point cloud 001"@en .


###  http://w3id.org/onto4drone#petrifiedTrunk
:petrifiedTrunk rdf:type owl:NamedIndividual ,
                         :ObjectOfInterest ,
                         <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#Object> ;
                :hasInterest <http://semantics.gr/authorities/ekt-unesco/1355800982> ,
                             <http://semantics.gr/authorities/ekt-unesco/560215094> ;
                :isRecordedIn :p_001 ,
                              :p_cl_001 ;
                <http://www.datacron-project.eu/datAcron#hasGeometry> :p_001-petrifiedTrunk ;
                rdfs:label "petrified trunk"@en .


###  http://w3id.org/onto4drone#phantom_001
:phantom_001 rdf:type owl:NamedIndividual ,
                      :UAVDrone ;
             :carriesEquipment :lsc_001 ;
             :hasFlight :f_002-m_001 ;
             :hasTrajectory :t_001-phantom_001 ;
             rdfs:label "phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#re_001
:re_001 rdf:type owl:NamedIndividual ,
                 :PhotoShootingEvent ;
        :hasDroneParticipant :inspire_001 ;
        :produces :p_001 ;
        :records :petrifiedTrunk ;
        <http://www.datacron-project.eu/datAcron#occurs> :rp_001-t_001-inspire_001 ;
        rdfs:label "photo shooting event 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#re_ls_002
:re_ls_002 rdf:type owl:NamedIndividual ,
                    :LaserScanningEvent ;
           :hasDroneParticipant :phantom_001 ;
           :produces :p_cl_001 ;
           :records :petrifiedTrunk ;
           <http://www.datacron-project.eu/datAcron#occurs> :rp_002-t_001-phantom_001 ;
           rdfs:label "laser scanning event 001 of trajectory 001 of phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#rp_001-t_001-inspire_001
:rp_001-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                   <http://www.datacron-project.eu/datAcron#RawPosition> ;
                          <http://www.datacron-project.eu/datAcron#hasWeatherCondition> :wc_001-rp_001-t_001-inspire_001 ;
                          <http://www.datacron-project.eu/datAcron#hasGeometry> :p_001-t_001-inspire_001 ;
                          rdfs:label "position 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#rp_002-t_001-inspire_001
:rp_002-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                   <http://www.datacron-project.eu/datAcron#RawPosition> ;
                          <http://www.datacron-project.eu/datAcron#hasWeatherCondition> :wc_002-rp_002-t_001-inspire_001 ;
                          <http://www.datacron-project.eu/datAcron#hasGeometry> :p_002-t_001-inspire_001 ;
                          rdfs:label "position 002 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#rp_002-t_001-phantom_001
:rp_002-t_001-phantom_001 rdf:type owl:NamedIndividual ,
                                   :RecordingPosition ;
                          <http://www.datacron-project.eu/datAcron#hasWeatherCondition> :wc_002-rp_001-t_001-phantom_001 ;
                          rdfs:label "position 001 of trajectory 001 of phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#sd_001
:sd_001 rdf:type owl:NamedIndividual ,
                 :SwarmOfDrones ;
        :hasPartDrone :inspire_001 ,
                      :phantom_001 ;
        rdfs:label "swarm of drones 001"@en .


###  http://w3id.org/onto4drone#t_001-inspire_001
:t_001-inspire_001 rdf:type owl:NamedIndividual ,
                            <http://www.datacron-project.eu/datAcron#Trajectory> ;
                   :encloses :ts_001-t_001-inspire_001 ,
                             :ts_002-t_001-inspire_001 ;
                   rdfs:label "trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#t_001-phantom_001
:t_001-phantom_001 rdf:type owl:NamedIndividual ,
                            <http://www.datacron-project.eu/datAcron#Trajectory> ;
                   rdfs:label "trajectory 001 of phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#t_001-t_001-inspire_001
:t_001-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                  <http://www.datacron-project.eu/datAcron#Instant> ;
                         rdfs:label "time 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#t_002-t_001-inspire_001
:t_002-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                  <http://www.datacron-project.eu/datAcron#Instant> ;
                         rdfs:label "time 002 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#ts_001-t_001-inspire_001
:ts_001-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                   :RecordingSegment ;
                          <http://www.datacron-project.eu/datAcron#comprises> :rp_001-t_001-inspire_001 ;
                          rdfs:label "trajectory segment 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#ts_001-t_001-phantom_001
:ts_001-t_001-phantom_001 rdf:type owl:NamedIndividual ,
                                   :RecordingSegment ;
                          <http://www.datacron-project.eu/datAcron#comprises> :rp_002-t_001-phantom_001 ;
                          rdfs:label "trajectory segment 001 of trajectory 001 of phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#ts_002-t_001-inspire_001
:ts_002-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                   <http://www.datacron-project.eu/datAcron#Segment> ;
                          <http://www.datacron-project.eu/datAcron#comprises> :rp_002-t_001-inspire_001 ;
                          rdfs:label "trajectory segment 002 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#wc_001-rp_001-t_001-inspire_001
:wc_001-rp_001-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                          <http://www.datacron-project.eu/datAcron#WeatherCondition> ;
                                 <http://www.datacron-project.eu/datAcron#reportedMaxTemperature> 25 ;
                                 rdfs:label "weather condition 001 of position 001 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://w3id.org/onto4drone#wc_002-rp_001-t_001-phantom_001
:wc_002-rp_001-t_001-phantom_001 rdf:type owl:NamedIndividual ,
                                          <http://www.datacron-project.eu/datAcron#WeatherCondition> ;
                                 <http://www.datacron-project.eu/datAcron#reportedMaxTemperature> 25 ;
                                 rdfs:label "weather condition 001 of position 001 of trajectory 001 of phantom 001 (UAV)"@en .


###  http://w3id.org/onto4drone#wc_002-rp_002-t_001-inspire_001
:wc_002-rp_002-t_001-inspire_001 rdf:type owl:NamedIndividual ,
                                          <http://www.datacron-project.eu/datAcron#WeatherCondition> ;
                                 <http://www.datacron-project.eu/datAcron#reportedMaxTemperature> 25 ;
                                 rdfs:label "weather condition 002 of position 002 of trajectory 001 of inspire 001 (UAV)"@en .


###  http://www.eionet.europa.eu/gemet/concept/9407
<http://www.eionet.europa.eu/gemet/concept/9407> rdf:type owl:NamedIndividual ;
                                                 rdfs:label "youth"@en .


[ owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger
] .

#################################################################
#    Rules
#################################################################

<http://i-lab.aegean.gr/kotis/ontologies/onto4drone#a> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .

<http://i-lab.aegean.gr/kotis/ontologies/onto4drone#b> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .

[ <http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled> "true"^^xsd:boolean ;
   rdfs:comment "" ;
   rdfs:label "Rule 1 - Infer Recording position" ;
   rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://www.datacron-project.eu/datAcron#occurs> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <http://i-lab.aegean.gr/kotis/ontologies/onto4drone#a> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <http://i-lab.aegean.gr/kotis/ontologies/onto4drone#b>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#classPredicate> <http://www.datacron-project.eu/datAcron#RawPosition> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <http://i-lab.aegean.gr/kotis/ontologies/onto4drone#b>
                                                                ] ;
                                                      rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                                 rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                                             <http://www.w3.org/2003/11/swrl#classPredicate> :RecordingEvent ;
                                                                             <http://www.w3.org/2003/11/swrl#argument1> <http://i-lab.aegean.gr/kotis/ontologies/onto4drone#a>
                                                                           ] ;
                                                                 rdf:rest rdf:nil
                                                               ]
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#classPredicate> :RecordingPosition ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <http://i-lab.aegean.gr/kotis/ontologies/onto4drone#b>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

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