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
5 changes: 3 additions & 2 deletions src/cco-modules/InformationEntityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1747,9 +1747,10 @@ cco:ont00002027 rdf:type owl:Class ;
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .

### https://www.commoncoreontologies.org/ont00002070
cco:ont00002027 rdf:type owl:Class ;
cco:ont00002070 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00000003 ;
rdfs:label "Email Box Identifier"@en ;
rdfs:label "Email Address"@en ;
rdfs:altLabel "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 .

Expand Down