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
28
ontology/position.rdf
Normal file
28
ontology/position.rdf
Normal file
|
@ -0,0 +1,28 @@
|
|||
<rdf:RDF
|
||||
xmlns:core="http://vivoweb.org/ontology/core#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:j.0="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:owl="http://www.w3.org/2002/07/owl#" >
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Position">
|
||||
<rdfs:subClassOf rdf:resource="http://vivoweb.org/ontology/core#DependentResource"/>
|
||||
<j.0:customShortViewAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">positionShortView.jsp</j.0:customShortViewAnnot>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#personInPosition">
|
||||
<j.0:customEntryFormAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">personHasPositionHistory.jsp</j.0:customEntryFormAnnot>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#DependentResource">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
|
||||
<rdfs:label xml:lang="en-US">Dependent Resource</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://vitro.mannlib.cornell.edu/ns/vitro/0.7#DependentResource"/>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#organizationForPosition">
|
||||
<j.0:customEntryFormAnnot rdf:datatype="http://www.w3.org/2001/XMLSchema#string">organizationHasPositionHistory.jsp</j.0:customEntryFormAnnot>
|
||||
</rdf:Description>
|
||||
|
||||
</rdf:RDF>
|
Loading…
Add table
Add a link
Reference in a new issue