Created
February 13, 2017 23:20
-
-
Save GiovanniBalestrieri/12f28634e66411962bed5728df5331fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NamedIndividual rdf:about="sm#chair1_coordinates"> | |
<rdf:type rdf:resource="&semantic_mapping_domain_model;Coordinates"/> | |
<semantic_mapping_domain_model:float_coordinates_z rdf:datatype="&xsd;float">0.0 | |
</semantic_mapping_domain_model:float_coordinates_z> | |
<semantic_mapping_domain_model:float_coordinates_y rdf:datatype="&xsd;float">0.0 | |
</semantic_mapping_domain_model:float_coordinates_y> | |
<semantic_mapping_domain_model:float_coordinates_x rdf:datatype="&xsd;float">1.0 | |
</semantic_mapping_domain_model:float_coordinates_x> | |
</NamedIndividual> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment