Skip to content

Commit

Permalink
Add property for certifications
Browse files Browse the repository at this point in the history
Closes #12.
  • Loading branch information
marijane committed Mar 6, 2017
1 parent 6d24332 commit ebb9740
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ontology/bridge/schema.org-bridge.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ ohsu:parkingFor a owl:ObjectProperty ;
ohsu:addressSubLocality a owl:DatatypeProperty ;
rdfs:domain schema:PostalAddress ;
.
ohsu:certification a owl:DatatypeProperty ;
rdfs:domain Organization ;
.
ohsu:handicappedParkingSpaces a owl:DatatypeProperty ;
rdfs:domain schema:ParkingFacility ;
.
Expand Down
7 changes: 7 additions & 0 deletions src/ontology/module/ohsu-general.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ohsu:AerialTramTerminal a owl:Class ;
ohsu:BicycleParkingFacility a owl:Class ;
rdfs:label "Bicycle Parking" ;
.
ohsu:BusinessType a owl:Class ;
rdfs:label "Business Type" ;
.
ohsu:Campus a owl:Class ;
rdfs:label "Campus" ;
.
Expand Down Expand Up @@ -119,6 +122,10 @@ ohsu:addressSubLocality a owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "The sub-locality. For example, the Pearl District." ;
.
ohsu:certification a owl:DatatypeProperty ;
rdfs:label "certification" ;
rdfs:range xsd:string ;
.
ohsu:handicappedParkingSpaces a owl:DatatypeProperty ;
rdfs:label "handicapped parking spaces" ;
rdfs:comment "The number of handicapped parking spaces at a parking facility." ;
Expand Down

0 comments on commit ebb9740

Please sign in to comment.