@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

omtd:HumanComputerInteraction
  rdfs:label "Human Computer Interaction"@en ;
  skos:prefLabel "Human Computer Interaction"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:ConversationalSystemsBuilding .

skos:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:Operation
  rdfs:label "Operation"@en ;
  a owl:Class .

omtd:OperationScheme
  rdfs:label "Operation Taxonomy"@en ;
  skos:prefLabel "Operation Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

omtd:ConversationalSystemsBuilding
  a omtd:Operation, owl:NamedIndividual, skos:Concept ;
  skos:prefLabel "Conversational systems building"@en ;
  rdfs:comment "All activities related to the creation of conversational/dialogue systems (i.e. computer systems intended to converse with humans, through one or more communication modalities, such as text, speech, graphics, haptics, gestures)"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:altLabel "Virtual agents building"@en, "Conversational agents building"@en, "Chatbots building"@en, "Dialogue systems building"@en, "Embodied agents building"@en ;
  skos:broader omtd:HumanComputerInteraction ;
  rdfs:label "Conversational systems building"@en ;
  skos:editorialNote "I have put all terms together as alternative labels, but maybe they should be distinguished at a later stage"@en .

omtd:HumanComputerInteractionCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Human Computer Interaction Collection"@en ;
  skos:member omtd:ConversationalSystemsBuilding .

