Merge pull request #68 from CommonCoreOntology/versions

Fixed syntax error in language tag.
This commit is contained in:
Mark Jensen
2020-01-03 13:12:30 -05:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc." ;@en
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ;
rdfs:label "Quality Ontology"@en ;
owl:versionInfo "Version 1.2"@en .