Skip to content

Commit

Permalink
Fix DL profile violation
Browse files Browse the repository at this point in the history
  • Loading branch information
StroemPhi committed Feb 21, 2024
1 parent 2a3055b commit 0426d08
Showing 1 changed file with 0 additions and 17 deletions.
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

0 comments on commit 0426d08

Please sign in to comment.