From 1d5493467bebb74b65829c7b2bab1ae7b9509caf Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Wed, 18 Jan 2023 09:35:26 -0500 Subject: [PATCH] Typo is def. of Document Field --- ArtifactOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index db93cc7..5326a81 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -1151,7 +1151,7 @@ cco:Document rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentField cco:DocumentField rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingEntity ; - cco:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be writted or selected."@en ; + cco:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Document Field"@en .