An ontology for general and foundational concepts and relations (e.g. place, time, classification).
🔗 Ontology URI: https://w3id.org/polifonia/ontology/core/
The Core ontology models general-purpose concepts, relationships and ontology design patterns (e.g. place, time, classification, situation), which are orthogonal to the whole Polifonia ontology network. Indeed, it is imported and possibly specialised by the other ontology modules of the network.
The Information Realization Ontology Design Pattern is reused by the core ontology, allowing to represent information objects and their physical realization.
The Music Time Interval Ontology Design Pattern is reused by the core ontoogy, and allows to model the musical timing infotmation expressed in different notations.
ID | Competency Question |
---|---|
CQ1 | Which is the title of an entity? |
CQ2 | Which is the name of an entity? |
CQ3 | Which is the place of an entity? |
CQ4 | Which is the address of a physical site? |
CQ5 | Which are the components of an address? |
CQ6 | Which are the parts of an entity? |
CQ7 | Which is the language of an entity? |
CQ8 | Which is the name of an entity during a specific time interval? |
CQ9 | Which is the type of an entity? |
CQ10 | Which is the anagram of a name? |
CQ11 | Which are the members of a collection during a specific time interval? |
CQ12 | By which realization is an information object realized? |
- Which is the name of an entity during a specific time interval?
PREFIX core: <https://w3id.org/polifonia/ontology/core/>
SELECT DISTINCT ?entity ?entityName ?time
WHERE { ?timeindexedname core:includesName ?entityName ;
core:hasTimeInterval ?time ;
core:isTimeIndexedNameOf ?entity .
}
- number of classes: 49
- number of object properties: 75
- number of datatype properties: 13
- number of logical axioms: 265
This work is licensed under a Creative Commons Attribution 4.0 International License.