improvements to ISF filegraphs

This commit is contained in:
brianjlowe 2013-08-21 11:44:16 -04:00
parent 12b384f5eb
commit 7eb6f92d69
3 changed files with 2395 additions and 145 deletions

File diff suppressed because it is too large Load diff

View file

@ -49,134 +49,6 @@
<!-- http://purl.obolibrary.org/obo/BFO_0000050 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050">
<rdfs:label>part_of (RO)</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000051 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000051">
<rdfs:label>has_part (RO)</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000052 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000052">
<rdfs:label>inheres in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000053 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000053">
<rdfs:label>bearer of</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000052"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000056 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000056">
<rdfs:label>participates in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/BFO_0000057 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000057">
<rdfs:label>has participant</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000136 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000136">
<rdfs:label>is about</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001015 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001015">
<rdfs:label>location of</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0001025 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001025">
<rdfs:label>located in</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002233 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002233">
<rdfs:label>has input</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000057"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002234 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002234">
<rdfs:label>has output</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000057"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002350 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002350">
<rdfs:label>member of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002351 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002351">
<rdfs:label>has member</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002350"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002353 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002353">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000056"/>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002234"/>
</owl:ObjectProperty>
<!-- http://purl.org/NET/c4dm/event.owl#isAgentIn -->
<rdf:Description rdf:about="http://purl.org/NET/c4dm/event.owl#isAgentIn">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000056"/>
</rdf:Description>
<!-- http://purl.org/ontology/bibo/reviewOf -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/reviewOf">

View file

@ -40,10 +40,10 @@ local:authorInAuthorshipConfig a :ObjectPropertyDisplayConfig ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddPublicationToPersonGenerator"^^xsd:string ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupresearch> .
<http://example.org/appConfig/hasRoleServiceProviderRoleContext> a :ConfigContext ;
<http://example.org/appConfig/hasServiceProviderRoleContext> a :ConfigContext ;
:hasConfiguration <http://example.org/appConfig/hasServiceProviderRoleConfig> ;
:configContextFor <http://vivoweb.org/ontology/core#hasRole> ;
:qualifiedBy <http://vivoweb.org/ontology/core#ServiceProviderRole> .
:configContextFor <http://purl.obolibrary.org/obo/RO_0000053> ;
:qualifiedBy <http://purl.obolibrary.org/obo/ERO_0000012> .
<http://example.org/appConfig/hasServiceProviderRoleConfig> a :ObjectPropertyDisplayConfig ;
@ -54,17 +54,3 @@ local:authorInAuthorshipConfig a :ObjectPropertyDisplayConfig ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddServiceProviderRoleToPersonGenerator"^^<http://www.w3.org/2001/XMLSchema#string> ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupmapping> .
<http://example.org/appConfig/residentOfAwesomeCountryContext> a :ConfigContext ;
:hasConfiguration <http://example.org/appConfig/residentOfAwesomeCountryConfig> ;
:configContextFor <http://localhost:8085/vivo/individual/residentOf> ;
:qualifiedBy <http://localhost:8085/vivo/individual/AwesomeCountry> .
<http://example.org/appConfig/residentOfAwesomeCountryConfig> a :ObjectPropertyDisplayConfig ;
:displayName "resident of awesome country" ;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
:propertyGroup <http://vivoweb.org/ontology#vitroPropertyGroupmapping> .