@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.omg.org/spec/Commons/DatesAndTimes/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:hasDurationValue a owl:DatatypeProperty ; rdfs:domain ns0:Duration ; rdfs:label "has duration value" ; rdfs:range xsd:string ; skos:definition "specifies a literal (explicit) duration (amount of time) captured in the format specified for xsd:duration (i.e., ISO 8601 format); the semantics are identical to those of xsd:duration" ; skos:example "-P3D means negative 3 days duration. This is used with OffsetDates to specify 3 days before (prior) to some other Date.", "P1Y means 1 year", "P1Y2M3DT4H5M6S means 1 year, 2 months, 3 days, 4 hours, 5 minutes, 6 seconds", "P2M means 2 months", "P3D means 3 days", "PT4H means 4 hours", "PT5M means 5 minutes", "PT6S means 6 seconds" ; skos:note "Negative durations are used to indicate relative dates that are before (rather than after) some other Date." .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.omg.org/spec/Commons/DatesAndTimes/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:hasDurationValue
    a owl:DatatypeProperty ;
    rdfs:domain ns0:Duration ;
    rdfs:label "has duration value" ;
    rdfs:range xsd:string ;
    skos:definition "specifies a literal (explicit) duration (amount of time) captured in the format specified for xsd:duration (i.e., ISO 8601 format); the semantics are identical to those of xsd:duration" ;
    skos:example "-P3D means negative 3 days duration. This is used with OffsetDates to specify 3 days before (prior) to some other Date.", "P1Y means 1 year", "P1Y2M3DT4H5M6S means 1 year, 2 months, 3 days, 4 hours, 5 minutes, 6 seconds", "P2M means 2 months", "P3D means 3 days", "PT4H means 4 hours", "PT5M means 5 minutes", "PT6S means 6 seconds" ;
    skos:note "Negative durations are used to indicate relative dates that are before (rather than after) some other Date." .