Skip to content

dkglab/owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWL

dogs.ttl is our dogs dataset. Note that this data does not use OWL at all, and the meanings of the properties and classes used are left unspecified.

ontology.ttl is an OWL ontology that specifies some meanings for the properties and classes used in the dogs dataset. It also defines some new classes that will allow us to infer which dogs are Danes and which dogs are Lagotto Romagnolos.

The rules directory contains logic rules used to implement OWL+RDFS reasoning. We're only using the specific rules needed to make the inferences we want to make.

Run make to generate:

  • inferred.ttl which contains new triples inferred on the basis of the dataset, the ontology, and the rules.
  • all.ttl which contains all the original triples in dogs.ttl plus the new triples inferred.

Run make danes to list instances of ex:Dane.

Run make lagottos to list instances of ex:LagottoRomagnolo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published