Skip to content

This repository contains the Core ontology module of the Polifonia ontology network.

Notifications You must be signed in to change notification settings

polifonia-project/core-ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Ontology

An ontology for general and foundational concepts and relations (e.g. place, time, classification).

DOI License: CC BY 4.0

🔗 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.

core-ontology

Information Realization ODP

The Information Realization Ontology Design Pattern is reused by the core ontology, allowing to represent information objects and their physical realization.

core-ontology-information-realisation

Music Time Interval ODP

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.

core-ontology-music-interval

Competency questions addressed

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?

Examples of SPARQL queries

  • 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 .
}

Aligned ontologies

Statistics

  • number of classes: 49
  • number of object properties: 75
  • number of datatype properties: 13
  • number of logical axioms: 265

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

This repository contains the Core ontology module of the Polifonia ontology network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published