-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined properties #282
Comments
There are different types:
|
meta:associatedWithJust a single triple:
Fixed in OntoWiki. |
The IDs could safely be removed because we use URIs as identifiers. |
ciox:approves was replaced by meta:approvesEntityType in the two cases leftover cases. |
Hier habe ich nicht verstanden, was ich tun soll außer sagen "Ja, o.k." |
Achso, ich schreibe manchmal auch Sachen nur für mich selbst zur Dokumentation und Planung in die Issues. Ich versuche das deutlicher zu kennzeichnen. |
http://www.snik.eu/ontology/bb/tripelRowNr und http://www.snik.eu/ontology/ob/tripelRowNr sind wohl Überbleibsel vom Excel2Owl und werden entfernt. Falls sie doch irgendwann wieder gebraucht werden sollten, sind sie hier archiviert. |
Mittlerweile sind noch folgende undefinierte properties übrig geblieben:
|
he:page and it4it:page can just be copied from bb:page or ob:page.
|
Moved to the "next" milestone as it is a long list of properties and not urgent. |
The following URIs are used in the property position of a triple but are neither declared as owl:ObjectProperty, nor as owl:DataTypeProperty.
This violates the typing constraints of OWL 2 DL.
See also "undefined properties" at the Quality Checker.
See also the SNIK OWL profile technical blog entry.
Some of them are mistyped properties and should be renamed. For example, meta:subClassOf should be rdfs:subClassOf and meta:associatedWith should be meta:isAssociatedWith.
Others, like meta:associatedWith and meta:consolidated are missing a definition.
Others, like http://www.snik.eu/ontology/it4it/OntologyDomain, should not be used as a property at all because there should only be meta properties and those should have lower camel case URIs.
For others it is unclear whether they should stay in the present form, for example the x:page properties. We should discuss this to determine their destiny.
http://www.snik.eu/ontology/bb/Chapter
http://www.snik.eu/ontology/bb/ConceptDomain
http://www.snik.eu/ontology/bb/ID
http://www.snik.eu/ontology/bb/TripelPage
http://www.snik.eu/ontology/bb/TripelRowNr
http://www.snik.eu/ontology/bb/page
http://www.snik.eu/ontology/ciox/approves
http://www.snik.eu/ontology/he/chapter
http://www.snik.eu/ontology/he/page
http://www.snik.eu/ontology/it4it/Chapter
http://www.snik.eu/ontology/it4it/MainFunctions
http://www.snik.eu/ontology/it4it/OntologyDomain
http://www.snik.eu/ontology/it4it/OntologyQuestionTypes
http://www.snik.eu/ontology/it4it/OntologyUse
http://www.snik.eu/ontology/it4it/OntologyUser
http://www.snik.eu/ontology/it4it/Purpose
http://www.snik.eu/ontology/it4it/page
http://www.snik.eu/ontology/meta/DefinitionDEPage
http://www.snik.eu/ontology/meta/associatedWith
http://www.snik.eu/ontology/meta/consolidated
http://www.snik.eu/ontology/meta/isDecomposed
http://www.snik.eu/ontology/meta/isMasterFor
http://www.snik.eu/ontology/meta/isResponsibleForRole
http://www.snik.eu/ontology/meta/subClassOf
http://www.snik.eu/ontology/meta/typicalFeature
http://www.snik.eu/ontology/ob/Chapter
http://www.snik.eu/ontology/ob/ConceptDomain
http://www.snik.eu/ontology/ob/ID
http://www.snik.eu/ontology/ob/TripelPage
http://www.snik.eu/ontology/ob/TripelRowNr
http://www.snik.eu/ontology/ob/page
The text was updated successfully, but these errors were encountered: