TriX (serialization format)

TriX (Triples in XML) is a serialization format for RDF (Resource Description Framework) graphs. It is an XML format for serializing Named Graphs and RDF Datasets which offers a compact and readable alternative to the XML-based RDF/XML syntax.[1][2] It was jointly created by HP Labs and Nokia.[3]

TriX
Internet media type
text/xml
Type of formatsemantic web
Container forRDF data
Extended toTriX
StandardSpecification

It is suggested that those digital artifacts dependent of the serialization format need means to verify immutability, or digital artifacts including datasets, code, texts, and images are not verifiable nor permanent. Embedding cryptographic hash values to applied URIs has been suggested for structured data files such as nano-publications.[4]

Example

<TriX>
  <graph>
    <triple>
      <uri>http://example.org/Bob</uri>
      <uri>http://example.org/wife</uri>
      <uri>http://example.org/Mary</uri>
    </triple>
    <triple>
      <uri>http://example.org/Bob</uri>
      <uri>http://example.org/name</uri>
      <plainLiteral>Bob</plainLiteral>
    </triple>
    <triple>
      <uri>http://example.org/Mary</uri>
      <uri>http://example.org/age</uri>
      <typedLiteral datatype="http://www.w3.org/2001/XMLSchema#integer">32</typedLiteral>
    </triple>
  </graph>
</TriX>
gollark: I'm not saying everyone will stop doing art and image models will be used instead, I'm saying *commercial* art will probably switch over to image models a significant amount.
gollark: Sure. I'm questioning the commercial viability of it.
gollark: If you can get decent-looking stuff with a few iterations of prompt tweaking you're probably not going to pay another person to do it for you.
gollark: If they want art because it looks nice or they need to advertise something, say, then they'll care less about it being "real art" by humans.
gollark: If people care about art as a status signal or art for some philosophical reason they might want it to be human-made.

References

  1. "TriX : RDF Triples in XML". Hpl.hp.com. Retrieved 2018-03-22.
  2. Pereira, Rui G.; Freire, Mário M. (2009). "89; Classification of Semantic Web Technologies". Encyclopedia of Information Science and Technology : Information Science Reference (2 ed.). pp. 545–555. OCLC 4630902153. ISBN 9781605660264, 9781605660271
  3. "TriX: An XML Serialization for RDF Triples". sw.nokia.com. Archived from the original on 2011-07-24. Retrieved 2018-03-22.
  4. Kuhn, Tobias; Dumontier, Michel (2015). "Making Digital Artifacts on the Web Verifiable and Reliable". IEEE Trans. Knowl. Data Eng. IEEE Transactions on Knowledge and Data Engineering. 27 (9): 2390–2400. arXiv:1507.01697. Bibcode:2015arXiv150701697K. doi:10.1109/TKDE.2015.2419657. ISSN 1041-4347. OCLC 5874896631. Member registration required.

Further reading

  • Marx, Edgard; Shekarpour, Saeedeh; Soru, Tommaso; Brasoveanu, Adrian M. P; Saleem, Muhammad; Baron, Ciro; Weichselbraun, Albert; Lehmann, Jens; Ngomo, Axel-Cyrille Ngonga; Auer, Soren (2017). "Torpedo: Improving the State-of-the-Art RDF Dataset Slicing". Proceedings : 2017 IEEE 11th International Conference on Semantic Computing (ICSC). pp. 149–156. OCLC 7005223922.
  • Rodriguez Morales, Germania; Cueva Carrion, Samanta; Vivanco Granda, Marco (2014). "Bibliographic resources manager using knowledge maps". Proceedings : 2014 9th Iberian Conference on Information Systems and Technologies (CISTI). pp. 1–6. OCLC 5873354486.
  • Rahman, Md Abdur; El Saddik, Abdulmotaleb; Gueaieb, Wail (2010). "Building Dynamic Social Network From Sensory Data Feed". IEEE Trans. Instrum. Meas. IEEE Transactions on Instrumentation and Measurement. 59 (5): 1327–1341. doi:10.1109/TIM.2009.2038307. ISSN 0018-9456. OCLC 4798707497.
  • Bernardi, Ansgar; Decker, Stefan; van Elst, Ludger; Grimnes, Gunnar Aastrand (2010). "The Social Semantic Desktop". OCLC 4630877803. Cite journal requires |journal= (help)


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.