Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/cco-modules/InformationEntityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1746,6 +1746,12 @@ cco:ont00002027 rdf:type owl:Class ;
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 ;
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .

### https://www.commoncoreontologies.org/ont00002070
cco:ont00002027 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00000003 ;
rdfs:label "Email Box Identifier"@en ;
skos:definition "A Designative Name created in order to identify some Email Box as the destination of an email message for the purpose of Email Messaging."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .

### https://www.commoncoreontologies.org/ont00002028
cco:ont00002028 rdf:type owl:Class ;
Expand All @@ -1754,7 +1760,6 @@ cco:ont00002028 rdf:type owl:Class ;
skos:definition "An EAN Barcode that represents 13 numerical digits and is used to designate products at the point of sale."@en ;
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .


### https://www.commoncoreontologies.org/ont00002029
cco:ont00002029 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00002025 ;
Expand Down