|
17 | 17 | dct:creator <mailto:panfeng66@gmail.com> ;
|
18 | 18 | dct:isVersionOf <http://www.w3.org/TR/owl-time> ;
|
19 | 19 | dct:license <https://creativecommons.org/licenses/by/4.0/> ;
|
20 |
| - dct:modified "2021-01-27"^^xsd:date ; |
| 20 | + dct:modified "2024-02-29"^^xsd:date ; |
21 | 21 | dct:rights "Copyright © 2006-2021 W3C, OGC. W3C and OGC liability, trademark and document use rules apply."@en ;
|
22 | 22 | rdfs:label "OWL-Time"@en ;
|
23 | 23 | rdfs:seeAlso <http://dx.doi.org/10.3233/SW-150187> ;
|
|
31 | 31 | skos:changeNote "2017-02 - intervalIn, intervalDisjoint, monthOfYear added; TemporalUnit subclass of TemporalDuration" ;
|
32 | 32 | skos:changeNote "2017-04-06 - hasTime, hasXSDDuration added; Number removed; all duration elements changed to xsd:decimal" ;
|
33 | 33 | skos:changeNote "2021-01-27 - clarified definition and label for time:after and time:before" ;
|
| 34 | + skos:changeNote "2024-02-29 - Fixed datatype on all cardinality restrictions" ; |
34 | 35 | skos:historyNote """Update of OWL-Time ontology, extended to support general temporal reference systems.
|
35 | 36 |
|
36 | 37 | Ontology engineering by Simon J D Cox"""@en ;
|
@@ -586,37 +587,37 @@ Detailed guidance about working with time zones is given in http://www.w3.org/TR
|
586 | 587 | rdfs:subClassOf :DurationDescription ;
|
587 | 588 | rdfs:subClassOf [
|
588 | 589 | rdf:type owl:Restriction ;
|
589 |
| - owl:cardinality 0 ; |
| 590 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
590 | 591 | owl:onProperty :days ;
|
591 | 592 | ] ;
|
592 | 593 | rdfs:subClassOf [
|
593 | 594 | rdf:type owl:Restriction ;
|
594 |
| - owl:cardinality 0 ; |
| 595 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
595 | 596 | owl:onProperty :hours ;
|
596 | 597 | ] ;
|
597 | 598 | rdfs:subClassOf [
|
598 | 599 | rdf:type owl:Restriction ;
|
599 |
| - owl:cardinality 0 ; |
| 600 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
600 | 601 | owl:onProperty :minutes ;
|
601 | 602 | ] ;
|
602 | 603 | rdfs:subClassOf [
|
603 | 604 | rdf:type owl:Restriction ;
|
604 |
| - owl:cardinality 0 ; |
| 605 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
605 | 606 | owl:onProperty :months ;
|
606 | 607 | ] ;
|
607 | 608 | rdfs:subClassOf [
|
608 | 609 | rdf:type owl:Restriction ;
|
609 |
| - owl:cardinality 0 ; |
| 610 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
610 | 611 | owl:onProperty :seconds ;
|
611 | 612 | ] ;
|
612 | 613 | rdfs:subClassOf [
|
613 | 614 | rdf:type owl:Restriction ;
|
614 |
| - owl:cardinality 0 ; |
| 615 | + owl:cardinality "0"^^xsd:nonNegativeInteger ; |
615 | 616 | owl:onProperty :weeks ;
|
616 | 617 | ] ;
|
617 | 618 | rdfs:subClassOf [
|
618 | 619 | rdf:type owl:Restriction ;
|
619 |
| - owl:cardinality 1 ; |
| 620 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
620 | 621 | owl:onProperty :years ;
|
621 | 622 | ] ;
|
622 | 623 | owl:deprecated "true"^^xsd:boolean ;
|
|
0 commit comments