OWL representation of lowered templates                                                                                            

latest update: 28 November 2011

Introduction

In ISO 15926-7 and -8 a precise construction of templates is defined. Since the combination class_of_multidimensional_object + multidimensional_object doesn't lend itself for a direct mapping to OWL a template model has been designed. That is the reason for the rather "busy" diagrams below, where the ordered list of RoleAndDomain instances of the Template are being mimicked by a Template Model (everything below #MetaTemplateStatement).

The end user has only to deal with the BaseTemplateStatement.

Below we show:

ProtoTemplates

Listing of above Lifecycle Data

    <owl:Thing rdf:ID="T-340982">

        <rdf:type rdf:resource="&p7tpl;ApprovalTemplate"/>

        <rdfs:label>PERS-34982302 approved REL-4832021</rdfs:label>

        <p7tpl:hasApproved rdf:resource="#REL-4832021"/>

        <p7tpl:hasApprover rdf:resource="#PERS-34982302"/>

    </owl:Thing>

 

Click here if you want to see the OWL listings of the ontologies of this use case: &dm, &p7tm, &p7tpl, &rdl and &meta.

BaseTemplates

Click on the objects or relations to find the OWL code. For the blue parts please use above diagram.

Listing of above Lifecycle Data

    <owl:Thing rdf:ID="T-928371">

        <rdf:type rdf:resource="&p7tpl;BeginningOfTemporalPart"/>

        <rdfs:label>MPO-349818-439805 is a temporal part of MPO-349818 beginning 2007-08-14T17:46:00Z</rdfs:label>

        <p7tpl:hasPart rdf:resource="#MPO-349818-439805"/>

        <p7tpl:hasWhole rdf:resource="#MPO-349818"/>

        <p7tpl:valStartTime rdf:datatype="&xsd;dateTime">2007-08-14T17:46:00Z</p7tpl:valStartTime>

    </owl:Thing>

As can be seen, the XML Schema dateTime datatype is an exception to the rule that Base Templates refer exclusively to ISO 15926-2 entity types, be it that in the FOL signature we still show the &dm;RepresentationOfGregorianDateAndUtcTime. The &xsd;dateTime is a subClassOf the latter.

Click here if you want to see the OWL listings of the ontologies of this use case: &dm, &p7tm, &p7tpl, &rdl and &meta.

Specialized Templates

Listing of above Lifecycle Data

    <owl:Thing rdf:ID="T-2834032">

        <rdf:type rdf:resource="&p7tpl;BeginningOfTemporalPart"/>

        <rdfs:label>MPO-342582-778370 is a temporal part of MPO-349818 beginning 2011-05-23T18:46:48Z</rdfs:label>

        <p7tpl:hasPart rdf:resource="#MPO-342582-778370"/>

        <p7tpl:hasWhole rdf:resource="#MPO-342582"/>

        <p7tpl:valStartTime rdf:datatype="&xsd;dateTime">2011-05-23T18:46:48Z</p7tpl:valStartTime>

    </owl:Thing>

The specialization takes place both in the OWL code of the template (click the object BeginningOfTemporalpartOfPerson), as well in the Template Model.

Click here if you want to see the OWL listings of the ontologies of this use case: &dm, &p7tm, &p7tpl, &rdl and &meta.