From 81d22954801ea665abc7563f4c2eabcfd54eb083 Mon Sep 17 00:00:00 2001 From: oliviahobai <119642653+oliviahobai@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:16:45 -0400 Subject: [PATCH] Update InformationEntityOntology.ttl Changed IRI for Natural Language to read Natural Language. Before, it read "Nautral". --- src/cco-modules/InformationEntityOntology.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 15d01cf..1941a67 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -1023,8 +1023,8 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:label "Mode Point Estimate Information Content Entity"@en . -### http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage -cco:NautralLanguage rdf:type owl:Class ; +### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage +cco:NaturalLanguage rdf:type owl:Class ; rdfs:subClassOf cco:Language ; cco:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ;