forked from srfiorini/IEEE1872-owl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
annotation.owl
62 lines (37 loc) · 2.42 KB
/
annotation.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/ieee1872-owl/annotation#"
xml:base="http://purl.org/ieee1872-owl/annotation"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotation1="http://purl.org/ieee1872-owl/annotation#">
<owl:Ontology rdf:about="http://purl.org/ieee1872-owl/annotation">
<rdfs:comment>Ontology for annotation properties used in IEEE1872-owl.</rdfs:comment>
<rdfs:seeAlso>https://github.com/srfiorini/IEEE1872-owl</rdfs:seeAlso>
<dc:rights>https://creativecommons.org/licenses/by/4.0/</dc:rights>
<dc:creator>Sandro Rama Fiorini</dc:creator>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
<!-- http://purl.org/ieee1872-owl/annotation#ieee18722015AxiomNumber -->
<owl:AnnotationProperty rdf:about="http://purl.org/ieee1872-owl/annotation#ieee18722015AxiomNumber">
<rdfs:comment xml:lang="en">Link to an specific axiom in IEEE 1872-2015. The axiom code is formed by <SectionNumber>.<AxiomNumber>, where AxiomNumber is the sequence number of the axiom from the beggining of the section where it is defined.
For example, the axiom code of "(subclass Robot Device)" is 7.1.1 and the axiom code of "(domain robotPart 2 Robot)" is 7.2.3</rdfs:comment>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">IEEE 1872-2015 axiom code</rdfs:label>
</owl:AnnotationProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->