Short notes about OWL 1

Similar documents
Table of Contents. iii

KDI OWL. Fausto Giunchiglia and Mattia Fumagallli. University of Trento

Semantic Technologies

The Semantic Web RDF, RDF Schema, and OWL (Part 2)

Web Ontology Language: OWL

Chapter 2 AN INTRODUCTION TO THE OWL WEB ONTOLOGY LANGUAGE 1. INTRODUCTION. Jeff Heflin Lehigh University

FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES

DEVELOPING AN OWL ONTOLOGY FOR E- TOURISM

Semantic Web Technologies: Web Ontology Language

Web Ontology Language: OWL

Semantic Web in Depth: Web Ontology Language (OWL) Dr Nicholas Gibbins 32/3019

Semantic Web. Ontology and OWL. Morteza Amini. Sharif University of Technology Fall 95-96

Web Ontology Language: OWL by Grigoris Antoniou Frank van Harmelen

Web Ontology Language: OWL

Chapter 4 Web Ontology Language: OWL

08 OWL SEMANTIC WEB ONTOLOGY WEB LANGUAGE IMRAN IHSAN ASSISTANT PROFESSOR, AIR UNIVERSITY, ISLAMABAD

TMCL and OWL. Lars Marius Garshol. Bouvet, Oslo, Norway

Comparison of Semantic Web serialization syntaxes

Introduction to OWL. Marco Ronchetti Università di Trento Italy

CC LA WEB DE DATOS PRIMAVERA Lecture 4: Web Ontology Language (I) Aidan Hogan

OWL Web Ontology Language

Chapter 4 OWL. Outline. A Brief History of OWL: SHOE. The OWL Family Tree

Chapter 4 OWL. Outline. The OWL Family Tree. A Brief History of OWL: SHOE

Reasoning with the Web Ontology Language (OWL)

Why Ontologies? RRDIU - Semantic Web 2

Knowledge management. OWL Web Ontology Language

An RDF-based Distributed Expert System

Lecture 8 OWL: Web Ontology Language

Appendix B: The LCA ontology (lca.owl)

Intelligent Agents. Pınar Yolum Utrecht University. Spring 2018 Pınar Yolum

Deep integration of Python with Semantic Web technologies

Knowledge management. OWL Web Ontology Language

Introduction to the Semantic Web. Alberto Fernández University Rey Juan Carlos

FHIR RDF Sample side by side comparisons

Publishing OWL ontologies with Presto

Teil IV: Wissensrepräsentation im WWW. Kap.11: Semantic Web

Knowledge Representation RDF Turtle Namespace

7.2 OWL. the OWL versions use certain DL semantics:

Teil IV: Wissensrepräsentation im WWW. Kap.11: Semantic Web. The semantic web layer cake

JOURNAL OF OBJECT TECHNOLOGY

Exercise 3.1 (Win-Move Game: Draw Nodes) Consider again the Win-Move-Game. There, WinNodes and LoseNodes have been axiomatized.

OWL-based reasoning with retractable inference

The ISO D approach

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037

Knowledge Representation for the Semantic Web Lecture 4: Description Logics III

Publishing Data Using Semantic Web Technologies

OWL 2 Web Ontology Language:Mapping to RDF Graphs W3C Working Draft 02 December 2008

XML and Semantic Web Technologies. III. Semantic Web / 2. Web Ontology Language (OWL)

SADI Semantic Web Services

The Semantic Web. INF5100 Autumn 2007 Norun C. Sanderson

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages

University of Dublin Trinity College. RDF Schema and OWL

Genea: Schema-Aware Mapping of Ontologies into Relational Databases

RDF. Resource Description Framework

Building Blocks of Linked Data

Ontological Modeling: Part 7

Forward Chaining Reasoning Tool for Rya

Lecture 3: Ontologies

An Introduction to the Semantic Web. Jeff Heflin Lehigh University

The State of the Art: Ontology Web- Based Languages: XML Based

Exploring the Semantic Web with Kowari. Brian Sletten, Bosatsu Consulting, Inc.

Introducing Linked Data

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University

Making BioPAX SPARQL

Defining Several Ontologies to Enhance the Expressive Power of Queries

OWLET: An Object-Oriented Environment for OWL Ontology Management

