1,217 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
47
views
Protege does not include the datatype in the RDF/XML syntax
I have an n-triple file and want to change it to RDF/XML using protege. I need the datatypes to be included but I can't figure out how. For instance I want
<rdfs:label rdf:datatype="http://www....
1
vote
1
answer
95
views
Protege import prefix handling
I noticed, that when I include an ontology, into another ontology, with the first using the second ontology, Protege will not recognize the properties correctly. An example:
ontology A
@prefix : <...
1
vote
1
answer
70
views
How to model an intermediate container node in OWL (Protégé)?
I'm designing an ontology for app users in Protégé, and I need advice on how to properly model intermediate "container".
Suppose you have an User with multiple contact details (e.g., ...
1
vote
1
answer
59
views
Disjoint properties for different domains
I want to develop an ontology with Protégé. My class tree is as follows:
├── Binary
├── Function
├── Plugin
My property tree is:
├── available_function
├── needs_binary
├── restricted_function
In ...
1
vote
0
answers
56
views
Defining class equivalent to negation of object property
I'm trying to create an OWL ontology with following entities:
Classes:
Design
Requirement
UnsatisfiedRequirement
Object properties:
hasDesign(domain=Requirement, range=Design)
I want to define ...
1
vote
1
answer
119
views
using swrlx:makeOWLThing creates wrong number of new individuals
In an owl file w Turtle syntax I have the following classes, properties and individuals
ss:State a owl:Class ;
rdfs:label "State" ;
rdfs:subClassOf <http://www.w3.org/...
2
votes
1
answer
90
views
Classification issue in an OWL ontology
I am defining a simple ontology to classify a sandwich based on its ingredients. The structure is as follows:
Classes:
Ingredient
Bio
Vegetable
Fish
Meat
Sandwich
BioBurger
FishBurger
Data ...
3
votes
1
answer
236
views
How to use ontology catalog into protege
I am a new in this discussion group as a student of a CS undergraduate course.
I had a problem when I used catalog-001.xml which was included in a directory where I downloaded a bunch of OWL files.
I ...
1
vote
1
answer
178
views
Import object properties in OWL ontology
I am a beginner in Linked Data and ontologies. I import CIDOC ontology to mine, in order to use some of its classes and properties. I have an owl file and in ttl syntax, I do
@prefix cidoc: <http://...
1
vote
1
answer
63
views
How would you model that a potential relationship exists between two classes, but doesn't always?
I want to model that something may be, but is not guaranteed, to be true. For example, a house may have a garage, but not necessarily. And a garage may be part of a house, but not necessarily.
If I ...
1
vote
0
answers
124
views
sparql query vs snap sparql query in protege
I am trying to understand the difference between SPARQL Query and Snap SPARQL Query tabs on Protege Desktop version.
I want retrieve all the direct subclasses of a certain class, say class A, and not ...
1
vote
1
answer
115
views
How to install Owl2UML plugin in Protege 5.6.4?
Normal google search shows me a wikilink (http://apps.lumii.lv/owl2uml/) to download jar for owl2uml plugin but thats for protege4 and also downloaded insecurely.
Kindly help in redirecting me to ...
1
vote
0
answers
108
views
which annotation property should I use to add deprecated label for a concept?
There were different labels to indicate a concept in Protege (now deprecated or no longer in use), however the concept still exists and it has a current standardized name, which I mention in the "...
0
votes
1
answer
54
views
Generate object property assertion with specific conditions
suppose that I have some classes: A, R, S, I and C. I also have some object properties: needsI, hasS, hasC and mustR. Now if I have an instance a0 that has needsI, hasS and hasC, I want to has mustR ...
0
votes
1
answer
275
views
Protege import resolution of local files
I'm currently modelling a new ontology and when importing ontologies I noticed a behavior that looks like a bug to me. Here is the process.
I created a base-ontology file that contains a class called ...