Skip to content

Commit

Permalink
defined person and equivalent classes
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticlife committed May 23, 2020
1 parent 31a87ea commit 5512633
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions interface/interface.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,40 @@
[ foaf:name "Silver Oliver" ],
[ foaf:name "Michael Smethurst"; foaf:homepage <http://smethur.st/> ],
[ foaf:name "Anya Somerville" ] .


####### Classes #####
####### Declared here to allow equivalent class statements without linking every model to every other model #####

pint:Person rdf:type owl:Class ;
rdfs:label "Person"@en ;
rdfs:comment "A person."@en ;
rdfs:isDefinedBy <http://parliament.uk/ontologies/interface/> .



####### Equivalent classes #####

# Person
pint:Person
owl:equivalentClass
pa:Person .
pint:Person
owl:equivalentClass
pe:Person .
pint:Person
owl:equivalentClass
pl:Person .
pint:Person
owl:equivalentClass
ppb:Person .





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

# Business item
ppr:BusinessItem
owl:equivalentClass
Expand Down

0 comments on commit 5512633

Please sign in to comment.