RDF /RDF-S Providing Framework Support to OWL Ontologies

12th ICCRTS. On the Automated Generation of an OWL Ontology based on the Joint C3 Information Exchange Data Model (JC3IEDM)

Describing Ontology Relationships

INF3580 Semantic Technologies Spring 2012

RDF. Resource Description Framework

INF3580/4580 Semantic Technologies Spring 2017

Modeling LMF compliant lexica in OWL-DL

F. Farazi Department of Information Engineering and Computer Science, University of Trento, Trento, Italy

OWL DL / Full Compatability

Linked data basic notions!

Rules and Ontologies for the Semantic Web

Description Logic. Eva Mráková,

Semantic Web Technologies Web Ontology Language (OWL) Part II. Heiko Paulheim

IR Models based on predicate. logic. Norbert Fuhr, Henrik Nottelmann University of Duisburg-Essen. POOL: a probabilistic object-oriented logic

Main topics: Presenter: Introduction to OWL Protégé, an ontology editor OWL 2 Semantic reasoner Summary TDT OWL

OWL Full and UML 2.0 Compared

A Survey of the Web Ontology Landscape

Open Geospatial Consortium Inc.

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements

Interoperability of XML Schema Applications with OWL Domain Knowledge and Semantic Web Tools

The Semantic Web. What is the Semantic Web?

Semantic Web KM: A Knowledge Machine for Semantic Webs

Querying Data through Ontologies

2 nd International Semantic Web Conference (ISWC2003)

OWL Tutorial. LD4P RareMat / ARTFrame Meeting Columbia University January 11-12, 2018

Ontological Modeling: Part 15

Extracting Ontologies from Standards: Experiences and Issues

OWL Web Ontology Language

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

A Frame-based Resource Description Framework Expert System

A CONCEPTUAL SCHEMA BASED ON RDFS-OWL AND CONSISTENCY CONSTRAINT CHECKING WITH XQuery*

OWL Web Ontology Language Guide

Part II. Representation of Meta-Information

Efficient Querying of Web Services Using Ontologies

Transcription:

University of Rome Tor Vergata Short notes about OWL 1 Manuel Fiorelli fiorelli@info.uniroma2.it [1] this presentation is limited to OWL 1 features. A new version of OWL (OWL 2), which adds further features (thus remaining backward-compatible with the original OWL), has reached the status of W3C recommendation in 2012

OWL Sublanguages Sublanguages defined upon restrictions on the use of OWL constructs Full Not restricted Undecidable DL LITE Separation between classes, properties, individuals and primitive values Strong restrictions Decidable and expressive Computational Efficiency http://art.uniroma2.it/fiorelli 2

Classes Can be introduced by simply giving them a name <owl:class rdf:id= Person /> which can be used in order to describe their instances <Person rdf:id= manuel /> or <owl:thing rdf:id= manuel > <rdf:type rdf:resource= #Person /> </owl:thing> rdf:id= Person is equivalent to rdf:about= #Person with the additional check that the same name is not used in another attribute rdf:id in the scope of an xml:base value (or document, if none is given) http://art.uniroma2.it/fiorelli 3

Properties datatype property, relate individuals to literals object property, relate individuals among them annotation property, out of ontology semantics; useful in order to provide comments/documentation to the ontology (predefined annotation properties are: owl:versioninfo, rdfs:label, rdfs:comment, rdfs:seealso, and rdfs:isdefinedby) ontology property (e.g. owl:imports), must have the class owl:ontology as domain and range http://art.uniroma2.it/fiorelli 4

Object Property <owl:objectproperty rdf:id= loves > <rdfs:domain rdf:resource= #Person /> <rdfs:range rdf:resource= #Person /> <rdfs:subpropertyof rdf:resource= #knows /> </owl:objectproperty> http://art.uniroma2.it/fiorelli 5

Datatype Property <owl:datatypeproperty rdf:id= name > #Person is a relative IRI, which is then resolved relative to the current base IRI <rdfs:domain rdf:resource= #Person /> <rdfs:range rdf:resource= &xsd;string /> </owl:datatypeproperty> In RDF/XML we can t use prefixed names in attribute values. However, we can use DTD entities (e.g. &xsd;) that are defined with a value equal to the desired namespace IRI http://art.uniroma2.it/fiorelli 6

http://art.uniroma2.it/fiorelli 7 Annotation Property In OWL DL annotation properties have the following constraints: An annotation property must be explicitly typed as owl:annotationproperty (unless it is a predefined annotation property) Annotation properties are disjoint with other types of properties Annotation properties cannot be used in property axioms (e.g. it is not possible to state a domain, a range or a super property) The value of an annotation property is either an individual, a data literal or a URI reference OWL 2 relaxed this constraint

Describing individuals <Person rdf:id= armando > <knows rdf:resource= #manuel /> <name rdf:datatype= &xsd;string >Armando</name> </Person> <owl:thing rdf:id= manuel > <rdf:type rdf:resource= #Person /> <name rdf:datatype= &xsd;string >Manuel</name> </owl:thing > http://art.uniroma2.it/fiorelli 8

owl:differentfrom <Person rdf:id= armando > <owl:differentfrom rdf:resource= #manuel /> <owl:differentfrom rdf:resource= #andrea /> </Person> <owl:thing rdf:id= manuel > <owl:differentfrom rdf:resource= #andrea /> </owl:thing> <owl:thing rdf:id= andrea /> http://art.uniroma2.it/fiorelli 9

owl:alldifferent <owl:alldifferent> <owl:distinctmembers rdf:parsetype="collection"> <owl:thing rdf:about="#armando" /> <owl:thing rdf:about="#manuel" /> <owl:thing rdf:about="#andrea" /> </owl:distinctmembers> </owl:alldifferent> http://art.uniroma2.it/fiorelli 10

Class descriptions Different kind of class descriptions A class name (URI) An exhaustive enumeration of its instances A restriction on a property Intersection of two or more classes Union of two or more classes The complement to a class http://art.uniroma2.it/fiorelli 11

Name <owl:class rdf:id="human /> In Description Logics (DL) and Manchester Syntax Human In Manchester Syntax IRIs can be given in full or abbreviated as prefixed names (actually, the prefix and colon are optional) http://art.uniroma2.it/fiorelli 12

Enumeration We define a class through the set of individuals belonging to its extension <owl:class> <owl:oneof rdf:parsetype="collection"> <owl:thing rdf:about="#europe"/> <owl:thing rdf:about="#africa"/> <owl:thing rdf:about="#asia"/> <owl:thing rdf:about="#america"/> <owl:thing rdf:about="#australia"/> <owl:thing rdf:about="#antarctica"/> </owl:oneof> </owl:class> In DL and Manchester Syntax: {Europe, Africa, Asia, America, Australia, Antarctica} http://art.uniroma2.it/fiorelli 13

Restriction on a property A class is defined as the set of all individuals satisfying certain conditions on the use of a property. Value constraints Cardinality constraints http://art.uniroma2.it/fiorelli 14

Value Restriction: owl:allvaluesfrom We define the class of individuals that have all values on a given property belonging to a certain class (if the property is an owl:objectproperty) or to a datarange (if an owl:datatypeproperty) <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:allvaluesfrom rdf:resource="#human" /> </owl:restriction> In DL: hasparent. Human In Manchester Syntax: hasparent only Human http://art.uniroma2.it/fiorelli 15

Value Restriction owl:somevaluesfrom We define the class of individuals that have at least a value of a given property belonging to a certain class (if the property is an owl:objectproperty) or to a datarange (if an owl:datatypeproperty) <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:somevaluesfrom rdf:resource="#physician" /> </owl:restriction> In DL: hasparent. Physician In Manchester Syntax: hasparent some Physician http://art.uniroma2.it/fiorelli 16

Value Restriction owl:hasvalue We define the class of individuals that have a given property with at least a value semantically identical to a given one <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:hasvalue rdf:resource="#clinton" /> </owl:restriction> In DL: hasparent clinton In Manchester Syntax: hasparent value clinton http://art.uniroma2.it/fiorelli 17

Cardinality Restriction owl:maxcardinality The class of all individuals that have maximum N semantically different values on a given property <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:maxcardinality rdf:datatype="&xsd;nonnegativeinteger">2</owl:maxcardinality> </owl:restriction> In DL: 2 hasparent In Manchester Syntax: hasparent max 2 http://art.uniroma2.it/fiorelli 18

