Skip to content

Commit

Permalink
Generated PMO Ontology pages and rdf serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed May 6, 2021
1 parent b8732b2 commit 906535f
Show file tree
Hide file tree
Showing 218 changed files with 4,025 additions and 12 deletions.
723 changes: 711 additions & 12 deletions Documentation/migration.ipynb

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions ontology/Audition/Audition.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/Audition">
<skos:definition>Event in which a performer or actor is applying for a position in an ensemble, cast, film, etc.</skos:definition>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Audition</rdfs:label>
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/Event"/>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/Audition/Audition.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/Audition> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Audition" ;
rdfs:subClassOf <http://id.loc.gov/ontologies/bibframe/Event> ;
skos:definition "Event in which a performer or actor is applying for a position in an ensemble, cast, film, etc." .

23 changes: 23 additions & 0 deletions ontology/Audition/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Audition</h2>
<p>Event in which a performer or actor is applying for a position in an ensemble, cast, film, etc.</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#Audition'>Audition</a>.
Other versions:
<ul>
<li><a href="/ontology/Audition/Audition.rdf">RDF XML</a></li>
<li><a href="/ontology/Audition/Audition.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
12 changes: 12 additions & 0 deletions ontology/BenefitConcert/BenefitConcert.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/BenefitConcert">
<skos:definition>Concert held for charitable purposes, i.e., to raise funds or awareness</skos:definition>
<rdfs:subClassOf rdf:resource="http://performedmusicontology.org/ontology/Concert"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
7 changes: 7 additions & 0 deletions ontology/BenefitConcert/BenefitConcert.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/BenefitConcert> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:subClassOf <http://performedmusicontology.org/ontology/Concert> ;
skos:definition "Concert held for charitable purposes, i.e., to raise funds or awareness" .

23 changes: 23 additions & 0 deletions ontology/BenefitConcert/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>BenefitConcert</h2>
<p>Concert held for charitable purposes, i.e., to raise funds or awareness</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#BenefitConcert'>BenefitConcert</a>.
Other versions:
<ul>
<li><a href="/ontology/BenefitConcert/BenefitConcert.rdf">RDF XML</a></li>
<li><a href="/ontology/BenefitConcert/BenefitConcert.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/Ceremony/Ceremony.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/Ceremony">
<skos:definition>Ritual event, performed on special occasions (e.g., death, baptism, wedding, graduation, equinox, coronation, victory)</skos:definition>
<rdfs:label>Ceremony</rdfs:label>
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/Event"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/Ceremony/Ceremony.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/Ceremony> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Ceremony" ;
rdfs:subClassOf <http://id.loc.gov/ontologies/bibframe/Event> ;
skos:definition "Ritual event, performed on special occasions (e.g., death, baptism, wedding, graduation, equinox, coronation, victory)" .

23 changes: 23 additions & 0 deletions ontology/Ceremony/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Ceremony</h2>
<p>Ritual event, performed on special occasions (e.g., death, baptism, wedding, graduation, equinox, coronation, victory)</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#Ceremony'>Ceremony</a>.
Other versions:
<ul>
<li><a href="/ontology/Ceremony/Ceremony.rdf">RDF XML</a></li>
<li><a href="/ontology/Ceremony/Ceremony.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/CommandPerformance/CommandPerformance.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/CommandPerformance">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:definition>Concert or Performance done at the request of a monarch or other head of state.</skos:definition>
<rdfs:label>Command performance</rdfs:label>
<rdfs:subClassOf rdf:resource="http://performedmusicontology.org/ontology/Concert"/>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/CommandPerformance/CommandPerformance.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/CommandPerformance> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Command performance" ;
rdfs:subClassOf <http://performedmusicontology.org/ontology/Concert> ;
skos:definition "Concert or Performance done at the request of a monarch or other head of state." .

23 changes: 23 additions & 0 deletions ontology/CommandPerformance/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Command performance</h2>
<p>Concert or Performance done at the request of a monarch or other head of state.</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#CommandPerformance'>Command performance</a>.
Other versions:
<ul>
<li><a href="/ontology/CommandPerformance/CommandPerformance.rdf">RDF XML</a></li>
<li><a href="/ontology/CommandPerformance/CommandPerformance.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/Concert/Concert.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/Concert">
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/Event"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:definition>Live musical performance of one or more works in front of an audience or in a single recording session</skos:definition>
<rdfs:label>Concert</rdfs:label>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/Concert/Concert.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/Concert> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Concert" ;
rdfs:subClassOf <http://id.loc.gov/ontologies/bibframe/Event> ;
skos:definition "Live musical performance of one or more works in front of an audience or in a single recording session" .

