Adding rdf to get owl:sameAs in tbox VIVO-111
This commit is contained in:
parent
419af234c4
commit
5d32e47a45
2 changed files with 54 additions and 0 deletions
17
rdf/tbox/filegraph/sameAs.n3
Normal file
17
rdf/tbox/filegraph/sameAs.n3
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
||||
|
||||
@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#> .
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
|
||||
|
||||
# This file is intended to provide the definitions required to
|
||||
# enable editing of the owl:sameAs property in profile pages
|
||||
# of Vitro/VIVO.
|
||||
|
||||
owl:sameAs a owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf owl:topObjectProperty ;
|
||||
rdfs:domain owl:Thing ;
|
||||
rdfs:range owl:Thing.
|
37
rdf/tbox/firsttime/sameAs-annotations.n3
Normal file
37
rdf/tbox/firsttime/sameAs-annotations.n3
Normal file
|
@ -0,0 +1,37 @@
|
|||
# $This file is distributed under the terms of the license in /doc/license.txt$
|
||||
|
||||
@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#> .
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
|
||||
|
||||
# This file is intended to provide the annotations required to
|
||||
# enable editing of the owl:sameAs property in profile pages
|
||||
# of VIVO.
|
||||
|
||||
owl:sameAs a owl:ObjectProperty;
|
||||
rdfs:subPropertyOf owl:topObjectProperty;
|
||||
rdfs:domain owl:Thing;
|
||||
rdfs:range owl:Thing;
|
||||
|
||||
rdfs:label "same as"@en-US ;
|
||||
rdfs:label "mismo que"@es ;
|
||||
|
||||
rdfs:range owl:Thing ;
|
||||
|
||||
vitro:forceStubDeletionAnnot false;
|
||||
vitro:offerCreateNewOptionAnnot false;
|
||||
vitro:selectFromExistingAnnot true;
|
||||
vitro:stubObjectPropertyAnnot true;
|
||||
|
||||
vitro:displayLimitAnnot "5" ;
|
||||
vitro:fullPropertyNameAnnot "sameAs" ;
|
||||
vitro:publicDescriptionAnnot "This is the OWL property to link two indivdiuals with the same 'identity'. see http://www.w3.org/TR/owl-ref/#sameAs-def"@en-US ;
|
||||
|
||||
vitro:inPropertyGroupAnnot <http://vivoweb.org/ontology#vitroPropertyGroupmapping> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot <http://vitro.mannlib.cornell.edu/ns/vitro/role#nobody> .
|
||||
|
||||
# vitro:customEntryFormAnnot
|
||||
# "defaultLinkForm.jsp"^^xsd:string ;
|
Loading…
Add table
Add a link
Reference in a new issue