B

Beatle

Created 3 years ago
87 statements

@prefix : http://stardog.com/tutorial/ . @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 rdfs: http://www.w3.org/2000/01/rdf-schema# . @base urn:webprotege:ontology:242d4504-20ff-4996-9837-ec27dbd70001 .

urn:webprotege:ontology:242d4504-20ff-4996-9837-ec27dbd70001 rdf:type owl:Ontology .

#################################################################

Object Properties

#################################################################

http://stardog.com/tutorial/film

:film rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain :Actor ; rdfs:range :Film ; rdfs:label "film" .

#################################################################

Classes

#################################################################

http://stardog.com/tutorial/Actor

:Actor rdf:type owl:Class ; rdfs:subClassOf :Person ; rdfs:label "Actor" .

http://stardog.com/tutorial/Film

:Film rdf:type owl:Class ; rdfs:label "Film" .

http://stardog.com/tutorial/Person

:Person rdf:type owl:Class ; rdfs:label "Person" .

#################################################################

Individuals

#################################################################

http://stardog.com/tutorial/Leo_DiCaprio

:Leo_DiCaprio rdf:type owl:NamedIndividual , :Actor ; :film :Titanic ; rdfs:label "Leo DiCaprio" .

http://stardog.com/tutorial/Titanic

:Titanic rdf:type owl:NamedIndividual , :Film ; rdfs:label "Titanic" .

Generated by the OWL API (version 4.5.13) https://github.com/owlcs/owlapi

Graphs