Skip to content

Commit

Permalink
fix #EP-112
Browse files Browse the repository at this point in the history
  • Loading branch information
lps committed Jun 8, 2020
1 parent d364c1e commit 9b34445
Showing 1 changed file with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1735,14 +1735,18 @@
<owl:Class xmlns:sh="http://www.w3.org/ns/shacl#"
rdf:about="http://data.europa.eu/a4g/ontology#Business">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/a4g/ontology#hasSize"/>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</owl:minCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/a4g/ontology#hasSize"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:maxCardinality>
</owl:Restriction>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/a4g/ontology#hasSize"/>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</owl:minCardinality>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/a4g/ontology#hasSize"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:maxCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
</owl:Class>
<rdf:Description xmlns:sh="http://www.w3.org/ns/shacl#"
Expand Down

0 comments on commit 9b34445

Please sign in to comment.