23 changes: 23 additions & 0 deletions ontology/Concert/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Concert</h2>
<p>Live musical performance of one or more works in front of an audience or in a single recording session</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#Concert'>Concert</a>.
Other versions:
<ul>
<li><a href="/ontology/Concert/Concert.rdf">RDF XML</a></li>
<li><a href="/ontology/Concert/Concert.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/ConcertSeries/ConcertSeries.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/ConcertSeries">
<rdfs:label>Concert series</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/Event"/>
<skos:definition>Group of concerts in the same geographic area by a single performer or brought together by a common theme, usually available for sale as a package. e.g., an orchestra concert season, a series featuring chamber ensembles.</skos:definition>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/ConcertSeries/ConcertSeries.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/ConcertSeries> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Concert series" ;
rdfs:subClassOf <http://id.loc.gov/ontologies/bibframe/Event> ;
skos:definition "Group of concerts in the same geographic area by a single performer or brought together by a common theme, usually available for sale as a package. e.g., an orchestra concert season, a series featuring chamber ensembles." .

23 changes: 23 additions & 0 deletions ontology/ConcertSeries/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Concert series</h2>
<p>Group of concerts in the same geographic area by a single performer or brought together by a common theme, usually available for sale as a package. e.g., an orchestra concert season, a series featuring chamber ensembles.</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#ConcertSeries'>Concert series</a>.
Other versions:
<ul>
<li><a href="/ontology/ConcertSeries/ConcertSeries.rdf">RDF XML</a></li>
<li><a href="/ontology/ConcertSeries/ConcertSeries.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/ConcertTour/ConcertTour.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/ConcertTour">
<skos:definition>Series of concerts by a performer or group of performers in different cities, countries, or locations.</skos:definition>
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/Event"/>
<rdfs:label>Concert tour</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
8 changes: 8 additions & 0 deletions ontology/ConcertTour/ConcertTour.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/ConcertTour> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Concert tour" ;
rdfs:subClassOf <http://id.loc.gov/ontologies/bibframe/Event> ;
skos:definition "Series of concerts by a performer or group of performers in different cities, countries, or locations." .

23 changes: 23 additions & 0 deletions ontology/ConcertTour/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Concert tour</h2>
<p>Series of concerts by a performer or group of performers in different cities, countries, or locations.</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#ConcertTour'>Concert tour</a>.
Other versions:
<ul>
<li><a href="/ontology/ConcertTour/ConcertTour.rdf">RDF XML</a></li>
<li><a href="/ontology/ConcertTour/ConcertTour.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
12 changes: 12 additions & 0 deletions ontology/DeclaredMedium/DeclaredMedium.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/DeclaredMedium">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Declared medium</rdfs:label>
<skos:definition>Intended overall medium of performance of a musical work, as declared by the composer, a reference source, or other source.</skos:definition>
</rdf:Description>
</rdf:RDF>
7 changes: 7 additions & 0 deletions ontology/DeclaredMedium/DeclaredMedium.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://performedmusicontology.org/ontology/DeclaredMedium> a <http://www.w3.org/2002/07/owl#Class> ;
rdfs:label "Declared medium" ;
skos:definition "Intended overall medium of performance of a musical work, as declared by the composer, a reference source, or other source." .

23 changes: 23 additions & 0 deletions ontology/DeclaredMedium/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<link href="/css/owl.css" rel="stylesheet" type="text/css" />
<link href="/css/Primer.css" rel="stylesheet" type="text/css" />
<link href="/css/rec.css" rel="stylesheet" type="text/css" />
<link href="/css/extra.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/css/favicon.ico" />
</head>
<body>
<h1 style="color: #005A9C;">Performed Music Ontology</h1>
<h2>Declared medium</h2>
<p>Intended overall medium of performance of a musical work, as declared by the composer, a reference source, or other source.</p>
<p>
Documentation at <a href='/ontologies/PerformedMusicOntology.html#DeclaredMedium'>Declared medium</a>.
Other versions:
<ul>
<li><a href="/ontology/DeclaredMedium/DeclaredMedium.rdf">RDF XML</a></li>
<li><a href="/ontology/DeclaredMedium/DeclaredMedium.ttl">Turtle</a></li>
</ul>
</p>
</body>
</html>
13 changes: 13 additions & 0 deletions ontology/DiscCutting/DiscCutting.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
>
<rdf:Description rdf:about="http://performedmusicontology.org/ontology/DiscCutting">
<skos:definition>Recording process in which a stylus cuts a vertical or lateral groove into an audio disc.</skos:definition>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>Disc cutting process</rdfs:label>
<rdfs:subClassOf rdf:resource="http://id.loc.gov/ontologies/bibframe/SoundCharacteristic"/>
</rdf:Description>
</rdf:RDF>
Loading

0 comments on commit 906535f

Please sign in to comment.