Skip to content

Commit

Permalink
Fix removing extra extractor.
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo committed May 11, 2023
1 parent 10ba5ff commit a0b838e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/resources/extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
versionInfoMatcher: ".*<Annotation>\\s+<AnnotationProperty\\s+abbreviatedIRI=\"owl:versionInfo\"/>\\s+<Literal[^>]*>([^<]+?)</Literal>.*"
importsMatcher: "NOT_IMPLEMENTED"

- name: XMLOntologyHeaderExtractor
formatMatcher: ".*<Ontology.*"
iriMatcher: ".*<Ontology .* ontologyIRI=\"([^\"]+?)\".*"
versionIriMatcher: ".*<Ontology [^>]* versionIRI=\"([^\"]+?)\".*"
versionInfoMatcher: ".*<Annotation>\\s+<AnnotationProperty\\s+abbreviatedIRI=\"owl:versionInfo\"/>\\s+<Literal[^>]*>([^<]+?)</Literal>.*"
importsMatcher: "NOT_IMPLEMENTED"

- name: TurtleHeaderExtractor
formatMatcher: ".*((@prefix|@base).*)|.\\s*$"
iriMatcher: "^.*<([^>]+)>\\s+(?:a|rdf:type)\\s+owl:Ontology.*$"
Expand Down

0 comments on commit a0b838e

Please sign in to comment.