Update InformationEntityOntology.ttl

Changed IRI for Natural Language to read Natural Language. Before, it read "Nautral".
This commit is contained in:
oliviahobai
2024-08-21 17:16:45 -04:00
committed by GitHub
parent e0c094d50a
commit 81d2295480

View File

@@ -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 ;