-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpeechAct.owl
24 lines (23 loc) · 1.04 KB
/
SpeechAct.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<rdf:RDF
xmlns:xsp="http://www.cs.teilar.gr/ontologies/2005/08/07/xsp.owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns="http://www.cs.teilar.gr/ontologies/CommunicativeAct.owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://www.cs.teilar.gr/ontologies/CommunicativeAct.owl">
<owl:Ontology rdf:about=""/>
<owl:Class rdf:ID="CommunicativeAct"/>
<CommunicativeAct rdf:ID="Reject"/>
<CommunicativeAct rdf:ID="Inform"/>
<CommunicativeAct rdf:ID="Propose"/>
<CommunicativeAct rdf:ID="Fail"/>
<CommunicativeAct rdf:ID="Query-If"/>
<CommunicativeAct rdf:ID="Accept"/>
<CommunicativeAct rdf:ID="Request"/>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 3.4.1, Build 536) http://protege.stanford.edu -->