Misplaced Pages

TriX (serialization format)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from TriX (syntax))
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
The topic of this article may not meet Misplaced Pages's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "TriX" serialization format – news · newspapers · books · scholar · JSTOR (March 2018) (Learn how and when to remove this message)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "TriX" serialization format – news · newspapers · books · scholar · JSTOR (March 2018) (Learn how and when to remove this message)
This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (March 2018) (Learn how and when to remove this message)
(Learn how and when to remove this message)
TriX
Internet media type text/xml
Type of formatsemantic web
Container forRDF data
Extended toTriX
StandardSpecification

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. It was jointly created by HP Labs and Nokia.

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.

Example

<TriX>
  <graph>
    <triple>
      <uri>https://example.org/Bob</uri>
      <uri>https://example.org/wife</uri>
      <uri>https://example.org/Mary</uri>
    </triple>
    <triple>
      <uri>https://example.org/Bob</uri>
      <uri>https://example.org/name</uri>
      <plainLiteral>Bob</plainLiteral>
    </triple>
    <triple>
      <uri>https://example.org/Mary</uri>
      <uri>https://example.org/age</uri>
      <typedLiteral datatype="https://www.w3.org/2001/XMLSchema#integer">32</typedLiteral>
    </triple>
  </graph>
</TriX>

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 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. S2CID 17454932. 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 Transactions on Instrumentation and Measurement. 59 (5): 1327–1341. Bibcode:2010ITIM...59.1327R. doi:10.1109/TIM.2009.2038307. ISSN 0018-9456. OCLC 4798707497. S2CID 12992496.
  • Bernardi, Ansgar; Decker, Stefan; van Elst, Ludger; Grimnes, Gunnar Aastrand (2010). "The Social Semantic Desktop". OCLC 4630877803. {{cite journal}}: Cite journal requires |journal= (help)
Semantic Web
Background
Sub-topics
Applications
Related topics
Standards
Syntax and supporting technologies
Schemas, ontologies and rules
Semantic annotation
Common vocabularies
Microformat vocabularies


Stub icon

This World Wide Web–related article is a stub. You can help Misplaced Pages by expanding it.

Categories: