{"title":"Ontologies and Linked Data","authors":"D. Bilidas","doi":"10.1145/3581906.3581911","DOIUrl":null,"url":null,"abstract":"4.1 The Data Model RDF RDF is the data model of linked data. It is an acronym for Resource Description Framework, a standard of the World Wide Web Consortium (W3C), currently in version 1.1.1 RDF is built on ideas coming from decades of work in Logic and Knowledge Representation. It is a very simple data model based on the concept of a triple to represent simple sentences such as “Athens is the capital of Greece.” An RDF triple (s, p, o) has three parts: the subject s, the predicate p, and the object o. The sub ject and predicate of a triple are IRIs2 while the object can be an IRI or a literal. Everything denoted by an IRI is called a resource in RDF. 3 If we want to use RDF to model the GADM database that we saw in Chapter 3, we should assign an IRI to each feature existing in GADM. For example, we can use the IRI http://ai.di.uoa.gr/gadm/Athens to represent the city of Athens. To represent datatype values in RDF, we use literals. Each lit eral has an associated data type defined by an IRI. For example,","PeriodicalId":433742,"journal":{"name":"Geospatial Data Science","volume":"24 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Geospatial Data Science","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3581906.3581911","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0
Abstract
4.1 The Data Model RDF RDF is the data model of linked data. It is an acronym for Resource Description Framework, a standard of the World Wide Web Consortium (W3C), currently in version 1.1.1 RDF is built on ideas coming from decades of work in Logic and Knowledge Representation. It is a very simple data model based on the concept of a triple to represent simple sentences such as “Athens is the capital of Greece.” An RDF triple (s, p, o) has three parts: the subject s, the predicate p, and the object o. The sub ject and predicate of a triple are IRIs2 while the object can be an IRI or a literal. Everything denoted by an IRI is called a resource in RDF. 3 If we want to use RDF to model the GADM database that we saw in Chapter 3, we should assign an IRI to each feature existing in GADM. For example, we can use the IRI http://ai.di.uoa.gr/gadm/Athens to represent the city of Athens. To represent datatype values in RDF, we use literals. Each lit eral has an associated data type defined by an IRI. For example,