50 likes | 193 Views
ISO 15926. Training Data Modeling Introduction. Target Training Room Target Plaza South 1000 Nicollet Mall Minneapolis, MN September 20-21, 2007. The data model. An example of a very basic model is how we can tell what kind of object a particular 'physical object' is.
E N D
ISO 15926 Training Data Modeling Introduction Target Training Room Target Plaza South 1000 Nicollet Mall Minneapolis, MN September 20-21, 2007
The data model • An example of a very basic model is how we can tell what kind of object a particular 'physical object' is • The boxes are entity data types defined in the data model • Next to an identifier they have (almost) no attributes. • 'classification' is a relationship with two attributes: • 'classified' that (here) refers to a 'physical_object' • 'classifier' that (here) refers to a 'class_of_inanimate_ physical_object'
Typical exchange file in RDF/XML <rdf:RDF declarations> <. . . transmittal data . . .> A TYPICAL NODE <part2:ClassOfInanimatePhysicalObject rdf:ID="FPO-347621"> <!--myVessel (individual)--> <rdf:type rdf:resource="http://www.15926.org/rdl#R414674"/> <!--VESSEL (class)--> </part2:ClassOfInanimatePhysicalObject> AND A TYPICAL TEMPLATE INSTANCE <part2:MultidimensionalObject rdf:ID="ST-267634"> <rdf:type rdf:resource="http://www.15926.org/oim#ST-VESSEL-3401-002"/> <part7:temporalWhole rdf:resource="#FPO-347621"/> <part7:context rdf:resource="#COTWP-438834"/> <!--Project 4502 CR23--> <part7:beginning rdf:resource="#XSDT_20060306T1357Z"/> <!--March 6th, 2006 at 01:57pm GMT--> <part7:possessor rdf:resource="#FPO-347621-20060306T1357Z"/> <!--temporal part--> <part7:propertyType rdf:resource="http://www.15926.org/rdl#R239239"/> <!--NominalVolumeCapacity--> <part7:basePropertyType rdf:resource="http://www.15926.org/2006/02/part4#R549022"/><!--Volume--> <part7:numericalValue rdf:resource="#XSFL_50.75"/> (means: an xsd:float of '50.75') <part7:unitOfMeasure rdf:resource="http://www.15926.org/2006/02/part4#R567689"/> <!--m3--> </part2:MultidimensionalObject> </rdf:RDF>