From: Steve V. <ste...@ga...> - 2025-01-21 01:01:29
|
It does the rdfs:Class to owl:Class thing, but it removes statements like "oslc:serviceProvider a rdf:Property". Is there any OWLOntologyLoaderConfiguration method that would allow triples with rdf:Property to at least pass through if not specify a way to transform? For example, what does "public OWLOntologyLoaderConfiguration setLoadAnnotationAxioms(boolean b)" do? On 1/20/2025 5:12 PM, Ignazio Palmisano wrote: > Hi, > The list is quite low traffic these days so I'm not sure how many > people still read ot actively. > > OWLAPI doesn't do transformations from rdfs vocabulary, really - there > are equivalences between some rdf/rdfs vocabulary and owl vocabulary, > like rdfs:Class and owl:Class. > But rdf: Property doesn't map to data or object properties, which I > guess is what you're seeing. An example would help. > > Cheers, > Ignazio > > On Mon, 20 Jan 2025, 23:01 Steve Vestal via Owlapi-developer, > <owl...@li...> wrote: > > Someone in the Protege list referred me to you for questions about > the > relationship between OWLAPI and "OWL 2 Web Ontology Language > RDF-Based > Semantics." When an ontology using that standard is loaded in > Protege, > classes and individuals are listed, but not the properties. It > appears > OWLAPI makes some transformations of an input file, e.g., rdfs:Class > will be transformed to owl:Class. Are there OWLAPI configuration > settings or APIs for transformations? Do the OWLAPI transformations > relate in some way to the above standard, e.g., recognize some of > their > axiomatic triples and do some of their OWL 2 RDF-Based Semantics > to OWL > 2 Direct Semantics transforms? > > > > _______________________________________________ > Owlapi-developer mailing list > Owl...@li... > https://lists.sourceforge.net/lists/listinfo/owlapi-developer > > > > _______________________________________________ > Owlapi-developer mailing list > Owl...@li... > https://lists.sourceforge.net/lists/listinfo/owlapi-developer |