@prefix rdfs: . @prefix owl: . @prefix terms: . @prefix daia: . daia:expected rdfs:comment "If this property is given on an unavailable Service, it is assumed that the Service will be available at the specified time. Applications should normalize all literal values not conforming to xsd:date or xsd:dateTime to 'unknown'"@en ; rdfs:label "expected"@en ; rdfs:seeAlso terms:available ; rdfs:domain daia:Service ; a owl:DatatypeProperty .