Commit f0518b4d authored by María's avatar María
Browse files

remove restriction about s4inma:hasIDValue from Item as it is a shortcut for...

remove restriction about s4inma:hasIDValue from Item as it is a shortcut for the ID class. Core hasIdentifier could be instead.
parent 1c8b9439
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -438,10 +438,6 @@ s4inma:Item rdf:type owl:Class ;
                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                              owl:onClass s4inma:ItemBatch
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty s4inma:hasIDValue ;
                              owl:allValuesFrom xsd:string
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty s4inma:hasSerialNumber ;
                              owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;