diff --git a/src/owl/bfo-core.ofn b/src/owl/bfo-core.ofn index 203abae..709424e 100644 --- a/src/owl/bfo-core.ofn +++ b/src/owl/bfo-core.ofn @@ -827,7 +827,7 @@ SubClassOf( ObjectAllValuesFrom( "057-BFO") AnnotationAssertion(rdfs:label "relational quality"@en) -AnnotationAssertion(skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that b and c are not identical & b specifically depends on c & b specifically depends on d"@en) +AnnotationAssertion(skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en) AnnotationAssertion(skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en) SubClassOf( ) diff --git a/src/owl/bfo-core.owl b/src/owl/bfo-core.owl index e88a0c3..4f271b8 100644 --- a/src/owl/bfo-core.owl +++ b/src/owl/bfo-core.owl @@ -2466,7 +2466,7 @@ http://purl.obolibrary.org/obo/BFO_0000145 - b is a relational quality =Def b is a quality & there exists c and d such that b and c are not identical & b specifically depends on c & b specifically depends on d + b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d diff --git a/src/owl/bfo-core.ttl b/src/owl/bfo-core.ttl index 5d9d290..70d3300 100644 --- a/src/owl/bfo-core.ttl +++ b/src/owl/bfo-core.ttl @@ -1109,7 +1109,7 @@ skos:scopeNote rdf:type owl:AnnotationProperty . rdfs:subClassOf ; dc11:identifier "057-BFO" ; rdfs:label "relational quality"@en ; - skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that b and c are not identical & b specifically depends on c & b specifically depends on d"@en ; + skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en .