Skip to content

Commit

Permalink
Adding company to country linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
timgdavies authored and Bjwebb committed Oct 21, 2015
1 parent 7f916bd commit b82369c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ontology/resource-projects-ontology.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,12 @@ unknown -</rdfs:comment>
<owl:someValuesFrom rdf:resource="http://resourceprojects.org/def/Source"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://resourceprojects.org/def/hasLocation"/>
<owl:someValuesFrom rdf:resource="http://resourceprojects.org/def/Country"/>
</owl:Restriction>
</rdfs:subClassOf>
<captureProvenance rdf:datatype="&xsd;boolean">true</captureProvenance>
<identifierPattern>{random}</identifierPattern>
<rdfs:comment xml:lang="en">Company is used to represent any kind of organization that can enter into transactions around a resource project, license, contract or site, with the exception of government parties, which are represented by GovernmentParty.
Expand Down

0 comments on commit b82369c

Please sign in to comment.