It is plain RDF, please have a look at the RDF data model. It's just an RDF resource, neither an RDF property nor an RDFS class. This will be inferred once you use it in specific triples, see the RDF/RDFS entailment rules
> I am confuse about RDF Resource, with createResource() I do not know a > class is created, an individual or a property is created? > > Man drives Car. > Man and Car are classes here, drives predicates, so in this case what will > be the Resource? > > On Thu, Sep 22, 2016 at 1:02 AM, Lorenz B. < > [email protected]> wrote: > >> Resource: RDF resource >> OntClass: OWL class >> >>> What is the basic difference between model.createResource() and >>> model.createOntClass()? >>> >> -- >> Lorenz Bühmann >> AKSW group, University of Leipzig >> Group: http://aksw.org - semantic web research center >> >> -- Lorenz Bühmann AKSW group, University of Leipzig Group: http://aksw.org - semantic web research center
