Skip to content

Commit

Permalink
Merge branch 'develop' into #530-#529-#501-#494-#458--annotation-chan…
Browse files Browse the repository at this point in the history
…ges-for-1.7
  • Loading branch information
mark-jensen authored Nov 3, 2024
2 parents 86bc3e7 + 9d16e65 commit 5dbff3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?class ?label
WHERE {
?class a owl:Class .
FILTER contains(str(?class),"http://www.ontologyrepository.com/CommonCoreOntologies/")
FILTER (regex(str(?class),"http://www.ontologyrepository.com/CommonCoreOntologies/"))
FILTER NOT EXISTS {?class rdfs:subClassOf+ <http://purl.obolibrary.org/obo/BFO_0000001> }
OPTIONAL {?class rdfs:label ?label}
}
2 changes: 1 addition & 1 deletion src/cco-modules/ExtendedRelationOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ;
obo:BFO_0000035
)
] ;
skos:definition "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
skos:definition "t is temporal region of p iff p occupies temporal region t."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is temporal region of"@en ;
skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en .
Expand Down

0 comments on commit 5dbff3d

Please sign in to comment.