ongoing work on ISF support

This commit is contained in:
brianjlowe 2013-08-27 10:33:22 -04:00
parent 43d92a8cd8
commit de05954218
2 changed files with 30 additions and 22 deletions

View file

@ -52,3 +52,11 @@ foaf:Agent
owl:allValuesFrom core:Relationship ;
owl:onProperty core:relatedBy
] .
foaf:Person
rdfs:subClassOf
[ a owl:Restriction ;
owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual> ;
owl:onProperty <http://purl.obolibrary.org/obo/ARG_2000028>
] .