Tweak the build script, so a developer can build vitro-core and it won't have any effect when they build vivoweb in the same workspace.
This commit is contained in:
commit
3f17d16d7b
68 changed files with 40148 additions and 0 deletions
25
model/submodels/geo2vivo.n3
Normal file
25
model/submodels/geo2vivo.n3
Normal file
|
@ -0,0 +1,25 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||
|
||||
<http://aims.fao.org/aos/geopolitical.owl#self_governing>
|
||||
owl:equivalentClass
|
||||
<http://vivoweb.org/ontology/core#Country> .
|
||||
|
||||
<http://aims.fao.org/aos/geopolitical.owl#geographical_region>
|
||||
rdfs:subClassOf
|
||||
<http://vivoweb.org/ontology/core#TransnationalRegion> .
|
||||
|
||||
<http://aims.fao.org/aos/geopolitical.owl#economic_region>
|
||||
rdfs:subClassOf
|
||||
<http://vivoweb.org/ontology/core#TransnationalRegion> .
|
||||
|
||||
<http://aims.fao.org/aos/geopolitical.owl#territory>
|
||||
rdfs:subClassOf
|
||||
<http://vivoweb.org/ontology/core#GeopoliticalEntity> .
|
||||
|
||||
<http://aims.fao.org/aos/geopolitical.owl#area>
|
||||
rdfs:subClassOf
|
||||
<http://vivoweb.org/ontology/core#GeographicRegion> .
|
||||
|
21011
model/submodels/geopolitical.owl.rdf
Normal file
21011
model/submodels/geopolitical.owl.rdf
Normal file
File diff suppressed because it is too large
Load diff
4790
model/submodels/vivo-core-0.9.owl
Normal file
4790
model/submodels/vivo-core-0.9.owl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue