Skip to content

Commit b7f4f61

Browse files
committed
Editorial bug found during #2768 - wrong types were linked
1 parent b5d26ce commit b7f4f61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

data/ext/pending/issue-2740.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
:mathExpression a rdf:Property ;
2222
rdfs:label "mathExpression" ;
2323
:category "issue-2740" ;
24-
:domainIncludes :GovernmentService,
25-
:Legislation ;
24+
:domainIncludes :MathSolver ;
2625
:isPartOf <http://pending.schema.org> ;
27-
:rangeIncludes :SolveMathAction,
28-
:Text ;
26+
:rangeIncludes :SolveMathAction, :Text ;
2927
:source <https://github.com/schemaorg/schemaorg/issues/2740> ;
3028
rdfs:comment "A mathematical expression (e.g. 'x^2-3x=0') that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard." .

0 commit comments

Comments
 (0)