diff --git a/ssn/chapters/Common.html b/ssn/chapters/Common.html index d942ab70..906769b1 100644 --- a/ssn/chapters/Common.html +++ b/ssn/chapters/Common.html @@ -1600,8 +1600,8 @@
sosa:System
sosa:hasSystemKind - MAX 1 MIN 1 sosa:SystemKind
@@ -1969,8 +1969,8 @@
sosa:Platform
sosa:hasSystemKind - MAX 1 MIN 1 sosa:PlatformKind
@@ -2538,4 +2538,4 @@
sosa:hasMember
- \ No newline at end of file + diff --git a/ssn/rdf/ontology/core/ssn-common.ttl b/ssn/rdf/ontology/core/ssn-common.ttl index 0ee86b45..9d0ccab1 100644 --- a/ssn/rdf/ontology/core/ssn-common.ttl +++ b/ssn/rdf/ontology/core/ssn-common.ttl @@ -134,7 +134,7 @@ sosa:hasSimpleResult sosa:System rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:allValuesFrom sosa:SystemKind ] ; - rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; + rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:isHostedBy ; owl:allValuesFrom sosa:Platform ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:implements ; owl:allValuesFrom sosa:Procedure ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSubSystem ; owl:allValuesFrom sosa:System ] ; @@ -187,7 +187,7 @@ sosa:inDeployment sosa:Platform rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:allValuesFrom sosa:PlatformKind ] ; - rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; + rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hasSystemKind ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty sosa:hosts ; owl:allValuesFrom sosa:System ] ; rdfs:isDefinedBy sosa-common: .