Cardinality Restriction owl:mincardinality The class of all individuals that have at least N semantically different values on a given property <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:mincardinality rdf:datatype="&xsd;nonnegativeinteger">2</owl:mincardinality> </owl:restriction> In DL: 2 hasparent In Manchster Syntax: hasparent min 2 http://art.uniroma2.it/fiorelli 19

Cardinality Restriction owl:cardinality The class of all individuals having exactly N semantically different values on a given property <owl:restriction> <owl:onproperty rdf:resource="#hasparent" /> <owl:cardinality rdf:datatype="&xsd;nonnegativeinteger">2</owl:cardinality> </owl:restriction> In DL: = 2 hasparent In Manchester Syntax: hasparent exactly 2 http://art.uniroma2.it/fiorelli 20

Intersection owl:intersectionof The class of all individuals belonging to all of the classes listed in the intersection <owl:class> <owl:intersectionof rdf:parsetype="collection"> <owl:class rdf:about="#landvehicle" /> <owl:class rdf:about="#seavehicle" /> </owl:intersectionof> </owl:class> In DL: LandVehicle SeaVehicle SeaVehicle LandVehicle In Manchester Syntax: LandVehicle and SeaVehicle http://art.uniroma2.it/fiorelli 21

Intersection owl:intersectionof (cont d) In Manchester Syntax, instead of using and it is possible to use that to write descriptions like the following (consisting in a collection of property restrictions): Animal that eats min 1 and eats only Vegetables http://art.uniroma2.it/fiorelli 22

Union owl:unionof The class of all individuals belonging to at least one of the classes listed in the union <owl:class> <owl:unionof rdf:parsetype="collection"> <owl:class rdf:about="#landvehicle" /> <owl:class rdf:about="#seavehicle" /> </owl:unionof> </owl:class> SeaVehicle LandVehicle In DL: LandVehicle SeaVehicle In Manchester Syntax: LandVehicle or SeaVehicle http://art.uniroma2.it/fiorelli 23

Complement owl:complementof The class of all individuals not belonging to a given class <owl:class> <owl:complementof> <owl:class rdf:about="#meat"/> </owl:complementof> </owl:class> Meat In DL: Meat In Manchester Syntax: not Meat http://art.uniroma2.it/fiorelli 24

http://art.uniroma2.it/fiorelli 25 Operator Precedence In decreasing order of precedence SOME, ONLY, VALUE, MIN, MAX, EXACTLY, THAT NOT AND OR Italian AND Actor OR Musician eats ALL Vegetable OR Meat is parsed as (Italian AND Actor) OR Musician is parsed as (eats ALL Vegetable) OR Meat

Class Axioms OWL supports the following axioms concerning classes rdfs:subclassof owl:equivalentclass owl:disjointwith http://art.uniroma2.it/fiorelli 26

rdfs:subclassof <owl:class rdf:id= aclass > <rdfs:subclassof> class expression </rdfs:subcassof> </owl:class> <owl:class rdf:id= aclass > <rdfs:subclassof rdf:resource= class /> </owl:class> http://art.uniroma2.it/fiorelli 27

rdfs:subclassof <owl:class rdf:id= WhiteWine > <rdfs:subclassof> <owl:class> <owl:intersectionof parsetype= Collection > <owl:class rdf:about= #Wine /> <owl:restriction> <owl:onproperty rdf:resource= color /> <owl:hasvalue rdf:datatype="&xsd;string">white</owl:hasvalue> </owl:restriction> </ owl:intersectionof> </owl:class> </rdfs:subcassof> </owl:class> <owl:class rdf:id= WhiteWine > <rdfs:subclassof rdf:resource= Wine /> </owl:class> Wine Wine WhiteWine color white WhiteWine http://art.uniroma2.it/fiorelli 28

owl:equivalentclass <owl:class rdf:id= aclass > <owl:equivalentclass> class expression </owl:equivalentclass > </owl:class> <owl:class rdf:id= aclass > <owl:equivalentclass rdf:resource= class /> </owl:class> http://art.uniroma2.it/fiorelli 29

