Embed presentation
Download as PPSX, PPTX



































![Uniform Resource Identifier (URI)• URI Combines• Address (Locator)• Uniform Resource Locator (URL, RFC1738)• Denotes, where a resource can befound in the web by stating itsprimary access mechanism• Might change during life time.• Identity (Name)• Uniform Resource Name (URN, RFC2141)• Persistent Identifier for a webresource• Remains unchanged during life cycle• URI Generic Syntax• Schema: e.g. http, ftp, mailto• Userinfo: e.g. username; password• Host: e.g. Domain name, IPv4/IPv6Address• Port: e.g. :80 stands for http port• Path: e.g. path in file system ofWWW server• Query: e.g. parameters to be passedover to applications• Fragment: e.g. determines specificfragment of a document4/4/2016Ankur Biswas 36URI=schema”://”[userinfo”@”]host[:port][path][“?”query][“#”fragment]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fkvfew6k3tlq4phay4mba-signature-f468a289c2a5f01d124a46a991e7700cce6f2fe25c3db53c26ad764d3edd949a-poli-160404110108%2f75%2fAn-Introduction-to-Semantic-Web-Technology-36-2048.jpg&f=jpg&w=240)


























![Example Dataset@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix foaf: <http://xmlns.com/foaf/spec/#> .@prefix bb: <http://data.bibbase.org/ontology/> .<http://data.bibbase.org/author/renee-j-miller/>rdf:type foaf:person .foaf:name “Renée J. Miller”@en ;foaf:based_near [ rdf: type foaf:Place;foaf:name “Toronto”] .4/4/2016Ankur Biswas 63](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fkvfew6k3tlq4phay4mba-signature-f468a289c2a5f01d124a46a991e7700cce6f2fe25c3db53c26ad764d3edd949a-poli-160404110108%2f75%2fAn-Introduction-to-Semantic-Web-Technology-63-2048.jpg&f=jpg&w=240)
























The document provides an overview of the semantic web and some of its key challenges. It discusses:1) The evolution of the world wide web from a web of documents to a web of linked data through technologies like RDF, OWL, and SPARQL that add semantic meaning. 2) The vision for the semantic web is to publish machine-readable data using common formats so that information can be automatically processed by agents and integrated across sources. 3) Some challenges in realizing this vision include dealing with implicit knowledge, heterogeneous data distributions, and maintaining links and correctness over time as data changes.



































![Uniform Resource Identifier (URI)• URI Combines• Address (Locator)• Uniform Resource Locator (URL, RFC1738)• Denotes, where a resource can befound in the web by stating itsprimary access mechanism• Might change during life time.• Identity (Name)• Uniform Resource Name (URN, RFC2141)• Persistent Identifier for a webresource• Remains unchanged during life cycle• URI Generic Syntax• Schema: e.g. http, ftp, mailto• Userinfo: e.g. username; password• Host: e.g. Domain name, IPv4/IPv6Address• Port: e.g. :80 stands for http port• Path: e.g. path in file system ofWWW server• Query: e.g. parameters to be passedover to applications• Fragment: e.g. determines specificfragment of a document4/4/2016Ankur Biswas 36URI=schema”://”[userinfo”@”]host[:port][path][“?”query][“#”fragment]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fkvfew6k3tlq4phay4mba-signature-f468a289c2a5f01d124a46a991e7700cce6f2fe25c3db53c26ad764d3edd949a-poli-160404110108%2f75%2fAn-Introduction-to-Semantic-Web-Technology-36-2048.jpg&f=jpg&w=240)


























![Example Dataset@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix foaf: <http://xmlns.com/foaf/spec/#> .@prefix bb: <http://data.bibbase.org/ontology/> .<http://data.bibbase.org/author/renee-j-miller/>rdf:type foaf:person .foaf:name “Renée J. Miller”@en ;foaf:based_near [ rdf: type foaf:Place;foaf:name “Toronto”] .4/4/2016Ankur Biswas 63](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fkvfew6k3tlq4phay4mba-signature-f468a289c2a5f01d124a46a991e7700cce6f2fe25c3db53c26ad764d3edd949a-poli-160404110108%2f75%2fAn-Introduction-to-Semantic-Web-Technology-63-2048.jpg&f=jpg&w=240)






















