Skip to content

Commit 59f9e4d

Browse files
authored
Fix equivalentClass typo (#4620)
1 parent 00a80e4 commit 59f9e4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/schema.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,10 +2450,10 @@ The place is __open__ if the [[opens]] property is specified, and __closed__ oth
24502450
:PostalAddress a rdfs:Class ;
24512451
rdfs:label "PostalAddress" ;
24522452
rdfs:comment "The mailing address." ;
2453-
owl:EquivalentClass cmns-loc:Address ;
2453+
owl:equivalentClass cmns-loc:Address ;
24542454
owl:equivalentClass fibo-fnd-plc-adr:PostalAddress ;
2455-
owl:EquivalentClass gs1:PostalAddress ;
2456-
owl:EquivalentClass unece:TradeAddress ;
2455+
owl:equivalentClass gs1:PostalAddress ;
2456+
owl:equivalentClass unece:TradeAddress ;
24572457
rdfs:subClassOf :ContactPoint .
24582458

24592459
:PostalCodeRangeSpecification a rdfs:Class ;

0 commit comments

Comments
 (0)