owl:equivalentclass <owl:class rdf:id= WhiteWine > <owl:equivalentclass> <owl:class> <owl:intersectionof parsetype= Collection > <owl:class rdf:about= #Wine /> <owl:restriction> <owl:onproperty rdf:resource= color /> <owl:hasvalue rdf:datatype="&xsd;string">white</owl:hasvalue> </owl:restriction> </ owl:intersectionof> </owl:class> </owl:equivalentclass> </owl:class> Wine color white WhiteWine <owl:class rdf:id= WhiteWine > <owl:equivalentclass rdf:resource= http://other.com/whitewine /> </owl:class> http://art.uniroma2.it/fiorelli 30

owl:disjointwith <owl:class rdf:id= aclass > <owl:disjointwith> class expression </owl:disjointwith> </owl:class> <owl:class rdf:id= aclass > <owl:disjointwith rdf:resource= class /> </owl:class> http://art.uniroma2.it/fiorelli 31

owl:disjointwith <owl:class rdf:id= Animal > <owl:disjointwith rdf:resource= #Vegetable /> <owl:disjointwith rdf:resource= #Fungi /> </owl:class> <owl:class rdf:id= Vegetale > <owl:disjointwith rdf:resource= #Fungi /> </owl:class> <owl:class rdf:id= Fungi /> The above classes cannot have any instance in common Animal Fungi Vegetable http://art.uniroma2.it/fiorelli 32

Property Facets With OWL it is possible to express different characteristics (facets) of properties: owl:transitiveproperty owl:symmetricproperty owl:functionalproperty owl:inverseof owl:inversefunctionalproperty http://art.uniroma2.it/fiorelli 33

owl:transitiveproperty if a property P is declared to be transitive then, for each: x, y, z, it holds that: x P y y P z x P z http://art.uniroma2.it/fiorelli 34

owl:transitiveproperty <owl:transitiveproperty rdf:id= partof /> or <owl:objectproperty rdf:id= partof /> <rdf:type rdf:resource= &owl;transitiveproperty /> </owl:objectproperty> http://art.uniroma2.it/fiorelli 35

owl:transitiveproperty inferred partof Europe partof partof Italy partof Latium partof Rome partof http://art.uniroma2.it/fiorelli 36

owl:symmetricproperty if a property P is declared to be symmetric then, for each: x, y it holds that: x P y y P x http://art.uniroma2.it/fiorelli 37

owl:symmetricproperty <owl:symmetricproperty rdf:id= near /> or <owl:objectproperty rdf:id= near /> <rdf:type rdf:resource= &owl; SymmetricProperty /> </owl:objectproperty> http://art.uniroma2.it/fiorelli 38

owl:symmetricproperty inferred near France Italy near http://art.uniroma2.it/fiorelli 39

owl:functionalproperty if a property P is declared to be functional then, for each: x, y, z it holds that: x P y x P z y = z Any resource can have (at most) one value (unique) for a functional property http://art.uniroma2.it/fiorelli 40

owl:functionalproperty <owl:functionalproperty rdf:id= produttore /> or <owl:objectproperty rdf:id= produttore /> <rdf:type rdf:resource= &owl; FunctionalProperty /> </owl:objectproperty> Even datatypeproperties can be functional http://art.uniroma2.it/fiorelli 41

owl:functionalproperty inferred company1 producer owl:sameas company2 foo producer http://art.uniroma2.it/fiorelli 42

owl:inverseof X haschild Y if and only if Y hasparent X <owl:objectproperty rdf:id="haschild"> <owl:inverseof rdf:resource="#hasparent"/> </owl:objectproperty> http://art.uniroma2.it/fiorelli 43

owl:inversefunctionalproperty if a property P is declared to be inversefunctional then, for each: x, y, z it holds that: x P z x = y y P z The object of an inverse functional property uniquely determines the subject, i.e. it s a unique identifier http://art.uniroma2.it/fiorelli 44

owl:inversefunctionalproperty <owl:inversefunctionalproperty rdf:id= capitalof /> or <owl:objectproperty rdf:id= capitalof /> <rdf:type rdf:resource= &owl; InverseFunctionalProperty /> </owl:objectproperty> In OWL DL: only object properties can be inversefunctional http://art.uniroma2.it/fiorelli 45

owl:inversefunctionalproperty inferred capitalof Rome Italy owl:sameas Caput Mundi capitalof http://art.uniroma2.it/fiorelli 46

47 http://art.uniroma2.it/fiorelli owl:ontology An instance of the class owl:ontology can be used to express metadata about an ontology (e.g. creator, version, etc ) It can be also used to (transitively) import other ontologies (in order to include their axioms) <owl:ontology rdf:about= > <rdfs:label xml:lang= en >An example ontology</rdfs:label> <owl:imports rdf:resource= http://purl.org/dc/elements/1.1/ /> <dc:creator>manuel Fiorelli</dc:creator> </owl:ontology>

http://art.uniroma2.it/fiorelli 48 An example RDF/XML file (1/4) <?xml version="1.0"?> <!DOCTYPE rdf:rdf [ ]> <!ENTITY foaf "http://xmlns.com/foaf/0.1/"> <rdf:rdf xmlns="http://example.org#" xml:base="http://example.org" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/xmlschema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" Entity declaration!!!! xmlns:base="http://example.org"> <!-- continues on the next slide -->

49 http://art.uniroma2.it/fiorelli An example RDF/XML file (2/4) <owl:ontology rdf:about="http://example.org"> <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/" /> </owl:ontology> <owl:class rdf:id="educationalinstitution"> <rdfs:subclassof rdf:resource="&foaf;organization" /> <rdfs:label xml:lang="en">educational institution</rdfs:label> <rdfs:label xml:lang="it">istituto d'istruzione</rdfs:label> </owl:class> <!-- continues on the next slide -->

50 http://art.uniroma2.it/fiorelli An example RDF/XML file (3/4) <owl:class rdf:id="student"> <owl:equivalentclass> <owl:class> <owl:intersectionof rdf:parsetype="collection"> <rdf:description rdf:about="&foaf;person" /> <owl:restriction> <owl:onproperty rdf:resource="#enrolledin" /> <owl:somevaluesfrom rdf:resource="#educationalinstitution" /> </owl:restriction> </owl:intersectionof> </owl:class> </owl:equivalentclass> <rdfs:label xml:lang="en">student</rdfs:label> <rdfs:label xml:lang="it">studente</rdfs:label> </owl:class> <!-- continues on the next slide -->

51 http://art.uniroma2.it/fiorelli An example RDF/XML file (4/4) <owl:objectproperty rdf:id="enrolledin"> <rdfs:label xml:lang="en">enrolled in</rdfs:label> <rdfs:label xml:lang="it">iscritto a</rdfs:label> </owl:objectproperty> </rdf:rdf>

52 http://art.uniroma2.it/fiorelli An example Turle file (1/3) @prefix : <http://example.org#>. @prefix owl: <http://www.w3.org/2002/07/owl#>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix xml: <http://www.w3.org/xml/1998/namespace>. @prefix xsd: <http://www.w3.org/2001/xmlschema#>. @prefix base: <http://example.org>. @prefix foaf: <http://xmlns.com/foaf/0.1/>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. @base <http://example.org>. <http://example.org> rdf:type owl:ontology ; owl:imports foaf:. # continues on the next slide

53 http://art.uniroma2.it/fiorelli An example Turle file (2/3) :enrolledin rdf:type owl:objectproperty ; rdfs:label "enrolled in"@en, "iscritto a"@it. :EducationalInstitution rdf:type owl:class ; rdfs:subclassof foaf:organization ; rdfs:label "educational institution"@en, "istituto d'istruzione"@it. # continues on the next slide

54 http://art.uniroma2.it/fiorelli An example Turle file (3/3) :Student rdf:type owl:class ; owl:equivalentclass [ owl:intersectionof ( foaf:person [ rdf:type owl:restriction ; owl:onproperty :enrolledin ; owl:somevaluesfrom :EducationalInstitution ] ) ; rdf:type owl:class ] ; rdfs:label "student"@en, "studente"@it.

55 http://art.uniroma2.it/fiorelli Useful References OWL 1 OWL Web Ontology Language. Guide (https://www.w3.org/tr/owl-guide/) OWL Web Ontology Language. Reference (https://www.w3.org/tr/owl-ref/)