Skip to content

Commit 91ea2cf

Browse files
authored
extracted barcode ontology, tidy familial ontology (#825)
1 parent 891c885 commit 91ea2cf

File tree

3 files changed

+299
-279
lines changed

3 files changed

+299
-279
lines changed
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
@prefix : <https://www.commoncoreontologies.org/BarcodeOntology/> .
2+
@prefix cco: <https://www.commoncoreontologies.org/> .
3+
@prefix obo: <http://purl.obolibrary.org/obo/> .
4+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
5+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
7+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9+
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
10+
@prefix dcterms: <http://purl.org/dc/terms/> .
11+
@base <https://www.commoncoreontologies.org/BarcodeOntology> .
12+
13+
<https://www.commoncoreontologies.org/BarcodeOntology> rdf:type owl:Ontology ;
14+
owl:versionIRI <https://www.commoncoreontologies.org/2026-25-03/BarcodeOntology> ;
15+
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
16+
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
17+
dcterms:rights "CUBRC Inc., see full license."@en ;
18+
rdfs:comment "This ontology is designed to represent barcode information content entities."@en ;
19+
rdfs:label "Barcode Ontology"@en ;
20+
owl:versionInfo "Version 1.0"@en .
21+
22+
### https://www.commoncoreontologies.org/ont00002015
23+
cco:ont00002015 rdf:type owl:Class ;
24+
rdfs:subClassOf cco:ont00002014 ;
25+
rdfs:label "Two-Dimensional Barcode"@en ;
26+
skos:definition "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Directive Information Content Entity."@en ;
27+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
28+
29+
### https://www.commoncoreontologies.org/ont00002016
30+
cco:ont00002016 rdf:type owl:Class ;
31+
rdfs:subClassOf cco:ont00002015 ;
32+
rdfs:label "Aztec Code"@en ;
33+
skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ;
34+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
35+
36+
37+
### https://www.commoncoreontologies.org/ont00002017
38+
cco:ont00002017 rdf:type owl:Class ;
39+
rdfs:subClassOf cco:ont00002015 ;
40+
rdfs:label "Data Matrix Code"@en ;
41+
skos:definition "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ;
42+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
43+
44+
45+
### https://www.commoncoreontologies.org/ont00002018
46+
cco:ont00002018 rdf:type owl:Class ;
47+
rdfs:subClassOf cco:ont00002015 ;
48+
rdfs:label "QR Code"@en ;
49+
skos:definition "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ;
50+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
51+
52+
53+
### https://www.commoncoreontologies.org/ont00002019
54+
cco:ont00002019 rdf:type owl:Class ;
55+
rdfs:subClassOf cco:ont00002015 ;
56+
rdfs:label "PDF417 Code"@en ;
57+
skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ;
58+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
59+
60+
61+
### https://www.commoncoreontologies.org/ont00002020
62+
cco:ont00002020 rdf:type owl:Class ;
63+
rdfs:subClassOf cco:ont00002014 ;
64+
rdfs:label "One-Dimensional Barcode"@en ;
65+
skos:definition "A Barcode that represents parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ;
66+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
67+
68+
69+
### https://www.commoncoreontologies.org/ont00002021
70+
cco:ont00002021 rdf:type owl:Class ;
71+
rdfs:subClassOf cco:ont00002020 ;
72+
rdfs:label "Codabar Barcode"@en ;
73+
skos:definition "A One-Dimensional Barcode that represents numbers 0-9 and the characters -$:/.+ and is intended for use by logistics and healthcare professionals."@en ;
74+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
75+
76+
77+
### https://www.commoncoreontologies.org/ont00002022
78+
cco:ont00002022 rdf:type owl:Class ;
79+
rdfs:subClassOf cco:ont00002020 ;
80+
rdfs:label "Code 93 Barcode"@en ;
81+
skos:definition "A One-Dimensional Barcode that represents 93 ASCII characters and is used in logistics to identify packages in retail inventory, label electornic components, and provide supplementary delivery information."@en ;
82+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
83+
84+
85+
### https://www.commoncoreontologies.org/ont00002023
86+
cco:ont00002023 rdf:type owl:Class ;
87+
rdfs:subClassOf cco:ont00002020 ;
88+
rdfs:label "ITF Barcode"@en ;
89+
skos:definition "A One-Dimensional Barcode that represents an even number of numerical characters and is used primarily in packaging and distribution."@en ;
90+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
91+
92+
93+
### https://www.commoncoreontologies.org/ont00002024
94+
cco:ont00002024 rdf:type owl:Class ;
95+
rdfs:subClassOf cco:ont00002020 ;
96+
rdfs:label "MSI Plessey Barcode"@en ;
97+
skos:definition "A One-Dimensional Barcode that represents an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en ;
98+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
99+
100+
101+
### https://www.commoncoreontologies.org/ont00002025
102+
cco:ont00002025 rdf:type owl:Class ;
103+
rdfs:subClassOf cco:ont00002020 ;
104+
rdfs:label "EAN Barcode"@en ;
105+
skos:definition "A One-Dimensional Barcode that represents 8 or 13 numerical digits and is used to scan consumer goods."@en ;
106+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
107+
108+
109+
### https://www.commoncoreontologies.org/ont00002026
110+
cco:ont00002026 rdf:type owl:Class ;
111+
rdfs:subClassOf cco:ont00002025 ;
112+
rdfs:label "ISSN Barcode"@en ;
113+
skos:definition "An EAN Barcode that is designed to designate a periodical."@en ;
114+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
115+
116+
117+
### https://www.commoncoreontologies.org/ont00002027
118+
cco:ont00002027 rdf:type owl:Class ;
119+
rdfs:subClassOf cco:ont00002025 ;
120+
rdfs:label "JAN-13 Barcode"@en ;
121+
skos:definition "An EAN Barcode that is designed to designate 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en ;
122+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
123+
124+
125+
### https://www.commoncoreontologies.org/ont00002028
126+
cco:ont00002028 rdf:type owl:Class ;
127+
rdfs:subClassOf cco:ont00002025 ;
128+
rdfs:label "EAN-13 Barcode"@en ;
129+
skos:definition "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ;
130+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
131+
132+
### https://www.commoncoreontologies.org/ont00002029
133+
cco:ont00002029 rdf:type owl:Class ;
134+
rdfs:subClassOf cco:ont00002025 ;
135+
rdfs:label "EAN-8 Barcode"@en ;
136+
skos:definition "An EAN Barcode that represents 8 numerical digits and is used to designate products at the point of sale."@en ;
137+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
138+
139+
140+
### https://www.commoncoreontologies.org/ont00002030
141+
cco:ont00002030 rdf:type owl:Class ;
142+
rdfs:subClassOf cco:ont00002025 ;
143+
rdfs:label "ISBN Barcode"@en ;
144+
skos:definition "An EAN Barcode that is designed to designate a book."@en ;
145+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
146+
147+
148+
### https://www.commoncoreontologies.org/ont00002031
149+
cco:ont00002031 rdf:type owl:Class ;
150+
rdfs:subClassOf cco:ont00002020 ;
151+
skos:scopeNote "Further variants of GS1 DataBar have not been defined here."@en ;
152+
rdfs:label "GS1 DataBar Barcode"@en ;
153+
skos:definition "A One-Dimensional Barcode that represents 12-14 numerical digits and is used in retail and healthcare."@en ;
154+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
155+
156+
157+
### https://www.commoncoreontologies.org/ont00002032
158+
cco:ont00002032 rdf:type owl:Class ;
159+
rdfs:subClassOf cco:ont00002020 ;
160+
rdfs:label "Code 39 Barcode"@en ;
161+
skos:definition "A One-Dimensional Barcode that represents 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en ;
162+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
163+
164+
165+
### https://www.commoncoreontologies.org/ont00002033
166+
cco:ont00002033 rdf:type owl:Class ;
167+
rdfs:subClassOf cco:ont00002020 ;
168+
rdfs:label "Code 128 Barcode"@en ;
169+
skos:definition "A One-Dimensional Barcode that represents up to 128 ASCII characters and is used primarily in supply chains."@en ;
170+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
171+
172+
173+
### https://www.commoncoreontologies.org/ont00002034
174+
cco:ont00002034 rdf:type owl:Class ;
175+
rdfs:subClassOf cco:ont00002020 ;
176+
rdfs:label "UPC Barcode"@en ;
177+
skos:definition "A One-Dimensional Barcode that represents 6 or 12 numerical digits and is used to scan consumer goods."@en ;
178+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
179+
180+
181+
### https://www.commoncoreontologies.org/ont00002035
182+
cco:ont00002035 rdf:type owl:Class ;
183+
rdfs:subClassOf cco:ont00002034 ;
184+
rdfs:label "UPC-A Barcode"@en ;
185+
skos:definition "A UPC Barcode that represents 12 numerical digits."@en ;
186+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
187+
188+
189+
### https://www.commoncoreontologies.org/ont00002036
190+
cco:ont00002036 rdf:type owl:Class ;
191+
rdfs:subClassOf cco:ont00002034 ;
192+
rdfs:label "UPC-E Barcode"@en ;
193+
skos:definition "A UPC Barcode that represents 6 numerical digits."@en ;
194+
cco:ont00001760 "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .
195+

0 commit comments

Comments
 (0)