Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DL profile violation #1

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions src/ontology/vivo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ Declaration(ObjectProperty(<http://vivoweb.org/ontology/scientific-research#prot
Declaration(ObjectProperty(<http://www.ebi.ac.uk/efo/swo/SWO_0000740>))
Declaration(ObjectProperty(<http://www.ebi.ac.uk/efo/swo/SWO_0000741>))
Declaration(ObjectProperty(<http://www.obofoundry.org/ro/ro.owl#has_agent>))
Declaration(ObjectProperty(owl:DeprecatedProperty))
Declaration(ObjectProperty(owl:sameAs))
Declaration(ObjectProperty(owl:topObjectProperty))
Declaration(ObjectProperty(skos:broader))
Declaration(ObjectProperty(skos:narrower))
Expand Down Expand Up @@ -901,7 +899,6 @@ Declaration(AnnotationProperty(vitro:stubObjectPropertyAnnot))
Declaration(AnnotationProperty(rdfs:comment))
Declaration(AnnotationProperty(rdfs:isDefinedBy))
Declaration(AnnotationProperty(rdfs:label))
Declaration(AnnotationProperty(owl:minCardinality))
Declaration(AnnotationProperty(ns:term_status))
Declaration(AnnotationProperty(skos:scopeNote))
Declaration(AnnotationProperty(skos2:editorialNote))
Expand Down Expand Up @@ -1191,7 +1188,6 @@ AnnotationAssertion(obo:IAO_0000119 obo:ERO_0000482 "PERSON: Melissa Haendel")
AnnotationAssertion(rdfs:comment obo:ERO_0000482 "Placeholder needs to be redesign")
AnnotationAssertion(rdfs:label obo:ERO_0000482 "uses software"@en)
AnnotationAssertion(owl:deprecated obo:ERO_0000482 "true"^^xsd:boolean)
SubObjectPropertyOf(obo:ERO_0000482 owl:DeprecatedProperty)
ObjectPropertyDomain(obo:ERO_0000482 obo:ERO_0000005)
ObjectPropertyRange(obo:ERO_0000482 obo:ERO_0000071)

Expand Down Expand Up @@ -2203,17 +2199,6 @@ ObjectPropertyDomain(<http://www.ebi.ac.uk/efo/swo/SWO_0000741> ObjectUnionOf(ob

AnnotationAssertion(rdfs:label <http://www.obofoundry.org/ro/ro.owl#has_agent> "has agent"@en)

# Object Property: owl:DeprecatedProperty (deprecated property)

AnnotationAssertion(rdfs:label owl:DeprecatedProperty "deprecated property"@en)

# Object Property: owl:sameAs (same as)

AnnotationAssertion(rdfs:label owl:sameAs "same as"@en)
SubObjectPropertyOf(owl:sameAs owl:topObjectProperty)
ObjectPropertyDomain(owl:sameAs owl:Thing)
ObjectPropertyRange(owl:sameAs owl:Thing)

# Object Property: skos:broader (broader concept)

AnnotationAssertion(obo:IAO_0000115 skos:broader "Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy .")
Expand Down Expand Up @@ -7398,8 +7383,6 @@ SubClassOf(<http://xmlns.com/foaf/0.1/Person> ObjectAllValuesFrom(core:hasResear
SubClassOf(<http://xmlns.com/foaf/0.1/Person> DataAllValuesFrom(core:freetextKeyword xsd:string))


AnnotationAssertion(owl:minCardinality _:genid2147484411 "1"^^xsd:nonNegativeInteger)



)
Expand Down
Loading