@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://admin-shell.io/aas/3/2/DataTypeIec61360/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://admin-shell.io/aas/3/2/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:Date a owl:NamedIndividual, ns1:DataTypeIec61360 ; rdfs:comment "values containing a calendar date, conformant to ISO 8601:2004 Format yyyy-mm-dd Example from IEC 61360-1:2017: \"1999-05-31\" is the [DATE] representation of: \"31 May 1999\"."@en ; rdfs:label "Date" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://admin-shell.io/aas/3/2/DataTypeIec61360/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://admin-shell.io/aas/3/2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:Date
    a owl:NamedIndividual, ns1:DataTypeIec61360 ;
    rdfs:comment "values containing a calendar date, conformant to ISO 8601:2004 Format yyyy-mm-dd Example from IEC 61360-1:2017: \"1999-05-31\" is the [DATE] representation of: \"31 May 1999\"."@en ;
    rdfs:label "Date" .